Skip to content

Commit

Permalink
feat: Use revm Optimism execution (taikoxyz#44)
Browse files Browse the repository at this point in the history
* do not default source_hash and mint

* use revm optimism execution

* update testdata

* add optimism tests

* upgrade revm to latest commit

* upgrade revm with latest op changes

* Upgrade `revm` in Optimism execution (taikoxyz#76)

* Update dependencies versions

* fix revm commit

* use correct tags

* use EVM in comments

* update copyright

* register optimism revm handle

* update revm

* update k256

---------

Co-authored-by: john xu <[email protected]>

---------

Co-authored-by: john xu <[email protected]>
  • Loading branch information
2 people authored and CeciliaZ030 committed Feb 4, 2024
1 parent cbfab6e commit 8750ebe
Show file tree
Hide file tree
Showing 17 changed files with 5,749 additions and 1,856 deletions.
1,689 changes: 849 additions & 840 deletions Cargo.lock

Large diffs are not rendered by default.

14 changes: 5 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,11 @@ revm-primitives = { git = "https://github.com/johntaiko/revm", branch = "feat/ta
[workspace.dependencies]
bonsai-sdk = "0.5"
hashbrown = { version = "0.14", features = ["inline-more"] }
risc0-build = "0.18"
risc0-zkvm = { version = "0.18", default-features = false }
revm = { version = "3.5", default-features = false, features = [
risc0-build = "0.19"
risc0-zkvm = { version = "0.19", default-features = false }
revm-primitives = { git = "https://github.com/bluealloy/revm.git", rev = "6cd0bfc96da64513affe01c1964dd80beeb8c620", default_features = false }
revm = { git = "https://github.com/bluealloy/revm.git", rev = "6cd0bfc96da64513affe01c1964dd80beeb8c620", default-features = false, features = [
"std",
"serde",
"taiko",
"optional_no_base_fee",
"optional_balance_check",
] }
revm-primitives = { version = "1.3", default_features = false, features = [
"taiko",
"optimism",
] }
Loading

0 comments on commit 8750ebe

Please sign in to comment.