sigp / ssz_types

List, vector and bitfield types for SSZ
Apache License 2.0
2 stars 13 forks source link

Remove Bitfield #28

Open macladson opened 3 months ago

macladson commented 3 months ago

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: https://github.com/sigp/ethereum_ssz/pull/25

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 54.02%. Comparing base (7758a1e) to head (d276190).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #28 +/- ## ========================================== - Coverage 61.08% 54.02% -7.07% ========================================== Files 9 8 -1 Lines 496 261 -235 ========================================== - Hits 303 141 -162 + Misses 193 120 -73 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

macladson commented 2 months ago

Now that sigp/ethereum_ssz#25 is merged, we just need a release, then I can update this PR to refer to it.