diff --git a/Cargo.lock b/Cargo.lock index b76fecd012..d7687a4e5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2585,7 +2585,7 @@ checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" [[package]] name = "op-revm" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" dependencies = [ "alloy-sol-types", "anyhow", @@ -3255,7 +3255,7 @@ dependencies = [ [[package]] name = "revm" -version = "20.0.0-alpha.3" +version = "20.0.0-alpha.4" dependencies = [ "revm-bytecode", "revm-context", @@ -3272,7 +3272,7 @@ dependencies = [ [[package]] name = "revm-bytecode" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" dependencies = [ "bitvec", "paste", @@ -3283,7 +3283,7 @@ dependencies = [ [[package]] name = "revm-context" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" dependencies = [ "auto_impl", "cfg-if", @@ -3299,7 +3299,7 @@ dependencies = [ [[package]] name = "revm-context-interface" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" dependencies = [ "alloy-eip2930", "alloy-eip7702", @@ -3312,7 +3312,7 @@ dependencies = [ [[package]] name = "revm-database" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" dependencies = [ "alloy-eips", "alloy-provider", @@ -3333,7 +3333,7 @@ dependencies = [ [[package]] name = "revm-database-interface" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" dependencies = [ "alloy-sol-types", "anyhow", @@ -3348,7 +3348,7 @@ dependencies = [ [[package]] name = "revm-handler" -version = "1.0.0-alpha.3" +version = "1.0.0-alpha.4" dependencies = [ "alloy-eip7702", "alloy-provider", @@ -3369,7 +3369,7 @@ dependencies = [ [[package]] name = "revm-inspector" -version = "1.0.0-alpha.3" +version = "1.0.0-alpha.4" dependencies = [ "auto_impl", "revm-context", @@ -3386,7 +3386,7 @@ dependencies = [ [[package]] name = "revm-interpreter" -version = "16.0.0-alpha.3" +version = "16.0.0-alpha.4" dependencies = [ "bincode", "revm-bytecode", @@ -3399,7 +3399,7 @@ dependencies = [ [[package]] name = "revm-precompile" -version = "17.0.0-alpha.3" +version = "17.0.0-alpha.4" dependencies = [ "aurora-engine-modexp", "blst", @@ -3427,7 +3427,7 @@ dependencies = [ [[package]] name = "revm-primitives" -version = "16.0.0-alpha.2" +version = "16.0.0-alpha.3" dependencies = [ "alloy-primitives", "enumn", @@ -3436,7 +3436,7 @@ dependencies = [ [[package]] name = "revm-state" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" dependencies = [ "bitflags", "revm-bytecode", @@ -3446,7 +3446,7 @@ dependencies = [ [[package]] name = "revm-statetest-types" -version = "1.0.0-alpha.3" +version = "1.0.0-alpha.4" dependencies = [ "revm", "serde", @@ -3455,7 +3455,7 @@ dependencies = [ [[package]] name = "revme" -version = "3.0.0-alpha.3" +version = "3.0.0-alpha.4" dependencies = [ "alloy-rlp", "alloy-sol-types", diff --git a/Cargo.toml b/Cargo.toml index 400bf9322f..429755c4e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,19 +38,19 @@ default-members = ["crates/revm"] [workspace.dependencies] # revm -revm = { path = "crates/revm", version = "20.0.0-alpha.3", default-features = false } -primitives = { path = "crates/primitives", package = "revm-primitives", version = "16.0.0-alpha.2", default-features = false } -bytecode = { path = "crates/bytecode", package = "revm-bytecode", version = "1.0.0-alpha.2", default-features = false } -database = { path = "crates/database", package = "revm-database", version = "1.0.0-alpha.2", default-features = false } -database-interface = { path = "crates/database/interface", package = "revm-database-interface", version = "1.0.0-alpha.2", default-features = false } -state = { path = "crates/state", package = "revm-state", version = "1.0.0-alpha.2", default-features = false } -interpreter = { path = "crates/interpreter", package = "revm-interpreter", version = "16.0.0-alpha.3", default-features = false } -inspector = { path = "crates/inspector", package = "revm-inspector", version = "1.0.0-alpha.3", default-features = false } -precompile = { path = "crates/precompile", package = "revm-precompile", version = "17.0.0-alpha.3", default-features = false } -statetest-types = { path = "crates/statetest-types", package = "revm-statetest-types", version = "1.0.0-alpha.3", default-features = false } -context = { path = "crates/context", package = "revm-context", version = "1.0.0-alpha.2", default-features = false } -context-interface = { path = "crates/context/interface", package = "revm-context-interface", version = "1.0.0-alpha.2", default-features = false } -handler = { path = "crates/handler", package = "revm-handler", version = "1.0.0-alpha.3", default-features = false } +revm = { path = "crates/revm", version = "20.0.0-alpha.4", default-features = false } +primitives = { path = "crates/primitives", package = "revm-primitives", version = "16.0.0-alpha.3", default-features = false } +bytecode = { path = "crates/bytecode", package = "revm-bytecode", version = "1.0.0-alpha.3", default-features = false } +database = { path = "crates/database", package = "revm-database", version = "1.0.0-alpha.3", default-features = false } +database-interface = { path = "crates/database/interface", package = "revm-database-interface", version = "1.0.0-alpha.3", default-features = false } +state = { path = "crates/state", package = "revm-state", version = "1.0.0-alpha.3", default-features = false } +interpreter = { path = "crates/interpreter", package = "revm-interpreter", version = "16.0.0-alpha.4", default-features = false } +inspector = { path = "crates/inspector", package = "revm-inspector", version = "1.0.0-alpha.4", default-features = false } +precompile = { path = "crates/precompile", package = "revm-precompile", version = "17.0.0-alpha.4", default-features = false } +statetest-types = { path = "crates/statetest-types", package = "revm-statetest-types", version = "1.0.0-alpha.4", default-features = false } +context = { path = "crates/context", package = "revm-context", version = "1.0.0-alpha.3", default-features = false } +context-interface = { path = "crates/context/interface", package = "revm-context-interface", version = "1.0.0-alpha.3", default-features = false } +handler = { path = "crates/handler", package = "revm-handler", version = "1.0.0-alpha.4", default-features = false } # alloy alloy-eip2930 = { version = "0.1.0", default-features = false } diff --git a/bins/revme/CHANGELOG.md b/bins/revme/CHANGELOG.md index 6e271984fd..1a10fb1e92 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] +## [3.0.0-alpha.4](https://github.com/bluealloy/revm/compare/revme-v3.0.0-alpha.3...revme-v3.0.0-alpha.4) - 2025-03-11 + +### Other + +- updated the following local packages: revm-primitives, revm-bytecode, revm-state, revm-database-interface, revm-context-interface, revm-context, revm-database, revm-handler, revm-inspector, revm + ## [3.0.0-alpha.3](https://github.com/bluealloy/revm/compare/revme-v3.0.0-alpha.2...revme-v3.0.0-alpha.3) - 2025-03-10 ### Other diff --git a/bins/revme/Cargo.toml b/bins/revme/Cargo.toml index ed2a083bce..0e30e96107 100644 --- a/bins/revme/Cargo.toml +++ b/bins/revme/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revme" description = "Rust Ethereum Virtual Machine Executable" -version = "3.0.0-alpha.3" +version = "3.0.0-alpha.4" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/bytecode/CHANGELOG.md b/crates/bytecode/CHANGELOG.md index e9c89863b6..060e4ebb5f 100644 --- a/crates/bytecode/CHANGELOG.md +++ b/crates/bytecode/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.3](https://github.com/bluealloy/revm/compare/revm-bytecode-v1.0.0-alpha.2...revm-bytecode-v1.0.0-alpha.3) - 2025-03-11 + +### Fixed + +- correct propagate features ([#2177](https://github.com/bluealloy/revm/pull/2177)) + ## [1.0.0-alpha.2](https://github.com/bluealloy/revm/compare/revm-bytecode-v1.0.0-alpha.1...revm-bytecode-v1.0.0-alpha.2) - 2025-03-10 ### Added diff --git a/crates/bytecode/Cargo.toml b/crates/bytecode/Cargo.toml index 60062c2f8a..bb9ddd91b6 100644 --- a/crates/bytecode/Cargo.toml +++ b/crates/bytecode/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-bytecode" description = "EVM Bytecodes" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/context/CHANGELOG.md b/crates/context/CHANGELOG.md index e9743c9ddd..79f009c665 100644 --- a/crates/context/CHANGELOG.md +++ b/crates/context/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.3](https://github.com/bluealloy/revm/compare/revm-context-v1.0.0-alpha.2...revm-context-v1.0.0-alpha.3) - 2025-03-11 + +### Fixed + +- correct propagate features ([#2177](https://github.com/bluealloy/revm/pull/2177)) + ## [1.0.0-alpha.2](https://github.com/bluealloy/revm/compare/revm-context-v1.0.0-alpha.1...revm-context-v1.0.0-alpha.2) - 2025-03-10 ### Added diff --git a/crates/context/Cargo.toml b/crates/context/Cargo.toml index 73ac2d9f67..f99babbb8e 100644 --- a/crates/context/Cargo.toml +++ b/crates/context/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-context" description = "Revm context crates" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/context/interface/CHANGELOG.md b/crates/context/interface/CHANGELOG.md index baf90b8511..181d28b25f 100644 --- a/crates/context/interface/CHANGELOG.md +++ b/crates/context/interface/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.3](https://github.com/bluealloy/revm/compare/revm-context-interface-v1.0.0-alpha.2...revm-context-interface-v1.0.0-alpha.3) - 2025-03-11 + +### Fixed + +- correct propagate features ([#2177](https://github.com/bluealloy/revm/pull/2177)) + ## [1.0.0-alpha.2](https://github.com/bluealloy/revm/compare/revm-context-interface-v1.0.0-alpha.1...revm-context-interface-v1.0.0-alpha.2) - 2025-03-10 ### Added diff --git a/crates/context/interface/Cargo.toml b/crates/context/interface/Cargo.toml index b726315120..90431a3919 100644 --- a/crates/context/interface/Cargo.toml +++ b/crates/context/interface/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-context-interface" description = "Revm context interface crates" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/database/CHANGELOG.md b/crates/database/CHANGELOG.md index c09f807b51..1e5c6d3041 100644 --- a/crates/database/CHANGELOG.md +++ b/crates/database/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.3](https://github.com/bluealloy/revm/compare/revm-database-v1.0.0-alpha.2...revm-database-v1.0.0-alpha.3) - 2025-03-11 + +### Fixed + +- correct propagate features ([#2177](https://github.com/bluealloy/revm/pull/2177)) + ## [1.0.0-alpha.2](https://github.com/bluealloy/revm/compare/revm-database-v1.0.0-alpha.1...revm-database-v1.0.0-alpha.2) - 2025-03-10 ### Fixed diff --git a/crates/database/Cargo.toml b/crates/database/Cargo.toml index ef15137d17..d09afb3937 100644 --- a/crates/database/Cargo.toml +++ b/crates/database/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-database" description = "Revm Database implementations" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/database/interface/CHANGELOG.md b/crates/database/interface/CHANGELOG.md index 6734757e75..6092304837 100644 --- a/crates/database/interface/CHANGELOG.md +++ b/crates/database/interface/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.3](https://github.com/bluealloy/revm/compare/revm-database-interface-v1.0.0-alpha.2...revm-database-interface-v1.0.0-alpha.3) - 2025-03-11 + +### Fixed + +- correct propagate features ([#2177](https://github.com/bluealloy/revm/pull/2177)) + ## [1.0.0-alpha.2](https://github.com/bluealloy/revm/compare/revm-database-interface-v1.0.0-alpha.1...revm-database-interface-v1.0.0-alpha.2) - 2025-03-10 ### Added diff --git a/crates/database/interface/Cargo.toml b/crates/database/interface/Cargo.toml index 1010060b3c..38eb09fad0 100644 --- a/crates/database/interface/Cargo.toml +++ b/crates/database/interface/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-database-interface" description = "Revm Database interface" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/handler/CHANGELOG.md b/crates/handler/CHANGELOG.md index d9444a4bb8..bce72c4957 100644 --- a/crates/handler/CHANGELOG.md +++ b/crates/handler/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.4](https://github.com/bluealloy/revm/compare/revm-handler-v1.0.0-alpha.3...revm-handler-v1.0.0-alpha.4) - 2025-03-11 + +### Added + +- decouple first_frame_input from inspector ([#2180](https://github.com/bluealloy/revm/pull/2180)) + +### Fixed + +- correct propagate features ([#2177](https://github.com/bluealloy/revm/pull/2177)) + +### Other + +- remove CTX phantomdata from precompile providers ([#2178](https://github.com/bluealloy/revm/pull/2178)) + ## [1.0.0-alpha.3](https://github.com/bluealloy/revm/compare/revm-handler-v1.0.0-alpha.2...revm-handler-v1.0.0-alpha.3) - 2025-03-10 ### Other diff --git a/crates/handler/Cargo.toml b/crates/handler/Cargo.toml index bbfc0973b4..453baf66f2 100644 --- a/crates/handler/Cargo.toml +++ b/crates/handler/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-handler" description = "Revm handler crates" -version = "1.0.0-alpha.3" +version = "1.0.0-alpha.4" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/inspector/CHANGELOG.md b/crates/inspector/CHANGELOG.md index 0d63de8250..b54de7168b 100644 --- a/crates/inspector/CHANGELOG.md +++ b/crates/inspector/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.4](https://github.com/bluealloy/revm/compare/revm-inspector-v1.0.0-alpha.3...revm-inspector-v1.0.0-alpha.4) - 2025-03-11 + +### Added + +- decouple first_frame_input from inspector ([#2180](https://github.com/bluealloy/revm/pull/2180)) + +### Fixed + +- correct propagate features ([#2177](https://github.com/bluealloy/revm/pull/2177)) + +### Other + +- remove CTX phantomdata from precompile providers ([#2178](https://github.com/bluealloy/revm/pull/2178)) + ## [1.0.0-alpha.3](https://github.com/bluealloy/revm/compare/revm-inspector-v1.0.0-alpha.2...revm-inspector-v1.0.0-alpha.3) - 2025-03-10 ### Other diff --git a/crates/inspector/Cargo.toml b/crates/inspector/Cargo.toml index 08a2565fdd..44c4ba538b 100644 --- a/crates/inspector/Cargo.toml +++ b/crates/inspector/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-inspector" description = "Revm inspector interface" -version = "1.0.0-alpha.3" +version = "1.0.0-alpha.4" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/interpreter/CHANGELOG.md b/crates/interpreter/CHANGELOG.md index 956cd164e6..6f773dd9f3 100644 --- a/crates/interpreter/CHANGELOG.md +++ b/crates/interpreter/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [16.0.0-alpha.4](https://github.com/bluealloy/revm/compare/revm-interpreter-v16.0.0-alpha.3...revm-interpreter-v16.0.0-alpha.4) - 2025-03-11 + +### Fixed + +- correct propagate features ([#2177](https://github.com/bluealloy/revm/pull/2177)) + ## [16.0.0-alpha.3](https://github.com/bluealloy/revm/compare/revm-interpreter-v16.0.0-alpha.2...revm-interpreter-v16.0.0-alpha.3) - 2025-03-10 ### Fixed diff --git a/crates/interpreter/Cargo.toml b/crates/interpreter/Cargo.toml index 00d4ca2edd..7103ac214e 100644 --- a/crates/interpreter/Cargo.toml +++ b/crates/interpreter/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-interpreter" description = "Revm Interpreter that executes bytecode." -version = "16.0.0-alpha.3" +version = "16.0.0-alpha.4" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/optimism/CHANGELOG.md b/crates/optimism/CHANGELOG.md index f44596dfa7..f1dca024ac 100644 --- a/crates/optimism/CHANGELOG.md +++ b/crates/optimism/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.3](https://github.com/bluealloy/revm/compare/op-revm-v1.0.0-alpha.2...op-revm-v1.0.0-alpha.3) - 2025-03-11 + +### Fixed + +- correct propagate features ([#2177](https://github.com/bluealloy/revm/pull/2177)) + +### Other + +- remove CTX phantomdata from precompile providers ([#2178](https://github.com/bluealloy/revm/pull/2178)) + ## [1.0.0-alpha.2](https://github.com/bluealloy/revm/compare/op-revm-v1.0.0-alpha.1...op-revm-v1.0.0-alpha.2) - 2025-03-10 ### Other diff --git a/crates/optimism/Cargo.toml b/crates/optimism/Cargo.toml index 08eb6a8e0e..7c3fd2ed26 100644 --- a/crates/optimism/Cargo.toml +++ b/crates/optimism/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "op-revm" description = "Optimism variant of Revm" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/precompile/CHANGELOG.md b/crates/precompile/CHANGELOG.md index c233551a4e..a792bb1081 100644 --- a/crates/precompile/CHANGELOG.md +++ b/crates/precompile/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [17.0.0-alpha.4](https://github.com/bluealloy/revm/compare/revm-precompile-v17.0.0-alpha.3...revm-precompile-v17.0.0-alpha.4) - 2025-03-11 + +### Fixed + +- correct propagate features ([#2177](https://github.com/bluealloy/revm/pull/2177)) + +### Other + +- *(precompile)* refactor out msm helper ([#2179](https://github.com/bluealloy/revm/pull/2179)) + ## [17.0.0-alpha.3](https://github.com/bluealloy/revm/compare/revm-precompile-v17.0.0-alpha.2...revm-precompile-v17.0.0-alpha.3) - 2025-03-10 ### Fixed diff --git a/crates/precompile/Cargo.toml b/crates/precompile/Cargo.toml index 42e0aabdef..5378e060d1 100644 --- a/crates/precompile/Cargo.toml +++ b/crates/precompile/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-precompile" description = "Revm Precompiles - Ethereum compatible precompiled contracts" -version = "17.0.0-alpha.3" +version = "17.0.0-alpha.4" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/primitives/CHANGELOG.md b/crates/primitives/CHANGELOG.md index 6d4852277e..db84e66f1b 100644 --- a/crates/primitives/CHANGELOG.md +++ b/crates/primitives/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [16.0.0-alpha.3](https://github.com/bluealloy/revm/compare/revm-primitives-v16.0.0-alpha.2...revm-primitives-v16.0.0-alpha.3) - 2025-03-11 + +### Fixed + +- correct propagate features ([#2177](https://github.com/bluealloy/revm/pull/2177)) + ## [16.0.0-alpha.2](https://github.com/bluealloy/revm/compare/revm-primitives-v16.0.0-alpha.1...revm-primitives-v16.0.0-alpha.2) - 2025-03-10 ### Added diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index 03bff2a8f3..c940bacda9 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-primitives" description = "Revm primitives types" -version = "16.0.0-alpha.2" +version = "16.0.0-alpha.3" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/revm/CHANGELOG.md b/crates/revm/CHANGELOG.md index 6b986e0a54..584dad2840 100644 --- a/crates/revm/CHANGELOG.md +++ b/crates/revm/CHANGELOG.md @@ -57,6 +57,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [20.0.0-alpha.4](https://github.com/bluealloy/revm/compare/revm-v20.0.0-alpha.3...revm-v20.0.0-alpha.4) - 2025-03-11 + +### Fixed + +- correct propagate features ([#2177](https://github.com/bluealloy/revm/pull/2177)) + ## [20.0.0-alpha.3](https://github.com/bluealloy/revm/compare/revm-v20.0.0-alpha.2...revm-v20.0.0-alpha.3) - 2025-03-10 ### Fixed diff --git a/crates/revm/Cargo.toml b/crates/revm/Cargo.toml index cb5f9b10a7..6e40567930 100644 --- a/crates/revm/Cargo.toml +++ b/crates/revm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm" description = "Revm - Rust Ethereum Virtual Machine" -version = "20.0.0-alpha.3" +version = "20.0.0-alpha.4" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/state/CHANGELOG.md b/crates/state/CHANGELOG.md index 16c1a7f480..2705db184d 100644 --- a/crates/state/CHANGELOG.md +++ b/crates/state/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.3](https://github.com/bluealloy/revm/compare/revm-state-v1.0.0-alpha.2...revm-state-v1.0.0-alpha.3) - 2025-03-11 + +### Fixed + +- correct propagate features ([#2177](https://github.com/bluealloy/revm/pull/2177)) + ## [1.0.0-alpha.2](https://github.com/bluealloy/revm/compare/revm-state-v1.0.0-alpha.1...revm-state-v1.0.0-alpha.2) - 2025-03-10 ### Added diff --git a/crates/state/Cargo.toml b/crates/state/Cargo.toml index 4a6b7e883f..9ada4383ba 100644 --- a/crates/state/Cargo.toml +++ b/crates/state/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-state" description = "Revm state types" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/statetest-types/CHANGELOG.md b/crates/statetest-types/CHANGELOG.md index 36b6f5d178..332bee734f 100644 --- a/crates/statetest-types/CHANGELOG.md +++ b/crates/statetest-types/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.4](https://github.com/bluealloy/revm/compare/revm-statetest-types-v1.0.0-alpha.3...revm-statetest-types-v1.0.0-alpha.4) - 2025-03-11 + +### Other + +- updated the following local packages: revm + ## [1.0.0-alpha.3](https://github.com/bluealloy/revm/compare/revm-statetest-types-v1.0.0-alpha.2...revm-statetest-types-v1.0.0-alpha.3) - 2025-03-10 ### Other diff --git a/crates/statetest-types/Cargo.toml b/crates/statetest-types/Cargo.toml index b0d2686a84..25124b5b8e 100644 --- a/crates/statetest-types/Cargo.toml +++ b/crates/statetest-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-statetest-types" description = "Statetest types for revme" -version = "1.0.0-alpha.3" +version = "1.0.0-alpha.4" authors.workspace = true edition.workspace = true keywords.workspace = true