Skip to content

Commit c0e40f6

Browse files
committed
chore: release
Signed-off-by: GitHub Action <[email protected]>
1 parent b3220c6 commit c0e40f6

File tree

12 files changed

+68
-16
lines changed

12 files changed

+68
-16
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
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.6"
99
hex = "0.4"
10-
revm = { path = "../../crates/revm", version = "7.2.0",default-features=false }
10+
revm = { path = "../../crates/revm", version = "8.0.0",default-features=false }
1111
microbench = "0.5"
1212
alloy-sol-macro = "0.7.0"
1313
alloy-sol-types = "0.7.0"

bins/revme/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.4.0](https://github.com/jtraglia/revm/compare/revme-v0.3.1...revme-v0.4.0) - 2024-04-01
10+
11+
### Added
12+
- [**breaking**] TracerEip3155 optionally traces memory ([#1234](https://github.com/jtraglia/revm/pull/1234))
13+
914
## [0.3.1](https://github.com/bluealloy/revm/compare/revme-v0.3.0...revme-v0.3.1) - 2024-03-19
1015

1116
### Other

bins/revme/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["ethereum", "evm"]
66
license = "MIT"
77
repository = "https://github.com/bluealloy/revm"
88
description = "Rust Ethereum Virtual Machine Executable"
9-
version = "0.3.1"
9+
version = "0.4.0"
1010

1111
[dependencies]
1212
hash-db = "0.15"
@@ -15,7 +15,7 @@ hashbrown = "0.14"
1515
indicatif = "0.17"
1616
microbench = "0.5"
1717
plain_hasher = "0.2"
18-
revm = { path = "../../crates/revm", version = "7.2.0", default-features = false, features = [
18+
revm = { path = "../../crates/revm", version = "8.0.0", default-features = false, features = [
1919
"ethersdb",
2020
"std",
2121
"serde-json",

crates/interpreter/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [4.0.0](https://github.com/jtraglia/revm/compare/revm-interpreter-v3.4.0...revm-interpreter-v4.0.0) - 2024-04-01
10+
11+
### Added
12+
- derive serde for OpCode, improve implementations ([#1215](https://github.com/jtraglia/revm/pull/1215))
13+
- *(interpreter)* expose mutable access methods on stack and memory ([#1219](https://github.com/jtraglia/revm/pull/1219))
14+
15+
### Other
16+
- move div by zero check from smod to i256_mod ([#1248](https://github.com/jtraglia/revm/pull/1248))
17+
- *(interpreter)* unbox contract field ([#1228](https://github.com/jtraglia/revm/pull/1228))
18+
- *(interpreter)* keep track of remaining gas rather than spent ([#1221](https://github.com/jtraglia/revm/pull/1221))
19+
- *(interpreter)* don't run signextend with 31 too ([#1222](https://github.com/jtraglia/revm/pull/1222))
20+
921
## [3.4.0](https://github.com/bluealloy/revm/compare/revm-interpreter-v3.3.0...revm-interpreter-v3.4.0) - 2024-03-19
1022

1123
### Added

crates/interpreter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ keywords = ["no_std", "ethereum", "evm", "revm", "interpreter"]
66
license = "MIT"
77
name = "revm-interpreter"
88
repository = "https://github.com/bluealloy/revm"
9-
version = "3.4.0"
9+
version = "4.0.0"
1010
readme = "../../README.md"
1111

1212
[package.metadata.docs.rs]
1313
all-features = true
1414
rustdoc-args = ["--cfg", "docsrs"]
1515

1616
[dependencies]
17-
revm-primitives = { path = "../primitives", version = "3.1.0", default-features = false }
17+
revm-primitives = { path = "../primitives", version = "3.1.1", default-features = false }
1818

1919
# optional
2020
serde = { version = "1.0", default-features = false, features = [

crates/precompile/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [6.0.0](https://github.com/jtraglia/revm/compare/revm-precompile-v5.1.0...revm-precompile-v6.0.0) - 2024-04-01
10+
11+
### Fixed
12+
- update/enable bn128 tests ([#1242](https://github.com/jtraglia/revm/pull/1242))
13+
- use correct bn128 mul input length ([#1238](https://github.com/jtraglia/revm/pull/1238))
14+
- use correct rand package for thread_rng ([#1233](https://github.com/jtraglia/revm/pull/1233))
15+
16+
### Other
17+
- remove unnecessary call to into_u256() for bn128 add ([#1239](https://github.com/jtraglia/revm/pull/1239))
18+
919
## [5.1.0](https://github.com/bluealloy/revm/compare/revm-precompile-v5.0.0...revm-precompile-v5.1.0) - 2024-03-19
1020

1121
### Added

crates/precompile/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ keywords = ["no_std", "ethereum", "evm", "revm", "precompiles"]
66
license = "MIT"
77
name = "revm-precompile"
88
repository = "https://github.com/bluealloy/revm"
9-
version = "5.1.0"
9+
version = "6.0.0"
1010

1111
[package.metadata.docs.rs]
1212
all-features = true
1313
rustdoc-args = ["--cfg", "docsrs"]
1414

1515
[dependencies]
16-
revm-primitives = { path = "../primitives", version = "3.1.0", default-features = false }
16+
revm-primitives = { path = "../primitives", version = "3.1.1", default-features = false }
1717
bn = { package = "substrate-bn", version = "0.6", default-features = false }
1818
once_cell = { version = "1.19", default-features = false, features = ["alloc"] }
1919
ripemd = { version = "0.1", default-features = false }

crates/primitives/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.1.1](https://github.com/jtraglia/revm/compare/revm-primitives-v3.1.0...revm-primitives-v3.1.1) - 2024-04-01
10+
11+
### Fixed
12+
- fix eip3155 summary gas_used bug and add fork name ([#1216](https://github.com/jtraglia/revm/pull/1216))
13+
14+
### Other
15+
- *(deps)* bump alloy 0.7.0 ([#1250](https://github.com/jtraglia/revm/pull/1250))
16+
917
## [3.1.0](https://github.com/bluealloy/revm/compare/revm-primitives-v3.0.0...revm-primitives-v3.1.0) - 2024-03-19
1018

1119
### Added

crates/primitives/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", "types"]
66
license = "MIT"
77
name = "revm-primitives"
88
repository = "https://github.com/bluealloy/revm"
9-
version = "3.1.0"
9+
version = "3.1.1"
1010
readme = "../../README.md"
1111

1212
# Don't need to run build script outside of this repo

0 commit comments

Comments
 (0)