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/.tmpMDid1l/revm/crates/bytecode/src/legacy/jump_map.rs:8
  struct JumpTable in /tmp/.tmpMDid1l/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/.tmpW8tKKn/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/.tmpMDid1l/revm/crates/context/interface/src/cfg.rs:33
  trait method revm_context_interface::cfg::Cfg::is_priority_fee_check_disabled in file /tmp/.tmpMDid1l/revm/crates/context/interface/src/cfg.rs:54
  trait method revm_context_interface::Cfg::max_blobs_per_tx in file /tmp/.tmpMDid1l/revm/crates/context/interface/src/cfg.rs:33
  trait method revm_context_interface::Cfg::is_priority_fee_check_disabled in file /tmp/.tmpMDid1l/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/.tmpW8tKKn/revm-context-interface/src/cfg.rs:35
  method blob_max_count of trait Cfg, previously in file /tmp/.tmpW8tKKn/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/.tmpW8tKKn/revm-context/src/cfg.rs:183
  CfgEnv::set_blob_max_count, previously in file /tmp/.tmpW8tKKn/revm-context/src/cfg.rs:189
  CfgEnv::clear_blob_max_count, previously in file /tmp/.tmpW8tKKn/revm-context/src/cfg.rs:194
  CfgEnv::with_blob_max_count, previously in file /tmp/.tmpW8tKKn/revm-context/src/cfg.rs:183
  CfgEnv::set_blob_max_count, previously in file /tmp/.tmpW8tKKn/revm-context/src/cfg.rs:189
  CfgEnv::clear_blob_max_count, previously in file /tmp/.tmpW8tKKn/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/.tmpW8tKKn/revm-context/src/cfg.rs:34
  field blob_max_count of struct CfgEnv, previously in file /tmp/.tmpW8tKKn/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/.tmpMDid1l/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/.tmpMDid1l/revm/crates/handler/src/api.rs:48
  trait method revm_handler::ExecuteEvm::transact_one in file /tmp/.tmpMDid1l/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/.tmpW8tKKn/revm-handler/src/api.rs:141
  method transact_multi_commit of trait ExecuteCommitEvm, previously in file /tmp/.tmpW8tKKn/revm-handler/src/api.rs:141
  method transact_finalize of trait ExecuteEvm, previously in file /tmp/.tmpW8tKKn/revm-handler/src/api.rs:63
  method transact_multi of trait ExecuteEvm, previously in file /tmp/.tmpW8tKKn/revm-handler/src/api.rs:84
  method transact_multi_finalize of trait ExecuteEvm, previously in file /tmp/.tmpW8tKKn/revm-handler/src/api.rs:101
  method transact_finalize of trait ExecuteEvm, previously in file /tmp/.tmpW8tKKn/revm-handler/src/api.rs:63
  method transact_multi of trait ExecuteEvm, previously in file /tmp/.tmpW8tKKn/revm-handler/src/api.rs:84
  method transact_multi_finalize of trait ExecuteEvm, previously in file /tmp/.tmpW8tKKn/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/.tmpMDid1l/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/.tmpW8tKKn/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-12T10-08-17Z branch from 4004d1b to 650c1e2 Compare March 25, 2024 02:55
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T10-08-17Z branch from 650c1e2 to b4efa17 Compare April 7, 2024 10:34
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T10-08-17Z branch from b4efa17 to a76a666 Compare April 23, 2024 02:47
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T10-08-17Z branch from a76a666 to 109cec2 Compare April 30, 2024 12:09
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T10-08-17Z branch from 109cec2 to 9e09376 Compare June 24, 2024 10:39
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T10-08-17Z branch from 9e09376 to a772364 Compare July 16, 2024 07:30
@github-actions github-actions bot changed the title chore: release chore(revm-test): release v0.1.0 Aug 9, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T10-08-17Z branch from a772364 to 5ef7e72 Compare August 9, 2024 05:01
@github-actions github-actions bot changed the title chore(revm-test): release v0.1.0 chore: release v1.0.0 Oct 12, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T10-08-17Z branch from 5ef7e72 to 37dd3bc Compare October 12, 2024 07:03
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T10-08-17Z branch from 37dd3bc to fc2c653 Compare November 8, 2024 02:30
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T10-08-17Z branch from fc2c653 to b8557ea Compare January 10, 2025 04:50
@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-12T10-08-17Z branch from b8557ea to ef188c0 Compare June 14, 2025 15:21
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