Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Mar 12, 2024

πŸ€– New release

  • revm-primitives: 19.2.0 -> 19.3.0 (βœ“ API compatible changes)
  • revm-bytecode: 4.1.0 -> 5.0.0 (⚠ API breaking changes)
  • revm-state: 5.0.0 -> 5.1.0 (βœ“ API compatible changes)
  • revm-database-interface: 5.0.0 -> 5.1.0 (βœ“ API compatible changes)
  • revm-context-interface: 6.0.0 -> 7.0.0 (⚠ API breaking changes)
  • revm-context: 6.0.0 -> 7.0.0 (⚠ API breaking changes)
  • revm-database: 5.0.0 -> 5.1.0 (βœ“ API compatible changes)
  • revm-interpreter: 21.0.0 -> 21.1.0 (βœ“ API compatible changes)
  • revm-precompile: 22.0.0 -> 23.0.0 (⚠ API breaking changes)
  • revm-handler: 6.0.0 -> 7.0.0 (⚠ API breaking changes)
  • revm-inspector: 6.0.0 -> 7.0.0 (⚠ API breaking changes)
  • revm: 25.0.0 -> 26.0.0 (⚠ API breaking changes)
  • revm-statetest-types: 7.0.0 -> 7.1.0 (βœ“ API compatible changes)
  • revme: 6.0.0 -> 6.1.0 (βœ“ API compatible changes)
  • op-revm: 6.0.0 -> 6.1.0 (βœ“ API compatible changes)

⚠ revm-bytecode breaking changes

--- failure tuple_struct_to_plain_struct: tuple struct changed to plain struct ---

Description:
A publicly-visible, exhaustive tuple struct with pub fields changed to normal (curly-braces) struct, which cannot be constructed using the same struct literal syntax.
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/tuple_struct_to_plain_struct.ron
Failed in:
  struct JumpTable in /tmp/.tmp6W9dC2/revm/crates/bytecode/src/legacy/jump_map.rs:8
  struct JumpTable in /tmp/.tmp6W9dC2/revm/crates/bytecode/src/legacy/jump_map.rs:8

⚠ revm-context-interface breaking changes

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/struct_missing.ron

Failed in:
  struct revm_context_interface::result::ResultAndState, previously in file /tmp/.tmpx8vpIo/revm-context-interface/src/result.rs:24

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/trait_method_added.ron

Failed in:
  trait method revm_context_interface::cfg::Cfg::max_blobs_per_tx in file /tmp/.tmp6W9dC2/revm/crates/context/interface/src/cfg.rs:33
  trait method revm_context_interface::cfg::Cfg::is_priority_fee_check_disabled in file /tmp/.tmp6W9dC2/revm/crates/context/interface/src/cfg.rs:54
  trait method revm_context_interface::Cfg::max_blobs_per_tx in file /tmp/.tmp6W9dC2/revm/crates/context/interface/src/cfg.rs:33
  trait method revm_context_interface::Cfg::is_priority_fee_check_disabled in file /tmp/.tmp6W9dC2/revm/crates/context/interface/src/cfg.rs:54

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/trait_method_missing.ron

Failed in:
  method blob_max_count of trait Cfg, previously in file /tmp/.tmpx8vpIo/revm-context-interface/src/cfg.rs:35
  method blob_max_count of trait Cfg, previously in file /tmp/.tmpx8vpIo/revm-context-interface/src/cfg.rs:35

⚠ revm-context breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/inherent_method_missing.ron

