Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement logic to build genesis state for the sequencer #2371

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Merge branch 'main' into feature/sequencer-genesis

9b7d54c
Select commit
Loading
Failed to load commit list.
Open

implement logic to build genesis state for the sequencer #2371

Merge branch 'main' into feature/sequencer-genesis
9b7d54c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 10, 2025 in 1s

75.08% (target 70.00%)

View this Pull Request on Codecov

75.08% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 68.35443% with 100 lines in your changes missing coverage. Please review.

Project coverage is 75.08%. Comparing base (19cf1c4) to head (9b7d54c).

Files with missing lines Patch % Lines
genesis/genesis.go 65.53% 42 Missing and 19 partials ⚠️
sync/pending.go 60.37% 19 Missing and 2 partials ⚠️
adapters/vm2core/vm2core.go 73.17% 8 Missing and 3 partials ⚠️
core/state_update.go 85.36% 5 Missing and 1 partial ⚠️
node/throttled_vm.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2371      +/-   ##
==========================================
- Coverage   75.20%   75.08%   -0.13%     
==========================================
  Files         140      141       +1     
  Lines       16862    17174     +312     
==========================================
+ Hits        12681    12895     +214     
- Misses       3353     3426      +73     
- Partials      828      853      +25     

☔ View full report in Codecov by Sentry.
📢 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.