Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented May 2, 2024

πŸ€– New release

  • revm-primitives: 20.0.0 -> 20.1.0 (βœ“ API compatible changes)
  • revm-interpreter: 23.0.2 -> 23.0.3 (βœ“ API compatible changes)
  • revm-precompile: 24.0.1 -> 25.0.0 (⚠ API breaking changes)
  • revm-handler: 8.0.3 -> 8.1.0 (βœ“ API compatible changes)
  • revm-inspector: 8.0.3 -> 8.0.4 (βœ“ API compatible changes)
  • revm: 27.0.3 -> 27.1.0 (βœ“ API compatible changes)
  • op-revm: 8.0.3 -> 8.0.4 (βœ“ API compatible changes)
  • custom_precompile_journal: 0.1.0
  • revm-bytecode: 6.0.1 -> 6.0.2
  • revm-state: 7.0.1 -> 7.0.2
  • revm-database-interface: 7.0.1 -> 7.0.2
  • revm-context-interface: 8.0.1 -> 8.0.2
  • revm-context: 8.0.3 -> 8.0.4
  • revm-database: 7.0.1 -> 7.0.2
  • revm-statetest-types: 8.0.4 -> 8.0.5
  • revme: 7.0.4 -> 7.0.5

⚠ revm-precompile breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field PrecompileOutput.reverted in /tmp/.tmpfbIBqw/revm/crates/precompile/src/interface.rs:20
  field PrecompileOutput.reverted in /tmp/.tmpfbIBqw/revm/crates/precompile/src/interface.rs:20
Changelog

revm-interpreter

23.0.3 - 2025-07-16

Other

  • add release safety section for SharedMemory fn (#2718)
  • (interpreter) update docs for slice_mut and slice_range (#2714)

revm-precompile

25.0.0 - 2025-07-16

Added

  • add a way for precompiles to revert (#2711)

Other

  • add asm-sha2 feature for sha2 precompile (#2712)

revm-handler

8.1.0 - 2025-07-16

Added

  • add a way for precompiles to revert (#2711)

Other

  • change gas parameter to immutable reference (#2702)
  • remove State bound from JournalTr in Handler::Evm (#2715)

revm-inspector

8.0.4 - 2025-07-16

Other

  • (inspector) simplify create_end docs and intrp.bytecode.set_action (#2723)
  • (inspector) update obsolete current_opcode() comment (#2722)

revm

27.1.0 - 2025-07-16

Added

  • expose sha3-keccak in revm and revm-primitives (#2713)

Other

  • add asm-sha2 feature for sha2 precompile (#2712)

op-revm

8.0.4 - 2025-07-16

Other

  • change gas parameter to immutable reference (#2702)

custom_precompile_journal

0.1.0 - 2025-07-03

Added

  • add custom precompile with journal access example (#2677)

revm-bytecode

6.0.2 - 2025-07-16

Other

  • updated the following local packages: revm-primitives

revm-state

4.0.0 - 2025-05-07

Dependency bump

revm-database-interface

7.0.2 - 2025-07-16

Other

  • updated the following local packages: revm-primitives, revm-state

revm-context-interface

8.0.2 - 2025-07-16

Other

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

revm-context

8.0.4 - 2025-07-16

Other

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

revm-database

7.0.2 - 2025-07-16

Other

  • updated the following local packages: revm-primitives, revm-bytecode, revm-state, revm-database-interface

revm-statetest-types

8.0.5 - 2025-07-16

Other

  • updated the following local packages: revm

revme

7.0.5 - 2025-07-16

Other

  • updated the following local packages: revm-primitives, revm-inspector, revm, revm-bytecode, revm-state, revm-database-interface, revm-context-interface, revm-context, revm-database, revm-statetest-types


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-05-02T16-59-53Z branch from 97a9b88 to be00ac3 Compare July 16, 2025 11:32
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.

1 participant