Failed in:
  CfgEnv::with_blob_max_count, previously in file /tmp/.tmpx8vpIo/revm-context/src/cfg.rs:183
  CfgEnv::set_blob_max_count, previously in file /tmp/.tmpx8vpIo/revm-context/src/cfg.rs:189
  CfgEnv::clear_blob_max_count, previously in file /tmp/.tmpx8vpIo/revm-context/src/cfg.rs:194
  CfgEnv::with_blob_max_count, previously in file /tmp/.tmpx8vpIo/revm-context/src/cfg.rs:183
  CfgEnv::set_blob_max_count, previously in file /tmp/.tmpx8vpIo/revm-context/src/cfg.rs:189
  CfgEnv::clear_blob_max_count, previously in file /tmp/.tmpx8vpIo/revm-context/src/cfg.rs:194

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field blob_max_count of struct CfgEnv, previously in file /tmp/.tmpx8vpIo/revm-context/src/cfg.rs:34
  field blob_max_count of struct CfgEnv, previously in file /tmp/.tmpx8vpIo/revm-context/src/cfg.rs:34

⚠ revm-precompile breaking changes

--- failure feature_missing: package feature removed or renamed ---

Description:
A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/feature_missing.ron

Failed in:
  feature secp256r1 in the package's Cargo.toml

⚠ revm-handler breaking changes

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/function_parameter_count_changed.ron

Failed in:
  revm_handler::validation::validate_priority_fee_tx now takes 4 parameters instead of 3, in /tmp/.tmp6W9dC2/revm/crates/handler/src/validation.rs:26

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/trait_method_added.ron

Failed in:
  trait method revm_handler::api::ExecuteEvm::transact_one in file /tmp/.tmp6W9dC2/revm/crates/handler/src/api.rs:48
  trait method revm_handler::ExecuteEvm::transact_one in file /tmp/.tmp6W9dC2/revm/crates/handler/src/api.rs:48

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/trait_method_missing.ron

Failed in:
  method transact_multi_commit of trait ExecuteCommitEvm, previously in file /tmp/.tmpx8vpIo/revm-handler/src/api.rs:141
  method transact_multi_commit of trait ExecuteCommitEvm, previously in file /tmp/.tmpx8vpIo/revm-handler/src/api.rs:141
  method transact_finalize of trait ExecuteEvm, previously in file /tmp/.tmpx8vpIo/revm-handler/src/api.rs:63
  method transact_multi of trait ExecuteEvm, previously in file /tmp/.tmpx8vpIo/revm-handler/src/api.rs:84
  method transact_multi_finalize of trait ExecuteEvm, previously in file /tmp/.tmpx8vpIo/revm-handler/src/api.rs:101
  method transact_finalize of trait ExecuteEvm, previously in file /tmp/.tmpx8vpIo/revm-handler/src/api.rs:63
  method transact_multi of trait ExecuteEvm, previously in file /tmp/.tmpx8vpIo/revm-handler/src/api.rs:84
  method transact_multi_finalize of trait ExecuteEvm, previously in file /tmp/.tmpx8vpIo/revm-handler/src/api.rs:101

⚠ revm-inspector breaking changes

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/trait_method_added.ron

Failed in:
  trait method revm_inspector::InspectEvm::inspect_one_tx in file /tmp/.tmp6W9dC2/revm/crates/inspector/src/inspect.rs:19

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/trait_method_missing.ron

Failed in:
  method inspect_tx_finalize of trait InspectEvm, previously in file /tmp/.tmpx8vpIo/revm-inspector/src/inspect.rs:22

⚠ revm breaking changes

--- failure feature_missing: package feature removed or renamed ---

Description:
A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/feature_missing.ron

Failed in:
  feature secp256r1 in the package's Cargo.toml
Changelog

revm-bytecode

5.0.0 - 2025-06-14

