-
Notifications
You must be signed in to change notification settings - Fork 0
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
Encoding uint pointers #85
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #85 +/- ##
========================================
+ Coverage 46.4% 50.0% +3.5%
========================================
Files 6 6
Lines 811 891 +80
========================================
+ Hits 377 446 +69
+ Misses 378 376 -2
- Partials 56 69 +13 ☔ View full report in Codecov by Sentry. |
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.
do you really have a use case for encoding options with integers where zero
integer can't be used instead?
Yes, for example, a vrf nonce index, for which a zero value is also a valid value. |
e88025e
to
f6a808e
Compare
No description provided.