-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: NewTxFromReader and VarInt datatype #88
Conversation
Codecov Report
@@ Coverage Diff @@
## master #88 +/- ##
==========================================
- Coverage 84.51% 83.78% -0.73%
==========================================
Files 35 35
Lines 3512 3627 +115
==========================================
+ Hits 2968 3039 +71
- Misses 396 424 +28
- Partials 148 164 +16
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Add
NewTxFromReader
that builds and returns a transaction from anio.Reader
Also added
VarInt
data type for cleaner handling of variable ints.