Skip to content

Commit

Permalink
chore: tag v28, revm v5.0.0 (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Feb 12, 2024
1 parent e85faeb commit 63fd55a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +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.

# v28 tag
date: 12.02.2023

Small release, function renaming and some helper functions added.

* revm: 4.0.0 -> 5.0.0 (⚠️ API breaking changes)
* revm-interpreter: 2.0.0 -> 2.1.0 (✓ API compatible changes)
* revm-precompile: 3.0.0 -> 4.0.0 (⚠️ API breaking changes)
* revm-test: 0.1.0

# v27 tag
date 07.02.2023
date: 07.02.2023

Refactor of Evm logic as list of handlers inside EvmHandler and EvmBuilder that open up the Evm and allow overwriting the default behavior.
Change how call loop (Previously it was recursion) is handled in Evm
Expand Down

0 comments on commit 63fd55a

Please sign in to comment.