Skip to content

Commit e88644e

Browse files
committed
Release v23, revm v3.2.0
1 parent dcd101e commit e88644e

File tree

6 files changed

+22
-4
lines changed

6 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.
22

3+
# v23 tag
4+
date: 19.04.2023
5+
6+
consensus bug fix inside journal.
7+
8+
* revm: v3.2.0
9+
310
# v22 tag
411
date: 14.04.2023
512

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bins/revm-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
[dependencies]
88
bytes = "1.4"
99
hex = "0.4"
10-
revm = { path = "../../crates/revm", version = "3.1.1" }
10+
revm = { path = "../../crates/revm", version = "3.2.0" }
1111
microbench = "0.5"
1212

1313
[[bin]]

bins/revme/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ hex = "0.4"
1717
indicatif = "0.17"
1818
plain_hasher = "0.2"
1919
primitive-types = { version = "0.12", features = ["rlp", "serde"] }
20-
revm = { path = "../../crates/revm", version = "3.1.1", default-features = false, features = [
20+
revm = { path = "../../crates/revm", version = "3.2.0", default-features = false, features = [
2121
"ethersdb",
2222
"std",
2323
"serde",

crates/revm/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v3.2.0
2+
date: 19.04.2023
3+
4+
consensus bug:
5+
* fix: touched account on creation (#463) (2 hours ago) <Roman Krasiuk>
6+
7+
# v3.1.1
8+
date: 14.04.2023
9+
10+
bump revm dependency versions.
11+
112
# v3.1.0
213
date: 04.04.2022
314

crates/revm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["no_std", "ethereum", "evm", "revm"]
66
license = "MIT"
77
name = "revm"
88
repository = "https://github.com/bluealloy/revm"
9-
version = "3.1.1"
9+
version = "3.2.0"
1010
readme = "../../README.md"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)