Added

  • (precompile) rug/gmp-based modexp (#2596)
  • add clz opcode (#2598)

Other

  • (tests) extend test for is_valid jumptable (#2622)
  • faster JumpTable bits lookup (#2618)

revm-state

4.0.0 - 2025-05-07

Dependency bump

revm-database-interface

5.1.0 - 2025-06-14

Added

  • (precompile) rug/gmp-based modexp (#2596)

revm-context-interface

7.0.0 - 2025-06-14

Added

  • (precompile) rug/gmp-based modexp (#2596)
  • change blob_max_count to max_blobs_per_tx (#2608)
  • add optional priority fee check configuration (#2588)

Other

  • rename transact methods (#2616)

revm-context

7.0.0 - 2025-06-14

Added

  • (precompile) rug/gmp-based modexp (#2596)
  • change blob_max_count to max_blobs_per_tx (#2608)
  • add optional priority fee check configuration (#2588)

Other

  • optimize warm_preloaded_addresses reset (#2625)
  • rename transact methods (#2616)

revm-database

5.1.0 - 2025-06-14

Added

  • (precompile) rug/gmp-based modexp (#2596)

Fixed

  • change account state to None if NotExisting on insert_account_info (#2630)

revm-precompile

23.0.0 - 2025-06-14

Added

  • (precompile) rug/gmp-based modexp (#2596)
  • add basic tests for modexp (#2603)
  • enable P256 in Osaka (#2601)

Other

  • build less benchmark binaries (#2629)

revm-handler

7.0.0 - 2025-06-14

Added

  • (precompile) rug/gmp-based modexp (#2596)
  • change blob_max_count to max_blobs_per_tx (#2608)
  • add optional priority fee check configuration (#2588)

Other

  • rename transact methods (#2616)

revm-inspector

7.0.0 - 2025-06-14

Added

  • (precompile) rug/gmp-based modexp (#2596)
  • add Inspector implementation for either::Either (#2614)
  • (InspectEvm) add inspect_finalize method for tx+inspector with state (#2593)

Other

  • rename transact methods (#2616)

revm

26.0.0 - 2025-06-14

Added

  • (precompile) rug/gmp-based modexp (#2596)
  • enable P256 in Osaka (#2601)

Other

  • rename transact methods (#2616)

revm-statetest-types

7.1.0 - 2025-06-14

Added

  • (precompile) rug/gmp-based modexp (#2596)

revme

6.1.0 - 2025-06-14

Added

  • (precompile) rug/gmp-based modexp (#2596)
  • change blob_max_count to max_blobs_per_tx (#2608)

Other

  • rename transact methods (#2616)

op-revm

6.1.0 - 2025-06-14

Added

  • (precompile) rug/gmp-based modexp (#2596)
  • enable P256 in Osaka (#2601)

Other

  • rename transact methods (#2616)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-03-12T09-35-27Z branch from de9ed81 to 7306b2e Compare March 25, 2024 02:54
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T09-35-27Z branch from 7306b2e to 6ec9683 Compare April 23, 2024 02:27
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T09-35-27Z branch from 6ec9683 to 861b086 Compare June 24, 2024 10:29
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T09-35-27Z branch from 861b086 to dcdcc13 Compare July 16, 2024 07:25
@github-actions github-actions bot changed the title chore: release chore(revm-test): release v0.1.0 Aug 20, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T09-35-27Z branch from dcdcc13 to 11a0cd6 Compare August 20, 2024 02:21
@github-actions github-actions bot changed the title chore(revm-test): release v0.1.0 chore: release Sep 4, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T09-35-27Z branch from 11a0cd6 to 4a46485 Compare September 4, 2024 02:41
@github-actions github-actions bot changed the title chore: release chore: release v1.0.0 Oct 7, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T09-35-27Z branch from 4a46485 to 91e36d8 Compare October 7, 2024 02:04
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T09-35-27Z branch from 91e36d8 to 532ffaf Compare November 8, 2024 02:45
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T09-35-27Z branch from 532ffaf to 6803768 Compare November 29, 2024 02:56
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T09-35-27Z branch from 6803768 to 96f3f26 Compare January 10, 2025 05:02
@github-actions github-actions bot changed the title chore: release v1.0.0 chore: release Jan 10, 2025
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T09-35-27Z branch from 96f3f26 to 23a00b3 Compare June 14, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant