Closed ralexstokes closed 7 months ago
Attention: Patch coverage is 77.96610%
with 13 lines
in your changes are missing coverage. Please review.
Project coverage is 64.71%. Comparing base (
13d2c7d
) to head (644a576
).:exclamation: Current head 644a576 differs from pull request most recent head 2c5d56c. Consider uploading reports for the commit 2c5d56c to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #114.
Primarily, migrate
Node
toalloy_primitives::B256
to drop how much custom code we needAlso starts to lay the ground work for a similar refactor in
ethereum-consensus
to drop more custom serde code there (particularly around bytes and hex munging).