Skip to content

refactor(evm): conditional storage compression#1330

Merged
sebastijankuzner merged 3 commits into
developfrom
refactor/evm/storage-compression
Jun 5, 2026
Merged

refactor(evm): conditional storage compression#1330
sebastijankuzner merged 3 commits into
developfrom
refactor/evm/storage-compression

Conversation

@oXtxNt9U
Copy link
Copy Markdown
Contributor

@oXtxNt9U oXtxNt9U commented Jun 5, 2026

Summary

Compression is only attempted for serialized values of a certain size to outweigh incurred overhead.

Checklist

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

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 5, 2026

Codecov Report

❌ Patch coverage is 96.61017% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.09%. Comparing base (e4f289c) to head (895e187).

Files with missing lines Patch % Lines
packages/evm/core/src/compression.rs 97.18% 2 Missing ⚠️
packages/evm/core/src/db.rs 95.45% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1330      +/-   ##
===========================================
+ Coverage    57.79%   58.09%   +0.30%     
===========================================
  Files          967      971       +4     
  Lines        64428    64918     +490     
  Branches      1680     1762      +82     
===========================================
+ Hits         37237    37717     +480     
- Misses       26951    26959       +8     
- Partials       240      242       +2     
Flag Coverage Δ
contracts 97.74% <ø> (?)
packages 57.82% <96.61%> (+0.03%) ⬆️

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 a15e796 into develop Jun 5, 2026
22 of 23 checks passed
@sebastijankuzner sebastijankuzner deleted the refactor/evm/storage-compression branch June 5, 2026 12: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