feat: split reth-payload-primitives (#12600)

This commit is contained in:
Federico Gimenez
2024-11-16 18:36:57 +01:00
committed by GitHub
parent 735eb4b97c
commit bf92a5fb59
42 changed files with 302 additions and 223 deletions

View File

@ -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

View File

@ -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,