mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: split reth-payload-primitives (#12600)
This commit is contained in:
@ -14,6 +14,7 @@ workspace = true
|
||||
# reth
|
||||
reth-execution-types.workspace = true
|
||||
reth-payload-primitives.workspace = true
|
||||
reth-payload-builder-primitives.workspace = true
|
||||
reth-primitives.workspace = true
|
||||
reth-trie.workspace = true
|
||||
reth-errors.workspace = true
|
||||
|
||||
@ -5,7 +5,7 @@ use alloy_rpc_types_engine::{
|
||||
};
|
||||
use futures::{future::Either, FutureExt};
|
||||
use reth_errors::RethResult;
|
||||
use reth_payload_primitives::PayloadBuilderError;
|
||||
use reth_payload_builder_primitives::PayloadBuilderError;
|
||||
use std::{
|
||||
fmt::Display,
|
||||
future::Future,
|
||||
|
||||
Reference in New Issue
Block a user