Skip to content

Commit

Permalink
Release v23, revm v3.2.0 (bluealloy#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Apr 19, 2023
1 parent dcd101e commit 99d26d4
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.

# v23 tag
date: 19.04.2023

consensus bug fix inside journal.

* revm: v3.2.0

# v22 tag
date: 14.04.2023

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 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.4"
hex = "0.4"
revm = { path = "../../crates/revm", version = "3.1.1" }
revm = { path = "../../crates/revm", version = "3.2.0" }
microbench = "0.5"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion bins/revme/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hex = "0.4"
indicatif = "0.17"
plain_hasher = "0.2"
primitive-types = { version = "0.12", features = ["rlp", "serde"] }
revm = { path = "../../crates/revm", version = "3.1.1", default-features = false, features = [
revm = { path = "../../crates/revm", version = "3.2.0", default-features = false, features = [
"ethersdb",
"std",
"serde",
Expand Down
11 changes: 11 additions & 0 deletions crates/revm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v3.2.0
date: 19.04.2023

consensus bug:
* fix: touched account on creation (#463) (2 hours ago) <Roman Krasiuk>

# v3.1.1
date: 14.04.2023

bump revm dependency versions.

# v3.1.0
date: 04.04.2022

Expand Down
2 changes: 1 addition & 1 deletion 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 = "3.1.1"
version = "3.2.0"
readme = "../../README.md"

[dependencies]
Expand Down

0 comments on commit 99d26d4

Please sign in to comment.