Skip to content

Commit

Permalink
bump: v53 revm v19.2.0 (#1972)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Jan 6, 2025
1 parent 1054af9 commit b59f255
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.

# v51 tag
# v53 tag

date: 06.01.2025

Fix for previous release related to Optimism.

* `revm`: 19.1.0 -> 19.2.0

# v52 tag

date: 06.01.2025

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.7"
hex = "0.4"
revm = { path = "../../crates/revm", version = "19.0.0", default-features=false }
revm = { path = "../../crates/revm", version = "19.2.0", default-features=false }
microbench = "0.5"
alloy-sol-macro = "0.8.11"
alloy-sol-types = "0.8.11"
Expand Down
2 changes: 1 addition & 1 deletion bins/revme/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hex = "0.4"
indicatif = "0.17"
microbench = "0.5"
plain_hasher = "0.2"
revm = { path = "../../crates/revm", version = "19.0.0", default-features = false, features = [
revm = { path = "../../crates/revm", version = "19.2.0", default-features = false, features = [
"ethersdb",
"std",
"serde-json",
Expand Down
6 changes: 6 additions & 0 deletions crates/revm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [19.2.0](https://github.com/bluealloy/revm/compare/revm-v19.1.0...revm-v19.2.0) - 2025-01-06

### Fixed

- *(op)* move l1block loading to verification ([#1970](https://github.com/bluealloy/revm/pull/1970))

## [19.1.0](https://github.com/bluealloy/revm/compare/revm-v19.0.0...revm-v19.1.0) - 2025-01-06

### Added
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 = "19.1.0"
version = "19.2.0"
readme = "../../README.md"

[package.metadata.docs.rs]
Expand Down

0 comments on commit b59f255

Please sign in to comment.