Skip to content

Commit

Permalink
bump: main changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Aug 29, 2024
1 parent 85fc688 commit 74a13a4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
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
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/precompile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["no_std", "ethereum", "evm", "revm", "precompiles"]
license = "MIT"
name = "revm-precompile"
repository = "https://github.com/bluealloy/revm"
version = "10.1.0"
version = "11.0.0"
readme = "../../README.md"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion crates/revm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ all = "warn"
[dependencies]
# revm
revm-interpreter = { path = "../interpreter", version = "10.0.0", default-features = false }
revm-precompile = { path = "../precompile", version = "10.1.0", default-features = false }
revm-precompile = { path = "../precompile", version = "11.0.0", default-features = false }

# misc
auto_impl = { version = "1.2", default-features = false }
Expand Down

0 comments on commit 74a13a4

Please sign in to comment.