Skip to content

feat(bin): log prune config on startup#4641

Merged
shekhirin merged 1 commit intomainfrom
alexey/prune-config-log-info
Sep 18, 2023
Merged

feat(bin): log prune config on startup#4641
shekhirin merged 1 commit intomainfrom
alexey/prune-config-log-info

Conversation

@shekhirin
Copy link
Member

2023-09-18T17:03:20.823433Z  INFO reth::cli: Pruner initialized prune_config=PruneConfig { block_interval: 5, parts: PruneModes { sender_recovery: Some(Full), transaction_lookup: None, receipts: Some(Before(1273020)), account_history: Some(Distance(128)), storage_history: Some(Distance(128)), receipts_log_filter: ReceiptsLogPruneConfig({0x7f02c3e3c98b133055b8b348b2ac625669ed295d: Before(1273020)}) } }

@shekhirin shekhirin added C-enhancement New feature or request A-cli Related to the reth CLI labels Sep 18, 2023
@shekhirin shekhirin requested a review from onbjerg as a code owner September 18, 2023 17:04
@shekhirin shekhirin requested a review from mattsse September 18, 2023 17:04
@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Merging #4641 (4c4a30f) into main (93ccf41) will decrease coverage by 0.03%.
Report is 3 commits behind head on main.
The diff coverage is 0.00%.

Impacted file tree graph

Files Changed Coverage Δ
bin/reth/src/node/mod.rs 26.19% <0.00%> (ø)

... and 15 files with indirect coverage changes

Flag Coverage Δ
integration-tests 17.00% <0.00%> (-0.02%) ⬇️
unit-tests 63.19% <0.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
reth binary 31.95% <0.00%> (ø)
blockchain tree 83.59% <ø> (ø)
pipeline 88.54% <ø> (ø)
storage (db) 73.47% <ø> (ø)
trie 94.73% <ø> (+0.03%) ⬆️
txpool 49.44% <ø> (+0.01%) ⬆️
networking 77.17% <ø> (-0.12%) ⬇️
rpc 57.40% <ø> (-0.02%) ⬇️
consensus 62.42% <ø> (ø)
revm 19.66% <ø> (ø)
payload builder 9.06% <ø> (ø)
primitives 86.44% <ø> (+0.01%) ⬆️

@shekhirin shekhirin enabled auto-merge September 18, 2023 17:15
@shekhirin shekhirin added this pull request to the merge queue Sep 18, 2023
Merged via the queue into main with commit b5905c4 Sep 18, 2023
@shekhirin shekhirin deleted the alexey/prune-config-log-info branch September 18, 2023 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-cli Related to the reth CLI C-enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants