chore(sdk): Define helper trait MaybeCompact (#12683)

This commit is contained in:
Emilia Hane
2024-11-21 17:10:06 +01:00
committed by GitHub
parent 96f7572404
commit ad7885b48c
19 changed files with 134 additions and 87 deletions

View File

@ -105,7 +105,12 @@ std = [
"serde/std",
"alloy-trie/std"
]
reth-codec = ["dep:reth-codecs", "dep:zstd", "dep:modular-bitfield", "std"]
reth-codec = [
"dep:reth-codecs",
"dep:zstd",
"dep:modular-bitfield", "std",
"reth-primitives-traits/reth-codec",
]
asm-keccak = ["alloy-primitives/asm-keccak", "revm-primitives/asm-keccak"]
arbitrary = [
"dep:arbitrary",