Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@ default-members = ["crates/revm"]

[workspace.dependencies]
# revm
revm = { path = "crates/revm", version = "29.0.0", default-features = false }
primitives = { path = "crates/primitives", package = "revm-primitives", version = "20.2.1", default-features = false }
bytecode = { path = "crates/bytecode", package = "revm-bytecode", version = "6.2.2", default-features = false }
database = { path = "crates/database", package = "revm-database", version = "7.0.5", default-features = false }
database-interface = { path = "crates/database/interface", package = "revm-database-interface", version = "7.0.5", default-features = false }
state = { path = "crates/state", package = "revm-state", version = "7.0.5", default-features = false }
interpreter = { path = "crates/interpreter", package = "revm-interpreter", version = "25.0.2", default-features = false }
inspector = { path = "crates/inspector", package = "revm-inspector", version = "10.0.0", default-features = false }
precompile = { path = "crates/precompile", package = "revm-precompile", version = "27.0.0", default-features = false }
statetest-types = { path = "crates/statetest-types", package = "revm-statetest-types", version = "9.0.2", default-features = false }
context = { path = "crates/context", package = "revm-context", version = "9.0.2", default-features = false }
context-interface = { path = "crates/context/interface", package = "revm-context-interface", version = "10.1.0", default-features = false }
handler = { path = "crates/handler", package = "revm-handler", version = "10.0.0", default-features = false }
op-revm = { path = "crates/op-revm", package = "op-revm", version = "10.0.0", default-features = false }
revm = { path = "crates/revm", version = "30.0.0", default-features = false }
primitives = { path = "crates/primitives", package = "revm-primitives", version = "21.0.0", default-features = false }
bytecode = { path = "crates/bytecode", package = "revm-bytecode", version = "6.2.3", default-features = false }
database = { path = "crates/database", package = "revm-database", version = "7.0.6", default-features = false }
database-interface = { path = "crates/database/interface", package = "revm-database-interface", version = "7.0.6", default-features = false }
state = { path = "crates/state", package = "revm-state", version = "7.0.6", default-features = false }
interpreter = { path = "crates/interpreter", package = "revm-interpreter", version = "26.0.0", default-features = false }
inspector = { path = "crates/inspector", package = "revm-inspector", version = "10.0.1", default-features = false }
precompile = { path = "crates/precompile", package = "revm-precompile", version = "28.0.0", default-features = false }
statetest-types = { path = "crates/statetest-types", package = "revm-statetest-types", version = "10.0.0", default-features = false }
context = { path = "crates/context", package = "revm-context", version = "10.0.0", default-features = false }
context-interface = { path = "crates/context/interface", package = "revm-context-interface", version = "11.0.0", default-features = false }
handler = { path = "crates/handler", package = "revm-handler", version = "11.0.0", default-features = false }
op-revm = { path = "crates/op-revm", package = "op-revm", version = "11.0.0", default-features = false }
ee-tests = { path = "crates/ee-tests", package = "revm-ee-tests", version = "0.1.0", default-features = false }

