mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: Introduce payload primitives (#8642)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -44,6 +44,7 @@ reth-tracing.workspace = true
|
||||
reth-tasks.workspace = true
|
||||
reth-ethereum-payload-builder.workspace = true
|
||||
reth-payload-builder.workspace = true
|
||||
reth-payload-primitives.workspace = true
|
||||
reth-payload-validator.workspace = true
|
||||
reth-basic-payload-builder.workspace = true
|
||||
reth-discv4.workspace = true
|
||||
|
||||
@ -37,6 +37,7 @@ pub mod utils;
|
||||
/// Re-exported payload related types
|
||||
pub mod payload {
|
||||
pub use reth_payload_builder::*;
|
||||
pub use reth_payload_primitives::*;
|
||||
pub use reth_payload_validator::ExecutionPayloadValidator;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user