Skip to content

Commit

Permalink
bump: tag v41 revm v13.0.0 (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Aug 8, 2024
1 parent 70bd050 commit f3cab1c
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.

# v41 tag
date: 08.08.2024

EOF fixes and improvements.
Optimism Granite fork support.

* `revme`: 0.8.0 -> 0.9.0
* `revm`: 12.1.0 -> 13.0.0
* `revm-interpreter`: 8.1.0 -> 9.0.0
* `revm-primitives`: 7.1.0 -> 8.0.0
* `revm-precompile`: 9.2.0 -> 10.0.0
* `revm-test`: 0.1.0

# v40 tag
date 17.07.2024

Expand Down
4 changes: 2 additions & 2 deletions 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 bins/revm-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
bytes = "1.6"
hex = "0.4"
revm = { path = "../../crates/revm", version = "12.2.0", default-features=false }
revm = { path = "../../crates/revm", version = "13.0.0", default-features=false }
microbench = "0.5"
alloy-sol-macro = "0.7.7"
alloy-sol-types = "0.7.7"
Expand Down
4 changes: 2 additions & 2 deletions bins/revme/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ hashbrown = "0.14"
indicatif = "0.17"
microbench = "0.5"
plain_hasher = "0.2"
revm = { path = "../../crates/revm", version = "12.2.0", default-features = false, features = [
revm = { path = "../../crates/revm", version = "13.0.0", default-features = false, features = [
"ethersdb",
"std",
"serde-json",
"c-kzg",
"blst"
"blst",
] }
alloy-rlp = { version = "0.3", default-features = false, features = [
"arrayvec",
Expand Down
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 = "9.3.0"
version = "10.0.0"
readme = "../../README.md"

[package.metadata.docs.rs]
Expand Down
4 changes: 2 additions & 2 deletions crates/revm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["no_std", "ethereum", "evm", "revm"]
license = "MIT"
name = "revm"
repository = "https://github.com/bluealloy/revm"
version = "12.2.0"
version = "13.0.0"
readme = "../../README.md"

[package.metadata.docs.rs]
Expand All @@ -24,7 +24,7 @@ all = "warn"
[dependencies]
# revm
revm-interpreter = { path = "../interpreter", version = "9.0.0", default-features = false }
revm-precompile = { path = "../precompile", version = "9.3.0", default-features = false }
revm-precompile = { path = "../precompile", version = "10.0.0", default-features = false }

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

0 comments on commit f3cab1c

Please sign in to comment.