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

Refactor rollup initialization #1714

Merged
merged 30 commits into from
Jan 25, 2025

Use tokio unboundedsender / receiver

fc8ed59
Select commit
Loading
Failed to load commit list.
Merged

Refactor rollup initialization #1714

Use tokio unboundedsender / receiver
fc8ed59
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 25, 2025 in 0s

77.5% (+0.5%) compared to ab43fab

View this Pull Request on Codecov

77.5% (+0.5%) compared to ab43fab

Details

Codecov Report

Attention: Patch coverage is 73.16076% with 197 lines in your changes missing coverage. Please review.

Project coverage is 77.5%. Comparing base (ab43fab) to head (fc8ed59).
Report is 2 commits behind head on nightly.

Files with missing lines Patch % Lines
bin/citrea/src/cli.rs 0.0% 41 Missing ⚠️
crates/light-client-prover/src/services.rs 0.0% 40 Missing ⚠️
bin/citrea/src/main.rs 0.0% 30 Missing ⚠️
bin/citrea/src/rollup/mod.rs 82.2% 28 Missing ⚠️
crates/light-client-prover/src/rpc.rs 0.0% 21 Missing ⚠️
crates/common/src/rpc/server.rs 78.1% 12 Missing ⚠️
crates/common/src/da.rs 81.6% 11 Missing ⚠️
crates/light-client-prover/src/da_block_handler.rs 0.0% 5 Missing ⚠️
crates/sequencer/src/rpc.rs 87.1% 5 Missing ⚠️
bin/citrea/src/rollup/bitcoin.rs 0.0% 1 Missing ⚠️
... and 3 more
Additional details and impacted files
Files with missing lines Coverage Δ
crates/batch-prover/src/da_block_handler.rs 75.0% <100.0%> (+1.0%) ⬆️
crates/batch-prover/src/lib.rs 100.0% <100.0%> (ø)
crates/batch-prover/src/metrics.rs 100.0% <ø> (ø)
crates/batch-prover/src/rpc.rs 64.6% <100.0%> (+17.2%) ⬆️
crates/batch-prover/src/runner.rs 84.1% <100.0%> (-1.8%) ⬇️
crates/common/src/rpc/mod.rs 96.8% <ø> (ø)
crates/fullnode/src/da_block_handler.rs 71.9% <100.0%> (-0.1%) ⬇️
crates/fullnode/src/lib.rs 100.0% <100.0%> (ø)
crates/light-client-prover/src/metrics.rs 0.0% <ø> (ø)
crates/sequencer/src/commitment/mod.rs 86.7% <100.0%> (ø)
... and 21 more

... and 14 files with indirect coverage changes