Skip to content

[codex] add evm-only giga executor path#3583

Open
codchen wants to merge 12 commits into
mainfrom
codex/sei-v3-evm-only-scaffold
Open

[codex] add evm-only giga executor path#3583
codchen wants to merge 12 commits into
mainfrom
codex/sei-v3-evm-only-scaffold

Merge branch 'main' into codex/sei-v3-evm-only-scaffold

5e36ab5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 26, 2026 in 1s

58.24% (-0.92%) compared to 0ff5a52

View this Pull Request on Codecov

58.24% (-0.92%) compared to 0ff5a52

Details

Codecov Report

❌ Patch coverage is 76.77225% with 154 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.24%. Comparing base (0ff5a52) to head (5e36ab5).

Files with missing lines Patch % Lines
giga/evmonly/state_db.go 70.35% 102 Missing and 16 partials ⚠️
giga/evmonly/executor.go 85.23% 15 Missing and 7 partials ⚠️
giga/evmonly/state.go 88.63% 5 Missing and 5 partials ⚠️
giga/evmonly/parser.go 80.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3583      +/-   ##
==========================================
- Coverage   59.16%   58.24%   -0.92%     
==========================================
  Files        2262     2175      -87     
  Lines      187009   176465   -10544     
==========================================
- Hits       110643   102790    -7853     
+ Misses      66430    64647    -1783     
+ Partials     9936     9028     -908     
Files with missing lines Coverage Δ
giga/evmonly/config.go 100.00% <100.00%> (ø)
giga/evmonly/parser.go 80.00% <80.00%> (ø)
giga/evmonly/state.go 88.63% <88.63%> (ø)
giga/evmonly/executor.go 85.23% <85.23%> (ø)
giga/evmonly/state_db.go 70.35% <70.35%> (ø)

... and 168 files with indirect coverage changes

🚀 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.