Skip to content

chore: release#2185

Closed
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2025-03-11T12-38-30Z
Closed

chore: release#2185
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2025-03-11T12-38-30Z

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 11, 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-handler: 1.0.0-alpha.6 -> 1.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-precompile: 17.0.0-alpha.6 -> 17.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
  • revme: 3.0.0-alpha.6 -> 3.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/.tmpub5ODV/revm-primitives/src/constants.rs:13
  BLOCKHASH_SERVE_WINDOW in file /tmp/.tmpub5ODV/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/.tmpwYMYHV/revm/crates/context/interface/src/transaction.rs:30
  trait associated type revm_context_interface::Transaction::AccessListItem in file /tmp/.tmpwYMYHV/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/.tmpub5ODV/revm-context-interface/src/transaction/eip2930.rs:12
  trait revm_context_interface::transaction::AccessListTr, previously in file /tmp/.tmpub5ODV/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/.tmpub5ODV/revm-context-interface/src/transaction.rs:30
  associated type Transaction::AccessList, previously at /tmp/.tmpub5ODV/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-handler

1.0.0-alpha.7 - 2025-03-17

Other

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

op-revm

1.0.0-alpha.6 - 2025-03-17

Other

  • 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-precompile

17.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-handler

revme

3.0.0-alpha.7 - 2025-03-17

Other

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


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-03-11T12-38-30Z branch 6 times, most recently from c6a5a45 to 05ce71f Compare March 12, 2025 14:12
@github-actions github-actions bot changed the title chore: release chore(op-revm): release v1.0.0-alpha.5 Mar 12, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-03-11T12-38-30Z branch 4 times, most recently from 40640ed to d7c2d44 Compare March 13, 2025 16:29
@github-actions github-actions bot changed the title chore(op-revm): release v1.0.0-alpha.5 chore: release Mar 13, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-03-11T12-38-30Z branch 7 times, most recently from 0bcb1cf to 4a508f3 Compare March 17, 2025 11:04
@github-actions github-actions bot force-pushed the release-plz-2025-03-11T12-38-30Z branch from 4a508f3 to 508c167 Compare March 17, 2025 11:09
@github-actions github-actions bot closed this Mar 17, 2025
@rakita rakita deleted the release-plz-2025-03-11T12-38-30Z 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