feat(examples): add blob support to the rollup ExEx (#8028)

This commit is contained in:
Alexey Shekhirin
2024-05-02 21:19:44 +01:00
committed by GitHub
parent 232e7bf19b
commit 2ac2433a96
7 changed files with 655 additions and 1020 deletions

View File

@ -21,16 +21,18 @@ reth-tracing.workspace = true
reth-trie.workspace = true
# async
tokio.workspace = true
futures.workspace = true
tokio.workspace = true
# misc
alloy-sol-types = { workspace = true, features = ["json"] }
alloy-consensus = { workspace = true, features = ["kzg"] }
alloy-rlp.workspace = true
alloy-sol-types = { workspace = true, features = ["json"] }
eyre.workspace = true
foundry-blob-explorers = { git = "https://github.com/foundry-rs/block-explorers" }
once_cell.workspace = true
rusqlite = { version = "0.31.0", features = ["bundled"] }
serde_json.workspace = true
once_cell.workspace = true
[dev-dependencies]
reth-interfaces = { workspace = true, features = ["test-utils"] }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long