-
Notifications
You must be signed in to change notification settings - Fork 48
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
feat: ssz encode and decode for uint #344
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.
this needs a separate explicit feature instead of the implicit one
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #344 +/- ##
==========================================
- Coverage 80.57% 80.53% -0.05%
==========================================
Files 54 55 +1
Lines 6179 6231 +52
==========================================
+ Hits 4979 5018 +39
- Misses 1200 1213 +13 ☔ View full report in Codecov by Sentry. |
Looks like tiny-keccak is |
okay last thing I promise, please update CHANGELOG.md 🖖 |
Motivation
Completing SSZ implementation also for Uint types: alloy-rs/core#407
Solution
Implementing Encode and Decode traits from https://github.com/sigp/ethereum_ssz
PR Checklist