reth
reth copied to clipboard
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
fixes #19168 **Batching additions:** * Added batching for `PrefetchProofs` messages * Added batching for `StateUpdate` messages **Testing enhancements:** * Added `test_prefetch_proofs_batching` to verify that multiple `PrefetchProofs` messages are correctly batched...
### Describe the bug Hello there! From last Thursday/Friday after we did the upgrade of reth to **1.8.4** with op-node version **1.14.3** the node at some point started to lag...
### Describe the change reth is missing documentation listing supported features for op node flash blocks, like how base chain has docs for their base-reth's supported features. https://docs.base.org/base-chain/flashblocks/docs#what-rpc-methods-do-you-currently-support-that-have-flashblocks-enabled%3F ### Additional...
### Describe the feature The proof target should be modified to include a minimum path length. Any nodes in a proof which are less than that path length should not...
Disable collecting storage branch-node masks in Proof::multiproof() when the current account leaf is not a proof target. We only need the storage root for account RLP encoding in this case,...
Fixes https://github.com/paradigmxyz/reth/issues/19621 This PR returns the previously removed receipts log filter pruning, but makes it work only with `Full` and `Before` prune modes. Most of the changes are reverted from...
### Describe the bug Hi, it seems that the node does not respond correctly when called via --rollup.historicalrpc setting. ### Steps to reproduce ``` curl --location 'RPC BEDROCK' \ --header...
Adds some basic docs on how to set up Jaeger and OTLP on reth
A db sub-command which searches changesets in order to find the unhashed forms of accounts and slots. This is useful when dealing with trie-related tasks and you want to understand...
update_root handled partial root changes inverted: when only link_root changed it set SyncState::Enr, and when only enr_root changed it set SyncState::Link. Additionally, the case where both roots changed was treated...