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

feat(pruner): shared deletion limit #4880

Merged
merged 8 commits into from
Oct 4, 2023

improve delete_limit docs

18038b8
Select commit
Loading
Failed to load commit list.
Merged

feat(pruner): shared deletion limit #4880

improve delete_limit docs
18038b8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 4, 2023 in 0s

67.29% (-0.03%) compared to ce85e17

View this Pull Request on Codecov

67.29% (-0.03%) compared to ce85e17

Details

Codecov Report

Merging #4880 (18038b8) into main (ce85e17) will decrease coverage by 0.03%.
Report is 24 commits behind head on main.
The diff coverage is 70.50%.

Impacted file tree graph

Files Coverage Δ
crates/consensus/beacon/src/engine/test_utils.rs 66.99% <100.00%> (-0.22%) ⬇️
crates/interfaces/src/blockchain_tree/error.rs 36.29% <ø> (ø)
crates/interfaces/src/test_utils/generators.rs 98.23% <100.00%> (ø)
crates/primitives/src/chain/spec.rs 97.87% <100.00%> (-0.21%) ⬇️
crates/primitives/src/prune/mod.rs 83.33% <100.00%> (+3.84%) ⬆️
crates/prune/src/event.rs 0.00% <ø> (ø)
crates/storage/provider/src/providers/mod.rs 17.73% <100.00%> (-0.67%) ⬇️
crates/storage/provider/src/providers/snapshot.rs 81.37% <100.00%> (ø)
crates/trie/src/trie_cursor/account_cursor.rs 98.21% <100.00%> (-0.04%) ⬇️
bin/reth/src/node/mod.rs 30.05% <0.00%> (+2.51%) ⬆️
... and 3 more

... and 38 files with indirect coverage changes

Components Coverage Δ
reth binary 32.61% <0.00%> (+0.33%) ⬆️
blockchain tree 80.64% <ø> (+0.19%) ⬆️
pipeline 88.45% <ø> (ø)
storage (db) 73.30% <80.64%> (-0.02%) ⬇️
trie 94.52% <100.00%> (-0.01%) ⬇️
txpool 49.10% <ø> (-0.41%) ⬇️
networking 76.06% <ø> (-0.40%) ⬇️
rpc 57.71% <ø> (-0.08%) ⬇️
consensus 61.05% <100.00%> (-0.02%) ⬇️
revm 28.47% <ø> (-0.08%) ⬇️
payload builder 8.16% <ø> (ø)
primitives 85.41% <100.00%> (+0.11%) ⬆️