Skip to content

Commit

Permalink
Fix frame parsing and loading in Optimism derivation (#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 Dec 19, 2023
1 parent 4c0496c commit 0b2efed
Show file tree
Hide file tree
Showing 8 changed files with 375 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]
alloy-sol-types = "0.4"
anyhow = "1.0"
bytes = "1.5"
ethers-core = { version = "2.0", features = ["optimism"] }
hashbrown = { workspace = true }
libflate = "2.0.0"
Expand Down
Loading

0 comments on commit 0b2efed

Please sign in to comment.