Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link

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

πŸ€– New release

  • revm-primitives: 16.0.0-alpha.2 -> 16.0.0-alpha.3 (βœ“ API compatible changes)
  • revm-bytecode: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (βœ“ API compatible changes)
  • revm-state: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (βœ“ API compatible changes)
  • revm-database-interface: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (βœ“ API compatible changes)
  • revm-context-interface: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (βœ“ API compatible changes)
  • revm-context: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (βœ“ API compatible changes)
  • revm-database: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (βœ“ API compatible changes)
  • revm-interpreter: 16.0.0-alpha.3 -> 16.0.0-alpha.4 (βœ“ API compatible changes)
  • revm-precompile: 17.0.0-alpha.3 -> 17.0.0-alpha.4 (⚠ API breaking changes)
  • revm-handler: 1.0.0-alpha.3 -> 1.0.0-alpha.4 (⚠ API breaking changes)
  • revm-inspector: 1.0.0-alpha.3 -> 1.0.0-alpha.4 (⚠ API breaking changes)
  • revm: 20.0.0-alpha.3 -> 20.0.0-alpha.4 (βœ“ API compatible changes)
  • revme: 3.0.0-alpha.3 -> 3.0.0-alpha.4 (βœ“ API compatible changes)
  • op-revm: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (⚠ API breaking changes)
  • revm-statetest-types: 1.0.0-alpha.3 -> 1.0.0-alpha.4

⚠ revm-precompile breaking changes

--- failure function_missing: pub fn removed or renamed ---

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

Failed in:
  function revm_precompile::bls12_381::msm::msm_required_gas, previously in file /tmp/.tmpE4pLDL/revm-precompile/src/bls12_381/msm.rs:6

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/module_missing.ron

Failed in:
  mod revm_precompile::bls12_381::msm, previously in file /tmp/.tmpE4pLDL/revm-precompile/src/bls12_381/msm.rs:1

⚠ revm-handler breaking changes

--- 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.39.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field _phantom of struct EthPrecompiles, previously in file /tmp/.tmpE4pLDL/revm-handler/src/precompile_provider.rs:35

--- 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.39.0/src/lints/trait_method_missing.ron

Failed in:
  method create_first_frame of trait Handler, previously in file /tmp/.tmpE4pLDL/revm-handler/src/handler.rs:168
  method frame_init_first of trait Handler, previously in file /tmp/.tmpE4pLDL/revm-handler/src/handler.rs:205
  method create_first_frame of trait Handler, previously in file /tmp/.tmpE4pLDL/revm-handler/src/handler.rs:168
  method frame_init_first of trait Handler, previously in file /tmp/.tmpE4pLDL/revm-handler/src/handler.rs:205

--- 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.39.0/src/lints/trait_removed_associated_type.ron

Failed in:
  associated type PrecompileProvider::Context, previously at /tmp/.tmpE4pLDL/revm-handler/src/precompile_provider.rs:12

--- failure type_allows_fewer_generic_type_params: type now allows fewer generic type parameters ---

Description:
A type now allows fewer generic type parameters than it used to. Uses of this type that supplied all previously-supported generic types will be broken.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-parameter-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/type_allows_fewer_generic_type_params.ron

Failed in:
  Struct EthPrecompiles allows 1 -> 0 generic types in /tmp/.tmpMoTlSH/revm/crates/handler/src/precompile_provider.rs:32

⚠ revm-inspector breaking changes

--- 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.39.0/src/lints/trait_method_missing.ron

Failed in:
  method inspect_create_first_frame of trait InspectorHandler, previously in file /tmp/.tmpE4pLDL/revm-inspector/src/inspector.rs:229
  method inspect_frame_init_first of trait InspectorHandler, previously in file /tmp/.tmpE4pLDL/revm-inspector/src/inspector.rs:241

⚠ op-revm 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.39.0/src/lints/struct_missing.ron

Failed in:
  struct op_revm::precompiles::OpPrecompileProvider, previously in file /tmp/.tmpE4pLDL/op-revm/src/precompiles.rs:17
Changelog

revm-bytecode

1.0.0-alpha.3 - 2025-03-11

Fixed

  • correct propagate features (#2177)

revm-state

1.0.0-alpha.3 - 2025-03-11

Fixed

  • correct propagate features (#2177)

revm-database-interface

1.0.0-alpha.3 - 2025-03-11

Fixed

  • remove wrong Clone Macro in WrapDatabaseRef (#2181)
  • correct propagate features (#2177)

revm-context-interface

1.0.0-alpha.3 - 2025-03-11

Fixed

  • correct propagate features (#2177)

Other

  • Add comments to handler methods (#2188)

revm-context

1.0.0-alpha.3 - 2025-03-11

Fixed

  • correct propagate features (#2177)

revm-database

1.0.0-alpha.3 - 2025-03-11

Fixed

  • correct propagate features (#2177)

Other

revm-interpreter

16.0.0-alpha.4 - 2025-03-11

Fixed

  • correct propagate features (#2177)

revm-precompile

17.0.0-alpha.4 - 2025-03-11

Fixed

  • correct propagate features (#2177)

Other

  • (precompile) refactor out msm helper (#2179)

revm-handler

1.0.0-alpha.4 - 2025-03-11

Added

  • decouple first_frame_input from inspector (#2180)

Fixed

  • (op) fix inspection call (#2184)
  • correct propagate features (#2177)

Other

  • Add comments to handler methods (#2188)
  • remove CTX phantomdata from precompile providers (#2178)

revm-inspector

1.0.0-alpha.4 - 2025-03-11

Added

  • decouple first_frame_input from inspector (#2180)

Fixed

  • remove wrong Clone Macro in WrapDatabaseRef (#2181)
  • correct propagate features (#2177)

Other

  • remove CTX phantomdata from precompile providers (#2178)

revme

3.0.0-alpha.4 - 2025-03-11

Other

  • Add comments to handler methods (#2188)

op-revm

1.0.0-alpha.3 - 2025-03-11

Fixed

  • fix(op) enable proper precompiles p256 (#2186)
  • (op) fix inspection call (#2184)
  • correct propagate features (#2177)

Other

  • remove CTX phantomdata from precompile providers (#2178)

revm-statetest-types

1.0.0-alpha.4 - 2025-03-11

Other

  • updated the following local packages: revm


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-03-07T15-38-24Z branch from 1dd5c89 to 3408150 Compare March 11, 2025 19:58
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