reth
reth copied to clipboard
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
## Description Computation of overlay root with cached intermediate nodes. Will likely be broken down into smaller PRs.
Since we don't expect to have pre merge blocks in memory, `BlockchainProvider2::ommers` should make sure that it still returns an empty vec if we are post-merge. The DB provider does...
### Describe the feature currently we don't store the receipts for the pending block we just built https://github.com/paradigmxyz/reth/blob/750eb26256b6fcea0ad378a8cf08fe28f2dc0a7b/crates/rpc/rpc-eth-types/src/pending_block.rs#L118-L118 and for eth_getBlockreceipts we don't check the local block https://github.com/paradigmxyz/reth/blob/750eb26256b6fcea0ad378a8cf08fe28f2dc0a7b/crates/rpc/rpc-eth-api/src/helpers/block.rs#L154-L154 ## TODO...
Towards #9476
### Describe the feature with upcoming features such as chain agnostic orchestrator #8742 and custom types we need a more flexible nodebuilder implementation ```[tasklist] - [ ] https://github.com/paradigmxyz/reth/issues/9543 - [...
### Describe the feature A published `op-reth` container would be helpful for users wanting to run `op-reth` as a container along with their other node clients and services. Currently, `op-reth`...
### Describe the feature see https://github.com/tokio-rs/console configured via console-subscriber ref https://github.com/tokio-rs/console#instrumenting-your-program we attempted this previously once but due to some tokio-console bug we abandoned this, but would still be nice...
### Describe the bug My reth/lighthouse node stopped and on reth I see the following in the systemd logs (see reth.service.logs in the tar.gz file) ``` Aug 05 11:53:43 ethel...