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 #1

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 Sep 13, 2024

🤖 New release

  • revm-bytecode: 1.0.0-alpha.3 -> 1.0.0-alpha.4 (⚠ API breaking changes)
  • op-revm: 1.0.0-alpha.4 -> 1.0.0-alpha.5 (⚠ API breaking changes)
  • revm-state: 1.0.0-alpha.3 -> 1.0.0-alpha.4
  • revm-context: 1.0.0-alpha.4 -> 1.0.0-alpha.5
  • revm-database: 1.0.0-alpha.3 -> 1.0.0-alpha.4
  • revm-interpreter: 16.0.0-alpha.5 -> 16.0.0-alpha.6
  • revm-handler: 1.0.0-alpha.5 -> 1.0.0-alpha.6
  • revm: 20.0.0-alpha.5 -> 20.0.0-alpha.6
  • revme: 3.0.0-alpha.5 -> 3.0.0-alpha.6

revm-bytecode breaking changes

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method 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.39.0/src/lints/method_parameter_count_changed.ron

Failed in:
  revm_bytecode::legacy::JumpTable::from_slice now takes 2 parameters instead of 1, in /tmp/.tmpuqFEXF/revm/crates/bytecode/src/legacy/jump_map.rs:33
  revm_bytecode::JumpTable::from_slice now takes 2 parameters instead of 1, in /tmp/.tmpuqFEXF/revm/crates/bytecode/src/legacy/jump_map.rs:33

op-revm 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 op_revm::precompiles::isthumus, previously in file /tmp/.tmpnal8Lv/op-revm/src/precompiles.rs:69
Changelog

revm-bytecode

1.0.0-alpha.4 - 2025-03-14

Fixed

  • JumpMap from_slice requires len (#2203)

op-revm

1.0.0-alpha.5 - 2025-03-14

Added

  • add test for calling bn128_pair before and after granite (#2200)

Other

  • (op-precompiles) Add test for calling g1 add (#2205)
  • (op-test) Clean up precompile tests (#2206)
  • fix typo in method name (#2202)
  • Add tests for checking fjord precompile activation (#2199)

revm-state

1.0.0-alpha.4 - 2025-03-14

Other

  • updated the following local packages: revm-bytecode

revm-context

1.0.0-alpha.5 - 2025-03-14

Other

  • updated the following local packages: revm-bytecode

revm-database

1.0.0-alpha.4 - 2025-03-14

Other

  • updated the following local packages: revm-bytecode

revm-interpreter

16.0.0-alpha.6 - 2025-03-14

Other

  • updated the following local packages: revm-bytecode

revm-handler

1.0.0-alpha.6 - 2025-03-14

Other

  • updated the following local packages: revm-bytecode

revme

3.0.0-alpha.6 - 2025-03-14

Other

  • updated the following local packages: revm-bytecode


This PR was generated with release-plz.

@github-actions github-actions bot changed the title chore: release chore: release v1.0.0 Dec 31, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-09-13T16-09-58Z branch from 0b9464d to ef288d7 Compare December 31, 2024 23:22
@github-actions github-actions bot changed the title chore: release v1.0.0 chore: release Mar 14, 2025
@github-actions github-actions bot force-pushed the release-plz-2024-09-13T16-09-58Z branch from ef288d7 to f176362 Compare March 14, 2025 21:53
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