From 62be6f6c2a04d75c2694195408527b1f5d28255b Mon Sep 17 00:00:00 2001 From: rakita Date: Tue, 28 Jan 2025 02:34:17 +0100 Subject: [PATCH] bump: revm v19.4.0 tag v54 --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 4 ++-- LICENSE | 2 +- bins/revm-test/Cargo.toml | 2 +- bins/revm-test/LICENSE | 2 +- bins/revme/CHANGELOG.md | 6 ++++++ bins/revme/Cargo.toml | 4 ++-- bins/revme/LICENSE | 2 +- crates/interpreter/LICENSE | 2 +- crates/precompile/LICENSE | 2 +- crates/primitives/LICENSE | 2 +- crates/revm/CHANGELOG.md | 11 +++++++++++ crates/revm/Cargo.toml | 2 +- crates/revm/LICENSE | 2 +- 14 files changed, 48 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7f411a1f..74c05e53b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag. +# v55 tag + +date: 28.01.2025 + +Small release for Prague devnet-6 network. + +* `revme`: 2.3.0 -> 2.4.0 +* `revm`: 19.3.0 -> 19.4.0 + +# v54 tag + +date: 13.01.2025 + +Changes for Prague devnet-5 network. + +* `revme`: 2.2.0 -> 2.3.0 +* `revm`: 19.2.0 -> 19.3.0 + # v53 tag date: 06.01.2025 diff --git a/Cargo.lock b/Cargo.lock index f501f8eead..90989ca968 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3245,7 +3245,7 @@ dependencies = [ [[package]] name = "revm" -version = "19.3.0" +version = "19.4.0" dependencies = [ "alloy-eips", "alloy-provider", @@ -3344,7 +3344,7 @@ dependencies = [ [[package]] name = "revme" -version = "2.3.0" +version = "2.4.0" dependencies = [ "alloy-rlp", "hash-db", diff --git a/LICENSE b/LICENSE index ad98ff22cc..be6d350ebe 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2024 draganrakita +Copyright (c) 2021-2025 draganrakita Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/bins/revm-test/Cargo.toml b/bins/revm-test/Cargo.toml index 20a725244f..bca92098a3 100644 --- a/bins/revm-test/Cargo.toml +++ b/bins/revm-test/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] bytes = "1.7" hex = "0.4" -revm = { path = "../../crates/revm", version = "19.3.0", default-features=false } +revm = { path = "../../crates/revm", version = "19.4.0", default-features=false } microbench = "0.5" alloy-sol-macro = "0.8.11" alloy-sol-types = "0.8.11" diff --git a/bins/revm-test/LICENSE b/bins/revm-test/LICENSE index ad98ff22cc..be6d350ebe 100644 --- a/bins/revm-test/LICENSE +++ b/bins/revm-test/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2024 draganrakita +Copyright (c) 2021-2025 draganrakita Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/bins/revme/CHANGELOG.md b/bins/revme/CHANGELOG.md index de9f693364..5e95f066be 100644 --- a/bins/revme/CHANGELOG.md +++ b/bins/revme/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.0](https://github.com/bluealloy/revm/compare/revme-v2.3.0...revme-v2.4.0) - 2025-01-28 + +### Other + +- devnet5 tests v1.3.0 ([#2021](https://github.com/bluealloy/revm/pull/2021)) + ## [2.3.0](https://github.com/bluealloy/revm/compare/revme-v2.2.0...revme-v2.3.0) - 2025-01-13 ### Added diff --git a/bins/revme/Cargo.toml b/bins/revme/Cargo.toml index 17ac5b8596..c29347be01 100644 --- a/bins/revme/Cargo.toml +++ b/bins/revme/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["ethereum", "evm"] license = "MIT" repository = "https://github.com/bluealloy/revm" description = "Rust Ethereum Virtual Machine Executable" -version = "2.3.0" +version = "2.4.0" [dependencies] hash-db = "0.15" @@ -14,7 +14,7 @@ hex = "0.4" indicatif = "0.17" microbench = "0.5" plain_hasher = "0.2" -revm = { path = "../../crates/revm", version = "19.3.0", default-features = false, features = [ +revm = { path = "../../crates/revm", version = "19.4.0", default-features = false, features = [ "ethersdb", "std", "serde-json", diff --git a/bins/revme/LICENSE b/bins/revme/LICENSE index ad98ff22cc..be6d350ebe 100644 --- a/bins/revme/LICENSE +++ b/bins/revme/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2024 draganrakita +Copyright (c) 2021-2025 draganrakita Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crates/interpreter/LICENSE b/crates/interpreter/LICENSE index ad98ff22cc..be6d350ebe 100644 --- a/crates/interpreter/LICENSE +++ b/crates/interpreter/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2024 draganrakita +Copyright (c) 2021-2025 draganrakita Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crates/precompile/LICENSE b/crates/precompile/LICENSE index ad98ff22cc..be6d350ebe 100644 --- a/crates/precompile/LICENSE +++ b/crates/precompile/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2024 draganrakita +Copyright (c) 2021-2025 draganrakita Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crates/primitives/LICENSE b/crates/primitives/LICENSE index ad98ff22cc..be6d350ebe 100644 --- a/crates/primitives/LICENSE +++ b/crates/primitives/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2024 draganrakita +Copyright (c) 2021-2025 draganrakita Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crates/revm/CHANGELOG.md b/crates/revm/CHANGELOG.md index d452fda2b0..dd64ca9ec0 100644 --- a/crates/revm/CHANGELOG.md +++ b/crates/revm/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [19.4.0](https://github.com/bluealloy/revm/compare/revm-v19.3.0...revm-v19.4.0) - 2025-01-28 + +### Added + +- Include EIP7702 address for extcodecopy ([#2016](https://github.com/bluealloy/revm/pull/2016)) +- add precompiles for BLS12-381 to isthmus ([#2000](https://github.com/bluealloy/revm/pull/2000)) + +### Fixed + +- *(op)* isthmus compilation ([#2022](https://github.com/bluealloy/revm/pull/2022)) + ## [19.3.0](https://github.com/bluealloy/revm/compare/revm-v19.2.0...revm-v19.3.0) - 2025-01-13 ### Added diff --git a/crates/revm/Cargo.toml b/crates/revm/Cargo.toml index c336282626..45fa00107e 100644 --- a/crates/revm/Cargo.toml +++ b/crates/revm/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["no_std", "ethereum", "evm", "revm"] license = "MIT" name = "revm" repository = "https://github.com/bluealloy/revm" -version = "19.3.0" +version = "19.4.0" readme = "../../README.md" [package.metadata.docs.rs] diff --git a/crates/revm/LICENSE b/crates/revm/LICENSE index ad98ff22cc..be6d350ebe 100644 --- a/crates/revm/LICENSE +++ b/crates/revm/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2024 draganrakita +Copyright (c) 2021-2025 draganrakita Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal