reth
reth copied to clipboard
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
When std is disabled, the hash map type will be used from alloy-primitives.
https://github.com/paradigmxyz/reth/blob/0596fdb26f7bb858557a06b379ef75039fe7e4b0/crates/engine/tree/src/tree/root.rs#L346-L351
This just sets the `OpPooledTransaction` as the pooled tx associated type in `OpPooledTransaction`
https://github.com/NethermindEth/nethermind/pull/7879 https://github.com/erigontech/erigon/pull/13057 https://ethresear.ch/t/on-increasing-the-block-gas-limit-technical-considerations-path-forward/21225
Ref https://github.com/paradigmxyz/reth/issues/13144 Branched out from https://github.com/paradigmxyz/reth/pull/13214 Implements block validation according to isthmus consensus rules
This should close [#11990](https://github.com/paradigmxyz/reth/issues/11990)
Makes the `RevealedSparseTrie::rlp_node` take a non-mutable reference to `self` and return the list of updates that are need to be applied to the trie nodes. This allows us to run...
Following https://github.com/paradigmxyz/reth/pull/13222 This PR adds the possibility for external users that uses reth as a dependency to create custom tables inside the reth libmdbx database. You need to overwrite (or...
Related to [History pre-merge sync#13186 ](https://github.com/paradigmxyz/reth/issues/13186) as this data would need to be provided as well. Adds `StaticFileSegment::BlockMeta` which would contain: * `BlockBodyIndices` * `BlockOmmers` * `BlockWithdrawals` wip - not...