reth
reth copied to clipboard
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
### Describe the feature As part of the e2e testsuite https://github.com/paradigmxyz/reth/tree/772418f048b757382eb039a4fd525cc4e42d4124/crates/e2e-test-utils/src/testsuite we need a new `Action` that produces a given set of blocks on top of the current head. ###...
### Describe the feature Create an example demonstrating how to implement custom transaction types using the Reth SDK. This will show how EVM chains can define their own transaction formats...
### Describe the feature ref #15590 rn we supply: https://github.com/paradigmxyz/reth/blob/ee8d7d00cb07ee7d344e708c74be7a18636587e4/crates/exex/exex/src/context.rs#L15-L15 but ideally we can provide the RpcAddons as well: https://github.com/paradigmxyz/reth/blob/ee8d7d00cb07ee7d344e708c74be7a18636587e4/crates/node/builder/src/rpc.rs#L305-L306 we should be able to do this by introducing a...
### Describe the feature with https://github.com/paradigmxyz/reth/pull/15737 we can now import era files into the db for compat with other clients we need to add a CLI command that does this,...
This commit addresses the TODO in the observability.md file by adding comprehensive cross-platform installation guidance for Prometheus and Grafana. The changes include: - Installation instructions for macOS (using Homebrew) -...
### Describe the feature https://github.com/paradigmxyz/reth/blob/0a56694308344bc2f94b6cd9bed4a2d7ae39814b/crates/trie/db/src/hashed_cursor.rs#L42 https://github.com/paradigmxyz/reth/blob/0a56694308344bc2f94b6cd9bed4a2d7ae39814b/crates/storage/db/src/implementation/mdbx/tx.rs#L84-L95 ### Additional context _No response_