Skip to content

refactor(evm): encode state root without using bincode - #1475

Merged
sebastijankuzner merged 4 commits into
developfrom
refactor/evm/state-root-explicit
Sep 2, 2026
Merged

sebastijankuzner merged 4 commits into
developfrom
refactor/evm/state-root-explicit

Conversation

@oXtxNt9U

@oXtxNt9U oXtxNt9U commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Compute the state root from an explicitly defined byte encoding instead of bincode, so the hash no longer depends on revm serialization details that could silently change across dependency upgrades.

Checklist

  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

@codecov

codecov Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.70%. Comparing base (d2844bb) to head (33614ce).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1475      +/-   ##
===========================================
+ Coverage    78.05%   78.70%   +0.64%     
===========================================
  Files          953      964      +11     
  Lines        16312    16958     +646     
  Branches      2350     2424      +74     
===========================================
+ Hits         12733    13346     +613     
- Misses        3574     3605      +31     
- Partials         5        7       +2     
Flag Coverage Δ
contracts 91.76% <ø> (?)
packages 78.35% <100.00%> (+0.29%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sebastijankuzner
sebastijankuzner merged commit da4ca2c into develop Sep 2, 2026
24 checks passed
@sebastijankuzner
sebastijankuzner deleted the refactor/evm/state-root-explicit branch September 2, 2026 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants