Skip to content

Conversation

@github-actions
Copy link

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

πŸ€– New release

  • revm-context-interface: 6.0.0 -> 7.0.0 (⚠ API breaking changes)
  • revm-context: 6.0.0 -> 6.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 -> 6.1.0 (βœ“ API compatible changes)
  • revm: 25.0.0 -> 26.0.0 (⚠ API breaking changes)
  • op-revm: 6.0.0 -> 6.1.0 (βœ“ API compatible changes)
  • revm-statetest-types: 7.0.0 -> 7.0.1
  • revme: 6.0.0 -> 6.0.1

⚠ revm-context-interface 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_context_interface::cfg::Cfg::is_priority_fee_check_disabled in file /tmp/.tmpe99iMM/revm/crates/context/interface/src/cfg.rs:56
  trait method revm_context_interface::Cfg::is_priority_fee_check_disabled in file /tmp/.tmpe99iMM/revm/crates/context/interface/src/cfg.rs:56

⚠ 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/.tmpe99iMM/revm/crates/handler/src/validation.rs:26

⚠ 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-context-interface

7.0.0 - 2025-06-09

Added

  • add optional priority fee check configuration (#2588)

revm-context

6.1.0 - 2025-06-09

Added

  • add optional priority fee check configuration (#2588)

revm-precompile

23.0.0 - 2025-06-09

Added

  • add basic tests for modexp (#2603)
  • enable P256 in Osaka (#2601)

revm-handler

7.0.0 - 2025-06-09

Added

  • add optional priority fee check configuration (#2588)

revm-inspector

6.1.0 - 2025-06-09

Added

  • (InspectEvm) add inspect_finalize method for tx+inspector with state (#2593)

revm

26.0.0 - 2025-06-09

Added

  • enable P256 in Osaka (#2601)

op-revm

6.1.0 - 2025-06-09

Added

  • enable P256 in Osaka (#2601)

revm-statetest-types

7.0.1 - 2025-06-09

Other

  • updated the following local packages: revm

revme

6.0.1 - 2025-06-09

Other

  • updated the following local packages: revm-context-interface, revm-context, revm-inspector, revm, revm-statetest-types


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
@github-actions github-actions bot changed the title chore: release chore(op-revm): release v1.0.0-alpha.5 Mar 13, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-03-07T15-38-24Z branch from 3408150 to 7663c2b Compare March 13, 2025 12:32
@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-07T15-38-24Z branch from 7663c2b to 5393f84 Compare March 13, 2025 17:50
@github-actions github-actions bot force-pushed the release-plz-2025-03-07T15-38-24Z branch from 5393f84 to 6b34c32 Compare March 21, 2025 10:49
@github-actions github-actions bot force-pushed the release-plz-2025-03-07T15-38-24Z branch from 6b34c32 to d619cce Compare April 5, 2025 10:22
@github-actions github-actions bot force-pushed the release-plz-2025-03-07T15-38-24Z branch from d619cce to 777da4f Compare June 9, 2025 12:31
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