reth
reth copied to clipboard
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
### Describe the bug It seems like every few days lighthouse and reth get out of communication with each other. In this scenario they are deployed in containers on the...
Closes #2380
Addresses #8177 Other types already either have `alloy-compat` or are imported from `alloy`
let's hold off on merging this, no prague tests in ethereum/tests yet
### Describe the feature the payload the EL receives from CL does not include the sidecars of 4844 transactions, there's only a chance that the local txpool has them, but...
### Describe the feature The present auto seal consensus is limited to a solitary node. The feature is to extend it to a private network. Like a single auto seal...
Solves #7419 Currently in Draft mode, do not review atm.
This PR implements the OP Proposer inside an ExEx, addressing #8174 . We are opening this draft for initial feedback. Within the core logic, upon each `ExecutionNotification` the [nextBlockNumber](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L1/L2OutputOracle.sol#L306-L308) is...