-
Notifications
You must be signed in to change notification settings - Fork 827
Improving construct_uint
macro
#395
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
Improving construct_uint
macro
#395
Conversation
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.
Concept ACK
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.
One remark for ::std
, otherwise LGTM.
Related changes in the dependency: rust-bitcoin/bitcoin_hashes#73 |
8a2e523
to
d0ee78e
Compare
d0ee78e
to
9c0f4b1
Compare
Codecov Report
@@ Coverage Diff @@
## master #395 +/- ##
==========================================
+ Coverage 85.15% 85.43% +0.27%
==========================================
Files 40 40
Lines 7478 7745 +267
==========================================
+ Hits 6368 6617 +249
- Misses 1110 1128 +18
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
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.
utACK
Fixing all external macro dependencies.
While this is not critical at all, I had to do this job for a dependent project (using an exportable version of this macro), so just thought why not to backport it into the main.