replace reth BlobTransactionSidecar with alloy's (#8135)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
guha-rahul
2024-05-07 18:08:23 +05:30
committed by GitHub
parent 5b4e10cbdc
commit cbc6f268c0
13 changed files with 60 additions and 352 deletions

View File

@ -45,7 +45,6 @@ once_cell.workspace = true
rayon.workspace = true
serde.workspace = true
serde_json.workspace = true
sha2 = { version = "0.10.7", optional = true }
tempfile = { workspace = true, optional = true }
thiserror.workspace = true
zstd = { version = "0.13", features = ["experimental"], optional = true }
@ -105,7 +104,7 @@ arbitrary = [
"dep:proptest-derive",
"zstd-codec",
]
c-kzg = ["dep:c-kzg", "revm/c-kzg", "revm-primitives/c-kzg", "dep:sha2", "dep:tempfile"]
c-kzg = ["dep:c-kzg", "revm/c-kzg", "revm-primitives/c-kzg", "dep:tempfile", "alloy-eips/kzg"]
zstd-codec = ["dep:zstd"]
clap = ["dep:clap"]
optimism = [