reth
reth copied to clipboard
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
### Describe the feature ## Problem https://github.com/paradigmxyz/reth/blob/deea1c200748845fb110bf520e805f304599cb65/Cargo.toml#L383-L387 https://github.com/paradigmxyz/reth/blob/deea1c200748845fb110bf520e805f304599cb65/crates/revm/Cargo.toml#L36 This is easy to misuse because you may accidentally turn off the feature and the codebase will still compile, but EVM precompiles...
### Describe the feature ref https://github.com/paradigmxyz/reth/discussions/8294 this will be possible once we bump jsonrpsee and can be integrated into the RpcContext type https://github.com/paradigmxyz/reth/blob/b864185f6e3115c51e4f44aced04b78b801f8ada/crates/node/builder/src/rpc.rs#L137-L139 ### Additional context _No response_
### Describe the bug I met a problem when running reth with prune config 1. run reth in archive node without prune config, and set `--debug.max-block=7000000`, when ending import blocks,...
### Describe the feature currently the `FillTxEnv` is still feature gated https://github.com/paradigmxyz/reth/blob/06e7afbd2d898b6f95ff7b757f53327d189e2048/crates/primitives/src/transaction/compat.rs#L4-L10 because the trait is implemented directly for the `TransactionSigned` type we can get rid of this feature in...
### Describe the feature Hello Team, I’m reaching out on behalf of [Lisk](https://lisk.com/). We’re currently a member of the [OP Superchain ecosystem](https://www.superchain.eco/ecosystem-chains/lisk). We currently have the [lisk-node](https://github.com/LiskHQ/lisk-node) repo which currently...
There are certain OPstack differences in the engine API such as https://github.com/paradigmxyz/reth/blob/08158e444953b2bef998d50335967e3550fb403c/crates/consensus/beacon/src/engine/mod.rs#L459-L461 https://github.com/paradigmxyz/reth/blob/08158e444953b2bef998d50335967e3550fb403c/crates/consensus/beacon/src/engine/mod.rs#L693-L706 but overall the engine API impl is more or less the same so we can introduce these...
with the new orchestrator trait design, we can now implement a proper devmode orchestrator directly on top of the auto-seal-consensus implementation and we no longer need to mimic the engine...
### Describe the bug This logs was observed during batch syncing Reth synced with --debug.tip, beacon tries to do batch sync on its side lighthouse: ``` beacon-chain-1 | Aug 05...
1. Load all crates from the workspace 2. Exclude crates that are either not working yet, require investigation, or not supposed to be working 3. Compile crates for `wasm32-wasip1` target...
### Describe the bug I want to create a private chain。 How to configure to use the intranet address? I found that if --disable-discovery is set, the intranet address can...