Skip to content

chore: release#2234

Closed
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2025-03-17T16-18-17Z
Closed

chore: release#2234
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2025-03-17T16-18-17Z

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-interpreter: 16.0.0-alpha.6 -> 16.0.0-alpha.7 (✓ API compatible changes)
  • revm-precompile: 17.0.0-alpha.6 -> 17.0.0-alpha.7 (⚠ API breaking 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-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/.tmpekvaxp/revm-primitives/src/constants.rs:13
  BLOCKHASH_SERVE_WINDOW in file /tmp/.tmpekvaxp/revm-primitives/src/constants.rs:13

revm-context-interface breaking changes

--- failure enum_unit_variant_changed_kind: An enum unit variant changed kind ---

Description:
A public enum's exhaustive unit variant has changed to a different kind of enum variant, breaking possible instantiations and patterns.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/enum_unit_variant_changed_kind.ron

Failed in:
  variant InvalidTransaction::CallGasCostMoreThanGasLimit in /tmp/.tmpuw0IEZ/revm/crates/context/interface/src/result.rs:304
  variant InvalidTransaction::GasFloorMoreThanGasLimit in /tmp/.tmpuw0IEZ/revm/crates/context/interface/src/result.rs:312

--- 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/.tmpuw0IEZ/revm/crates/context/interface/src/transaction.rs:30
  trait associated type revm_context_interface::Transaction::AccessListItem in file /tmp/.tmpuw0IEZ/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/.tmpekvaxp/revm-context-interface/src/transaction/eip2930.rs:12
  trait revm_context_interface::transaction::AccessListTr, previously in file /tmp/.tmpekvaxp/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/.tmpekvaxp/revm-context-interface/src/transaction.rs:30
  associated type Transaction::AccessList, previously at /tmp/.tmpekvaxp/revm-context-interface/src/transaction.rs:30

revm-precompile 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:
  G2_OUTPUT_LENGTH in file /tmp/.tmpekvaxp/revm-precompile/src/bls12_381_const.rs:15
  G1_OUTPUT_LENGTH in file /tmp/.tmpekvaxp/revm-precompile/src/bls12_381_const.rs:7
  PADDING_LENGTH in file /tmp/.tmpekvaxp/revm-precompile/src/bls12_381_const.rs:35
  PAIRING_PAIRING_MULTIPLIER_BASE in file /tmp/.tmpekvaxp/revm-precompile/src/bls12_381_const.rs:18
  G2_INPUT_ITEM_LENGTH in file /tmp/.tmpekvaxp/revm-precompile/src/bls12_381_const.rs:16
  G1_INPUT_ITEM_LENGTH in file /tmp/.tmpekvaxp/revm-precompile/src/bls12_381_const.rs:8
  PAIRING_PAIRING_OFFSET_BASE in file /tmp/.tmpekvaxp/revm-precompile/src/bls12_381_const.rs:19
Changelog

revm-context-interface

1.0.0-alpha.6 - 2025-03-18

Added

  • allow reuse of API for calculating initial tx gas for tx (#2215)

Other

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

revm-context

1.0.0-alpha.6 - 2025-03-18

Fixed

  • remove duplicated load_account() (#2225)

Other

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

revm-database

1.0.0-alpha.5 - 2025-03-18

Other

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

revm-interpreter

16.0.0-alpha.7 - 2025-03-18

Added

  • allow reuse of API for calculating initial tx gas for tx (#2215)

revm-precompile

17.0.0-alpha.7 - 2025-03-18

Other

  • Remove redundant bls12-381 constants and cleanup naming (#2235)
  • Add some documentation for the bls12-381 precompile constants (#2222)

revm-handler

1.0.0-alpha.7 - 2025-03-18

Added

  • allow reuse of API for calculating initial tx gas for tx (#2215)

Other

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

revme

3.0.0-alpha.7 - 2025-03-18

Other

  • (revme) remove deprecated #[clap] attribute

op-revm

1.0.0-alpha.6 - 2025-03-18

Fixed

  • (op) deposit txs are identifier 126 or 0x7e not 0x7f (#2237)

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

Other

  • updated the following local packages: revm-primitives

revm-state

1.0.0-alpha.5 - 2025-03-18

Other

  • updated the following local packages: revm-primitives

revm-database-interface

1.0.0-alpha.5 - 2025-03-18

Other

  • updated the following local packages: revm-primitives

revm-inspector

1.0.0-alpha.7 - 2025-03-18

Other

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


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-03-17T16-18-17Z branch from 75a8415 to e5405c8 Compare March 18, 2025 10:55
@github-actions github-actions bot force-pushed the release-plz-2025-03-17T16-18-17Z branch from e5405c8 to f819846 Compare March 18, 2025 11:05
@github-actions github-actions bot closed this Mar 18, 2025
@rakita rakita deleted the release-plz-2025-03-17T16-18-17Z 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