# alloy
Expand Down
6 changes: 6 additions & 0 deletions bins/revme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.2.3](https://github.com/bnb-chain/revm/compare/revme-v7.2.2...revme-v7.2.3) - 2025-09-03

### Other

- update Cargo.toml dependencies

## [7.2.2](https://github.com/bluealloy/revm/compare/revme-v7.2.1...revme-v7.2.2) - 2025-08-23

### Other
Expand Down
2 changes: 1 addition & 1 deletion bins/revme/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "revme"
description = "Rust Ethereum Virtual Machine Executable"
version = "7.2.2"
version = "7.2.3"
authors.workspace = true
edition.workspace = true
keywords.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/bytecode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.2.3](https://github.com/bnb-chain/revm/compare/revm-bytecode-v6.2.2...revm-bytecode-v6.2.3) - 2025-09-03

### Other

- update Cargo.toml dependencies

## [6.2.2](https://github.com/bluealloy/revm/compare/revm-bytecode-v6.2.1...revm-bytecode-v6.2.2) - 2025-08-23

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/bytecode/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "revm-bytecode"
description = "EVM Bytecodes"
version = "6.2.2"
version = "6.2.3"
authors.workspace = true
edition.workspace = true
keywords.workspace = true
Expand Down
12 changes: 12 additions & 0 deletions crates/context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [10.0.0](https://github.com/bnb-chain/revm/compare/revm-context-v9.0.2...revm-context-v10.0.0) - 2025-09-03

### Fixed

- FrameStack mark push/end_init as unsafe ([#2929](https://github.com/bnb-chain/revm/pull/2929))
- skip cold load on oog ([#2903](https://github.com/bnb-chain/revm/pull/2903))

### Other

- *(cleanup)* Remove EIP-7918 related functions and EIP file ([#2925](https://github.com/bnb-chain/revm/pull/2925))
- cargo update ([#2930](https://github.com/bnb-chain/revm/pull/2930))

## [9.0.2](https://github.com/bluealloy/revm/compare/revm-context-v9.0.1...revm-context-v9.0.2) - 2025-08-23

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion crates/context/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "revm-context"
description = "Revm context crates"
version = "9.0.2"
version = "10.0.0"
authors.workspace = true
edition.workspace = true
keywords.workspace = true
Expand Down
12 changes: 12 additions & 0 deletions crates/context/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [11.0.0](https://github.com/bnb-chain/revm/compare/revm-context-interface-v10.1.0...revm-context-interface-v11.0.0) - 2025-09-03

### Fixed

- FrameStack mark push/end_init as unsafe ([#2929](https://github.com/bnb-chain/revm/pull/2929))
- skip cold load on oog ([#2903](https://github.com/bnb-chain/revm/pull/2903))

### Other

- *(cleanup)* Remove EIP-7918 related functions and EIP file ([#2925](https://github.com/bnb-chain/revm/pull/2925))
- cargo update ([#2930](https://github.com/bnb-chain/revm/pull/2930))

## [10.1.0](https://github.com/bluealloy/revm/compare/revm-context-interface-v10.0.1...revm-context-interface-v10.1.0) - 2025-08-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/context/interface/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "revm-context-interface"
description = "Revm context interface crates"
version = "10.1.0"
version = "11.0.0"
authors.workspace = true
edition.workspace = true
keywords.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/database/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.0.6](https://github.com/bnb-chain/revm/compare/revm-database-v7.0.5...revm-database-v7.0.6) - 2025-09-03

### Other

- update Cargo.toml dependencies

## [7.0.5](https://github.com/bluealloy/revm/compare/revm-database-v7.0.4...revm-database-v7.0.5) - 2025-08-23

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/database/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "revm-database"
description = "Revm Database implementations"
version = "7.0.5"
version = "7.0.6"
authors.workspace = true
edition.workspace = true
keywords.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/database/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.0.6](https://github.com/bnb-chain/revm/compare/revm-database-interface-v7.0.5...revm-database-interface-v7.0.6) - 2025-09-03

### Other

- update Cargo.toml dependencies

## [7.0.5](https://github.com/bluealloy/revm/compare/revm-database-interface-v7.0.4...revm-database-interface-v7.0.5) - 2025-08-23

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/database/interface/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "revm-database-interface"
description = "Revm Database interface"
version = "7.0.5"
version = "7.0.6"
authors.workspace = true
edition.workspace = true
keywords.workspace = true
Expand Down
11 changes: 11 additions & 0 deletions crates/handler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [11.0.0](https://github.com/bnb-chain/revm/compare/revm-handler-v10.0.0...revm-handler-v11.0.0) - 2025-09-03

### Fixed

- FrameStack mark push/end_init as unsafe ([#2929](https://github.com/bnb-chain/revm/pull/2929))

### Other

- cargo update ([#2930](https://github.com/bnb-chain/revm/pull/2930))
- *(handler)* provide `&CallInputs`to`PrecompileProvider::run` ([#2921](https://github.com/bnb-chain/revm/pull/2921))

## [10.0.0](https://github.com/bluealloy/revm/compare/revm-handler-v9.0.1...revm-handler-v10.0.0) - 2025-08-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/handler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "revm-handler"
description = "Revm handler crates"
version = "10.0.0"
version = "11.0.0"
authors.workspace = true
edition.workspace = true
keywords.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/inspector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [10.0.1](https://github.com/bnb-chain/revm/compare/revm-inspector-v10.0.0...revm-inspector-v10.0.1) - 2025-09-03

### Other

- update Cargo.toml dependencies

## [10.0.0](https://github.com/bluealloy/revm/compare/revm-inspector-v9.1.0...revm-inspector-v10.0.0) - 2025-08-23

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/inspector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "revm-inspector"
description = "Revm inspector interface"
version = "10.0.0"
version = "10.0.1"
authors.workspace = true
edition.workspace = true
keywords.workspace = true
Expand Down
10 changes: 10 additions & 0 deletions crates/interpreter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [26.0.0](https://github.com/bnb-chain/revm/compare/revm-interpreter-v25.0.2...revm-interpreter-v26.0.0) - 2025-09-03

### Fixed

- skip cold load on oog ([#2903](https://github.com/bnb-chain/revm/pull/2903))

### Other

- rename SELFDESTRUCT to SELFDESTRUCT_REFUND ([#2937](https://github.com/bnb-chain/revm/pull/2937))

## [25.0.2](https://github.com/bluealloy/revm/compare/revm-interpreter-v25.0.1...revm-interpreter-v25.0.2) - 2025-08-23

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion crates/interpreter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "revm-interpreter"
description = "Revm Interpreter that executes bytecode."
version = "25.0.2"
version = "26.0.0"
authors.workspace = true
edition.workspace = true
keywords.workspace = true
Expand Down
Loading