Skip to content

chore: release#2232

Closed
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2025-03-17T12-15-44Z
Closed

chore: release#2232
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2025-03-17T12-15-44Z

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 17, 2025

🤖 New release

  • revm-primitives: 16.0.0-alpha.4 -> 16.0.0-alpha.5 (⚠ API breaking changes)
  • revm-context-interface: 1.0.0-alpha.5 -> 1.0.0-alpha.6 (⚠ API breaking changes)
  • revm-context: 1.0.0-alpha.5 -> 1.0.0-alpha.6 (✓ API compatible changes)
  • revm-database: 1.0.0-alpha.4 -> 1.0.0-alpha.5 (✓ API compatible changes)
  • revm-precompile: 17.0.0-alpha.6 -> 17.0.0-alpha.7 (✓ API compatible changes)
  • revm-handler: 1.0.0-alpha.6 -> 1.0.0-alpha.7 (✓ API compatible changes)
  • revme: 3.0.0-alpha.6 -> 3.0.0-alpha.7 (✓ API compatible changes)
  • op-revm: 1.0.0-alpha.5 -> 1.0.0-alpha.6 (✓ API compatible changes)
  • revm-bytecode: 1.0.0-alpha.4 -> 1.0.0-alpha.5
  • revm-state: 1.0.0-alpha.4 -> 1.0.0-alpha.5
  • revm-database-interface: 1.0.0-alpha.4 -> 1.0.0-alpha.5
  • revm-interpreter: 16.0.0-alpha.6 -> 16.0.0-alpha.7
  • revm-inspector: 1.0.0-alpha.6 -> 1.0.0-alpha.7
  • revm: 20.0.0-alpha.6 -> 20.0.0-alpha.7

revm-primitives breaking changes

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing or renamed
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  BLOCKHASH_SERVE_WINDOW in file /tmp/.tmp2wyfZF/revm-primitives/src/constants.rs:13
  BLOCKHASH_SERVE_WINDOW in file /tmp/.tmp2wyfZF/revm-primitives/src/constants.rs:13

revm-context-interface breaking changes

--- failure trait_associated_type_added: non-sealed public trait added associated type without default value ---

Description:
A non-sealed trait has gained an associated type without a default value, 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.40.0/src/lints/trait_associated_type_added.ron

Failed in:
  trait associated type revm_context_interface::transaction::Transaction::AccessListItem in file /tmp/.tmpGvb4uc/revm/crates/context/interface/src/transaction.rs:30
  trait associated type revm_context_interface::Transaction::AccessListItem in file /tmp/.tmpGvb4uc/revm/crates/context/interface/src/transaction.rs:30

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait 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.40.0/src/lints/trait_missing.ron

Failed in:
  trait revm_context_interface::transaction::eip2930::AccessListTr, previously in file /tmp/.tmp2wyfZF/revm-context-interface/src/transaction/eip2930.rs:12
  trait revm_context_interface::transaction::AccessListTr, previously in file /tmp/.tmp2wyfZF/revm-context-interface/src/transaction/eip2930.rs:12

--- failure trait_removed_associated_type: trait's associated type was removed ---

Description:
A public trait's associated type was removed or renamed.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_removed_associated_type.ron

Failed in:
  associated type Transaction::AccessList, previously at /tmp/.tmp2wyfZF/revm-context-interface/src/transaction.rs:30
  associated type Transaction::AccessList, previously at /tmp/.tmp2wyfZF/revm-context-interface/src/transaction.rs:30
Changelog

revm-context-interface

1.0.0-alpha.6 - 2025-03-17

Other

  • use AccessListItem associated type instead of AccessList (#2214)

revm-context

1.0.0-alpha.6 - 2025-03-17

Fixed

  • remove duplicated load_account() (#2225)

Other

  • use AccessListItem associated type instead of AccessList (#2214)

revm-database

1.0.0-alpha.5 - 2025-03-17

Other

  • simplify single UT for OpSpecId compatibility. (#2216)

revm-precompile

17.0.0-alpha.7 - 2025-03-17

Other

  • Add some documentation for the bls12-381 precompile constants (#2222)

revm-handler

1.0.0-alpha.7 - 2025-03-17

Other

  • use AccessListItem associated type instead of AccessList (#2214)

revme

3.0.0-alpha.7 - 2025-03-17

Other

  • (revme) remove deprecated #[clap] attribute

op-revm

1.0.0-alpha.6 - 2025-03-17

Other

  • (op-precompiles) add bls12-381 g2 add and msm tests (#2231)
  • (op-precompiles) Add test for g1 msm (#2227)
  • simplify single UT for OpSpecId compatibility. (#2216)
  • use AccessListItem associated type instead of AccessList (#2214)

revm-bytecode

1.0.0-alpha.5 - 2025-03-17

Other

  • updated the following local packages: revm-primitives

revm-state

1.0.0-alpha.5 - 2025-03-17

Other

  • updated the following local packages: revm-primitives

revm-database-interface

1.0.0-alpha.5 - 2025-03-17

Other

  • updated the following local packages: revm-primitives

revm-interpreter

16.0.0-alpha.7 - 2025-03-17

Other

  • updated the following local packages: revm-primitives, revm-context-interface

revm-inspector

1.0.0-alpha.7 - 2025-03-17

Other

  • updated the following local packages: revm-primitives, revm-context, revm-database, revm-precompile, revm-handler


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-03-17T12-15-44Z branch from 5e45ece to 3990c02 Compare March 17, 2025 16:16
@github-actions github-actions bot closed this Mar 17, 2025
@rakita rakita deleted the release-plz-2025-03-17T12-15-44Z branch May 8, 2025 13:35
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