mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(examples): add blob support to the rollup ExEx (#8028)
This commit is contained in:
@ -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
488
examples/exex/rollup/src/execution.rs
Normal file
488
examples/exex/rollup/src/execution.rs
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user