Skip to content

Commit

Permalink
Merge branch 'refs/heads/scroll-evm-executor/v42' into scroll-evm-exe…
Browse files Browse the repository at this point in the history
…cutor/feat/v42/sp1

# Conflicts:
#	Cargo.lock
  • Loading branch information
lightsing committed Sep 6, 2024
2 parents 259e396 + 7162ec5 commit c255ca2
Show file tree
Hide file tree
Showing 158 changed files with 449,333 additions and 8,495 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
"--features=\"scroll, scroll-poseidon-codehash\"",
"--features=\"all, scroll\"",
"--features=\"all, scroll, scroll-poseidon-codehash\"",
"--features=\"optimism\""
"--features=\"optimism\"",
"--features=\"all, optimism\""
]
steps:
Expand All @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
features: [ "", "optimism" ]
features: [ "", "optimism,kzg-rs" ]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.

# v42 tag
date: 29.08.2024

new EIP-7702 implemented. Passing all EOF and EIP-7702 tests.
Preparation for devnet-3.

revme: 0.9.0 -> 0.10.0
revm: 13.0.0 -> 14.0.0
revm-interpreter: 9.0.0 -> 10.0.0
revm-primitives: 8.0.0 -> 9.0.0
revm-precompile: 10.0.0 -> 11.0.0

# v41 tag
date: 08.08.2024

Expand Down
Loading

0 comments on commit c255ca2

Please sign in to comment.