mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-07 13:35:04 -05:00
chore(payload): Move ExecutionPayloadValidator into reth-ethereum-payload-builder (#14751)
This commit is contained in:
@@ -49,7 +49,6 @@ reth-tracing.workspace = true
|
||||
reth-tasks.workspace = true
|
||||
reth-payload-builder.workspace = true
|
||||
reth-payload-primitives.workspace = true
|
||||
reth-payload-validator.workspace = true
|
||||
reth-basic-payload-builder.workspace = true
|
||||
reth-static-file.workspace = true
|
||||
reth-trie = { workspace = true, features = ["metrics"] }
|
||||
|
||||
@@ -41,9 +41,9 @@ pub mod utils {
|
||||
|
||||
/// Re-exported payload related types
|
||||
pub mod payload {
|
||||
pub use reth_ethereum_payload_builder::EthereumExecutionPayloadValidator;
|
||||
pub use reth_payload_builder::*;
|
||||
pub use reth_payload_primitives::*;
|
||||
pub use reth_payload_validator::ExecutionPayloadValidator;
|
||||
}
|
||||
|
||||
/// Re-exported from `reth_node_api`.
|
||||
|
||||
Reference in New Issue
Block a user