Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/release/v49' into scroll-evm-e…
Browse files Browse the repository at this point in the history
…xecutor/update/v49

# Conflicts:
#	Cargo.lock
  • Loading branch information
lightsing committed Oct 29, 2024
2 parents 7bd111d + b09b375 commit 51774b6
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 53 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +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.

# v49 tag
date 23.10.2024
Maintenance release. Bump alloydb deps.

* `revm`: 17.0.0 -> 17.1.0 (✓ API compatible changes)

# v48 tag
date 23.10.2024
Maintenance release. Bug fix for EIP-7702.

* `revm`: 16.0.0 -> 17.0.0 (✓ API compatible changes)
* `revm-primitives`: 12.0.0 -> 13.0.0 (✓ API compatible changes)
* `revm-test`: 1.0.0
* `revme`: 1.0.0 -> 2.0.0
* `revm-interpreter`: 12.0.0 -> 13.0.0
* `revm-precompile`: 13.0.0 -> 14.0.0

Expand Down
127 changes: 83 additions & 44 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.7"
hex = "0.4"
revm = { path = "../../crates/revm", version = "17.0.0", default-features=false }
revm = { path = "../../crates/revm", version = "17.1.0", default-features=false }
microbench = "0.5"
alloy-sol-macro = "0.8.0"
alloy-sol-types = "0.8.2"
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 = "17.0.0", default-features = false, features = [
revm = { path = "../../crates/revm", version = "17.1.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]

## [17.1.0](https://github.com/bluealloy/revm/compare/revm-v17.0.0...revm-v17.1.0) - 2024-10-23

### Other

- chore: bump alloydb deps ([#1832](https://github.com/bluealloy/revm/pull/1832))

## [17.0.0](https://github.com/bluealloy/revm/compare/revm-v16.0.0...revm-v17.0.0) - 2024-10-23

### Other
Expand Down
Loading

0 comments on commit 51774b6

Please sign in to comment.