-
Notifications
You must be signed in to change notification settings - Fork 16
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
Remove Bitfield #28
Remove Bitfield #28
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #28 +/- ##
==========================================
- Coverage 61.16% 54.19% -6.97%
==========================================
Files 9 8 -1
Lines 497 262 -235
==========================================
- Hits 304 142 -162
+ Misses 193 120 -73 ☔ View full report in Codecov by Sentry. |
Now that sigp/ethereum_ssz#25 is merged, we just need a release, then I can update this PR to refer to it. |
a33e243
to
d276190
Compare
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
This reverts commit 2b01793.
In preparation for EIP-7495, Bitfield has been moved to the
ethereum_ssz
crate.This PR removes it and simply re-exports it from the
ethereum_ssz
crate.Relevant PR: sigp/ethereum_ssz#25