feat: add Payload build abstraction (#2143)

This commit is contained in:
Matthias Seitz
2023-04-06 20:48:31 +02:00
committed by GitHub
parent f90f734a76
commit 2fd2825e24
9 changed files with 210 additions and 5 deletions

12
Cargo.lock generated
View File

@@ -4843,6 +4843,18 @@ dependencies = [
"trybuild",
]
[[package]]
name = "reth-miner"
version = "0.1.0"
dependencies = [
"parking_lot 0.12.1",
"reth-primitives",
"reth-rlp",
"reth-rpc-types",
"sha2 0.10.6",
"thiserror",
]
[[package]]
name = "reth-net-common"
version = "0.1.0"