feat: integrate OpPrimitives (#13556)

This commit is contained in:
Arsenii Kulikov
2024-12-27 18:11:11 +03:00
committed by GitHub
parent c35fe4ac54
commit 4994cdf0b0
44 changed files with 524 additions and 506 deletions

View File

@ -22,6 +22,7 @@ reth-consensus.workspace = true
# Ethereum
revm-primitives.workspace = true
reth-primitives-traits.workspace = true
# Alloy
alloy-primitives.workspace = true
@ -52,5 +53,6 @@ std = [
"revm-primitives/std",
"secp256k1/std",
"reth-ethereum-forks/std",
"serde_json/std"
"serde_json/std",
"reth-primitives-traits/std"
]