Skip to content

Commit

Permalink
chore: v50 upgrade (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: rakita <[email protected]>
Co-authored-by: Danno Ferrin <[email protected]>
Co-authored-by: Dan Cline <[email protected]>
Co-authored-by: evalir <[email protected]>
Co-authored-by: James Prestwich <[email protected]>
Co-authored-by: Arsenii Kulikov <[email protected]>
  • Loading branch information
7 people authored Dec 5, 2024
1 parent 9170807 commit 9df25c5
Show file tree
Hide file tree
Showing 704 changed files with 49,789 additions and 142,227 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ethereum-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,10 @@ jobs:
ethtests/EIPTests/StateTests/stEIP1153-transientStorage/ \
ethtests/EIPTests/StateTests/stEIP4844-blobtransactions/ \
ethtests/EIPTests/StateTests/stEIP2537/ \
ethtests/EIPTests/StateTests/stEOF \
tests/eof_suite/eest/state_tests \
tests/eof_suite/evmone/state_tests \
tests/prague_suite/state_tests
- name: Run EOF validation tests
run: |
cross run --target ${{matrix.target}} --profile ${{ matrix.profile }} -p revme -- eof-validation \
ethtests/EOFTests \
tests/eof_suite/eest/eof_tests/prague \
tests/eof_suite/evmone/eof_tests
tests/eof_suite/eest/eof_tests/osaka
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.

# v50 tag
date 06.11.2024
Maintenance release. Bump alloy-primitives deps, few utilities.

* `revme`: 2.0.0 -> 2.1.0
* `revm`: 17.1.0 -> 18.0.0
* `revm-interpreter`: 13.0.0 -> 14.0.0
* `revm-primitives`: 13.0.0 -> 14.0.0
* `revm-precompile`: 14.0.0 -> 15.0.0

# v49 tag
date 23.10.2024
Maintenance release. Bump alloydb deps.
Expand Down
Loading

0 comments on commit 9df25c5

Please sign in to comment.