feat(op): chunked chain import (#7574)

Co-authored-by: Atris <vacekj@outlook.com>
This commit is contained in:
Emilia Hane
2024-04-15 13:46:34 +02:00
committed by GitHub
parent 288b7fb37b
commit 8f1f386f52
5 changed files with 249 additions and 54 deletions

View File

@ -52,6 +52,7 @@ assert_matches.workspace = true
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
alloy-rlp.workspace = true
itertools.workspace = true
rand.workspace = true
tempfile.workspace = true