Skip to content

Conversation

github-actions[bot]
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/.tmpPOfN82/revm/crates/bytecode/src/legacy/jump_map.rs:8
  struct JumpTable in /tmp/.tmpPOfN82/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/.tmpcTIPN0/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/.tmpPOfN82/revm/crates/context/interface/src/cfg.rs:33
  trait method revm_context_interface::cfg::Cfg::is_priority_fee_check_disabled in file /tmp/.tmpPOfN82/revm/crates/context/interface/src/cfg.rs:54
  trait method revm_context_interface::Cfg::max_blobs_per_tx in file /tmp/.tmpPOfN82/revm/crates/context/interface/src/cfg.rs:33
  trait method revm_context_interface::Cfg::is_priority_fee_check_disabled in file /tmp/.tmpPOfN82/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/.tmpcTIPN0/revm-context-interface/src/cfg.rs:35
  method blob_max_count of trait Cfg, previously in file /tmp/.tmpcTIPN0/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/.tmpcTIPN0/revm-context/src/cfg.rs:183
  CfgEnv::set_blob_max_count, previously in file /tmp/.tmpcTIPN0/revm-context/src/cfg.rs:189
  CfgEnv::clear_blob_max_count, previously in file /tmp/.tmpcTIPN0/revm-context/src/cfg.rs:194
  CfgEnv::with_blob_max_count, previously in file /tmp/.tmpcTIPN0/revm-context/src/cfg.rs:183
  CfgEnv::set_blob_max_count, previously in file /tmp/.tmpcTIPN0/revm-context/src/cfg.rs:189
  CfgEnv::clear_blob_max_count, previously in file /tmp/.tmpcTIPN0/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/.tmpcTIPN0/revm-context/src/cfg.rs:34
  field blob_max_count of struct CfgEnv, previously in file /tmp/.tmpcTIPN0/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/.tmpPOfN82/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/.tmpPOfN82/revm/crates/handler/src/api.rs:48
  trait method revm_handler::ExecuteEvm::transact_one in file /tmp/.tmpPOfN82/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/.tmpcTIPN0/revm-handler/src/api.rs:141
  method transact_multi_commit of trait ExecuteCommitEvm, previously in file /tmp/.tmpcTIPN0/revm-handler/src/api.rs:141
  method transact_finalize of trait ExecuteEvm, previously in file /tmp/.tmpcTIPN0/revm-handler/src/api.rs:63
  method transact_multi of trait ExecuteEvm, previously in file /tmp/.tmpcTIPN0/revm-handler/src/api.rs:84
  method transact_multi_finalize of trait ExecuteEvm, previously in file /tmp/.tmpcTIPN0/revm-handler/src/api.rs:101
  method transact_finalize of trait ExecuteEvm, previously in file /tmp/.tmpcTIPN0/revm-handler/src/api.rs:63
  method transact_multi of trait ExecuteEvm, previously in file /tmp/.tmpcTIPN0/revm-handler/src/api.rs:84
  method transact_multi_finalize of trait ExecuteEvm, previously in file /tmp/.tmpcTIPN0/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/.tmpPOfN82/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/.tmpcTIPN0/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-15

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-15

Added

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

revm-context-interface

7.0.0 - 2025-06-15

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-15

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-15

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-15

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-15

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-15

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-15

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-15

Added

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

revme

6.1.0 - 2025-06-15

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-15

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-12T08-48-31Z branch from 3eafa0a to b8ba9de Compare April 23, 2024 03:25
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T08-48-31Z branch from b8ba9de to dd6290b Compare May 4, 2024 06:44
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T08-48-31Z branch from dd6290b to 84d1372 Compare May 14, 2024 15:14
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T08-48-31Z branch 2 times, most recently from 45eae7f to 8b6ab31 Compare May 25, 2024 07:27
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T08-48-31Z branch from f2af0d9 to 7364fb2 Compare June 27, 2024 07:42
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T08-48-31Z branch from 7364fb2 to 0acd2e6 Compare July 15, 2024 06:24
@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-12T08-48-31Z branch from 0acd2e6 to 5f5240c Compare August 9, 2024 12:31
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T08-48-31Z branch from 5f5240c to f7c6932 Compare August 20, 2024 02:00
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T08-48-31Z branch from f7c6932 to 48cfb99 Compare October 7, 2024 02:13
@github-actions github-actions bot changed the title chore(revm-test): release v0.1.0 chore: release v1.0.0 Oct 7, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T08-48-31Z branch from 48cfb99 to ecdd03e Compare November 8, 2024 03:08
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T08-48-31Z branch from ecdd03e to 2fd9c4a Compare January 10, 2025 04:33
@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-12T08-48-31Z branch from 2fd9c4a to 130e8aa Compare January 31, 2025 11:38
@github-actions github-actions bot force-pushed the release-plz-2024-03-12T08-48-31Z branch from 130e8aa to a852e75 Compare June 15, 2025 03:15
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.

0 participants