reth
reth copied to clipboard
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
### Describe the feature I have a reth extension where part of its function is driven by payload events from the payload builder. E.g. https://github.com/ralexstokes/mev-rs/blob/86bd5fee136889cccec75e3efd29269cc2cbaf50/mev-build-rs/src/auctioneer/service.rs#L352 When I launch the extension,...
### Describe the bug Hi, I had the same issue as #8115 but with op-reth I'm running on debian with 128gb of ram, L1 reth on same machine and RAID...
### Optimistic syncing There are situations when a CL might not have a finalized block to gives us on first sync, and still expect us to sync in an optimistic...
### Describe the feature Make `ReceiptFileClient` generic over codec. This way it can be used for importing the standard receipts RLP encoding. Rn it is fixed to `HackReceiptCodec`, a special...
### Describe the bug In reth, we fail to retain `contract address` when using debug_traceCall, however the exact same function, without anychanges, returns the right values in geth ### Steps...
### Describe the feature importing op-mainnet pre-bedrock requires exported data: * pre bedrock blocks+receipts * state snapshot at bedrock block ## Manually Steps: export see . state can also be...
### Describe the feature Similar to https://github.com/paradigmxyz/reth/issues/7130 but integrated in as an exex, see for example https://github.com/paradigmxyz/reth/blob/fb960fb3e45e11c24125ccb4bd93f2e2e21ce271/examples/exex/minimal/src/main.rs#L46-L46 This should include a custom RLPx protocol, for example broadcasting decoded logs or...
I am creating this draft pr to solicit feedback on: 1) If I am on the right track. 2) pointers/direction on how to really solve the issue. Thanks for your...
### Description Following the [announcement of ExEx](https://twitter.com/gakonst/status/1786426284060590151/photo/1), I can imagine this would be very useful for indexers, real-time analytics teams etc. with a background in python. I can imagine searchers...
### Describe the feature with this https://github.com/alloy-rs/alloy/pull/677 we can remove this entirely: https://github.com/paradigmxyz/reth/blob/ead753db4c96f5f9f0fd2867106d88ef6d312405/crates/primitives/src/transaction/sidecar.rs#L309-L319 and this implementation as well https://github.com/paradigmxyz/reth/blob/ead753db4c96f5f9f0fd2867106d88ef6d312405/crates/primitives/src/transaction/eip4844.rs#L118-L123 ### Additional context _No response_