ralexstokes / ssz-rs

Implementation of ethereum's `ssz`
Apache License 2.0
103 stars 41 forks source link

Bump alloy dependency #119

Closed idatsy closed 11 months ago

idatsy commented 11 months ago

Bump version up to 0.5. Needed because the reth stack uses ^0.5 so updates to mev-rs leveraging reth crates are not possible due to versioning conflicts in ethereum-consensus. After this is merged the ssz-rs dependency in ethereum-consesus can be pumped to latest which should resolve the conflicts?

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (5df033e) 76.09% compared to head (ba0452f) 76.09%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #119 +/- ## ======================================= Coverage 76.09% 76.09% ======================================= Files 17 17 Lines 845 845 ======================================= Hits 643 643 Misses 202 202 ```

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

ralexstokes commented 11 months ago

FYI @idatsy https://github.com/ralexstokes/ethereum-consensus/pull/321