Skip to content

Commit

Permalink
Fix frame parsing and loading in Optimism derivation (taikoxyz#68)
Browse files Browse the repository at this point in the history
* cleanup frame parsing

* fix frame loading

* move byte wrapping into RLP encoding

* improve documentation

* fmt

* use an actual Batch for the tests

* log batcher transaction

* add unit tests
  • Loading branch information
Wollac authored and CeciliaZ030 committed Feb 4, 2024
1 parent 3d92ea1 commit ba51d9a
Show file tree
Hide file tree
Showing 7 changed files with 374 additions and 127 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions guests/eth-block/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions guests/op-block/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions guests/op-derive/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
anyhow = { version = "1.0", default-features = false }
alloy-sol-types = { version = "0.4", default-features = false, optional = true }
bytes = "1.5"
ethers-core = { version = "2.0", features = ["optimism"] }
hashbrown = { workspace = true }
once_cell = { version = "1.18", default-features = false }
Expand Down
Loading

0 comments on commit ba51d9a

Please sign in to comment.