Skip to content

Commit

Permalink
Merge branch 'v44-upstream' into scroll-evm-executor/update/v44
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing committed Oct 29, 2024
2 parents 02e16df + 95e53af commit 5ced6a4
Show file tree
Hide file tree
Showing 27 changed files with 359 additions and 175 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
assets/** linguist-vendored
documentation/** linguist-vendored
tests/** linguist-vendored
34 changes: 24 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,41 @@
Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.

# v44 tag
date: 18.09.2024

Small maintenance release.
Code can be found in release/v44 branch.
Fixes bug with Inspector selfdestruct not called every time, and enabled PRAGUE_EOF in statetest for PRAGUE tests.

* `revme`: 0.10.1 -> 0.10.2
* `revm`: 14.0.1 -> 14.0.2
* `revm-interpreter`: 10.0.1 -> 10.0.2
* `revm-primitives`: 9.0.1 -> 9.0.2
* `revm-precompile`: 11.0.1 -> 11.0.2
* `revm-test`: 0.1.0

# v43 tag
date: 30.08.2024

Logo change and doc fix.

* revm: 14.0.0 -> 14.0.1
* revm-interpreter: 10.0.0 -> 10.0.1
* revm-primitives: 9.0.0 -> 9.0.1
* revm-precompile: 11.0.0 -> 11.0.1
* revme: 0.10.0 -> 0.10.1
* `revm`: 14.0.0 -> 14.0.1
* `revm-interpreter`: 10.0.0 -> 10.0.1
* `revm-primitives`: 9.0.0 -> 9.0.1
* `revm-precompile`: 11.0.0 -> 11.0.1
* `revme`: 0.10.0 -> 0.10.1

# 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
* `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
154 changes: 62 additions & 92 deletions Cargo.lock

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

Loading

0 comments on commit 5ced6a4

Please sign in to comment.