mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(sdk): make BlockBatchRecord generic over receipt (#12449)
This commit is contained in:
@ -19,6 +19,7 @@ reth-execution-errors.workspace = true
|
||||
reth-prune-types.workspace = true
|
||||
reth-storage-api.workspace = true
|
||||
reth-trie = { workspace = true, optional = true }
|
||||
reth-primitives-traits.workspace = true
|
||||
|
||||
# alloy
|
||||
alloy-eips.workspace = true
|
||||
@ -41,13 +42,15 @@ std = [
|
||||
"revm/std",
|
||||
"alloy-eips/std",
|
||||
"alloy-consensus/std",
|
||||
"reth-primitives-traits/std",
|
||||
]
|
||||
test-utils = [
|
||||
"dep:reth-trie",
|
||||
"reth-primitives/test-utils",
|
||||
"reth-trie?/test-utils",
|
||||
"revm/test-utils",
|
||||
"reth-prune-types/test-utils"
|
||||
"reth-prune-types/test-utils",
|
||||
"reth-primitives-traits/test-utils",
|
||||
]
|
||||
serde = [
|
||||
"revm/serde",
|
||||
|
||||
Reference in New Issue
Block a user