mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-08 23:08:19 -05:00
docs(repo): add Ethereum-specific crates section (#20363)
This commit is contained in:
@@ -181,6 +181,19 @@ These crates define primitive types or algorithms.
|
||||
|
||||
Crates related to the Optimism rollup live in [optimism](../../crates/optimism/).
|
||||
|
||||
#### Ethereum-Specific Crates
|
||||
|
||||
Ethereum mainnet-specific implementations and primitives live in `crates/ethereum/`.
|
||||
|
||||
- **reth-ethereum-engine-primitives** (`crates/ethereum/engine-primitives`)
|
||||
Ethereum-specific types for engine API, consensus messages, and payload attributes.
|
||||
|
||||
- **reth-ethereum-forks** (`crates/ethereum/hardforks`)
|
||||
Mainnet-specific hardfork definitions, activation schedules, and feature flags.
|
||||
|
||||
- **reth-ethereum-payload-builder** (`crates/ethereum/payload`)
|
||||
Ethereum-tailored payload builder implementing mainnet block production rules.
|
||||
|
||||
### Misc
|
||||
|
||||
Small utility crates.
|
||||
|
||||
Reference in New Issue
Block a user