Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

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

πŸ€– New release

  • revm-primitives: 16.0.0 -> 17.0.0 (⚠ API breaking changes)
  • revm-database-interface: 1.0.0 -> 1.0.1 (βœ“ API compatible changes)
  • revm-context-interface: 1.0.0 -> 1.1.0 (βœ“ API compatible changes)
  • revm-context: 1.0.0 -> 2.0.0 (⚠ API breaking changes)
  • revm-database: 1.0.0 -> 1.0.1 (βœ“ API compatible changes)
  • revm-interpreter: 16.0.0 -> 16.0.1 (βœ“ API compatible changes)
  • revm-precompile: 17.0.0 -> 17.1.0 (βœ“ API compatible changes)
  • revm-handler: 1.0.0 -> 1.1.0 (βœ“ API compatible changes)
  • revm: 20.0.0 -> 20.1.0 (βœ“ API compatible changes)
  • revme: 3.0.0 -> 4.0.0 (⚠ API breaking changes)
  • op-revm: 1.0.0 -> 1.1.0 (βœ“ API compatible changes)
  • revm-bytecode: 1.0.0 -> 1.0.1
  • revm-state: 1.0.0 -> 1.0.1
  • revm-inspector: 1.0.0 -> 1.0.1
  • revm-statetest-types: 1.0.0 -> 1.0.1

⚠ revm-primitives breaking changes

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant 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.40.0/src/lints/enum_variant_missing.ron

Failed in:
  variant SpecId::LATEST, previously in file /tmp/.tmp6eYriB/revm-primitives/src/hardfork.rs:35

⚠ revm-context 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.40.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Journal.inner in /tmp/.tmprNEYLW/revm/crates/context/src/journal.rs:32

--- failure enum_missing: pub enum removed or renamed ---

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

Failed in:
  enum revm_context::journaled_state::JournalEntry, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state/entry.rs:76

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn 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.40.0/src/lints/inherent_method_missing.ron

Failed in:
  Journal::to_init, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state/init.rs:36
  Journal::state, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:284
  Journal::touch, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:298
  Journal::account, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:321
  Journal::set_code, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:348
  Journal::inc_nonce, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:354
  Journal::initial_account_load, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:611
  Journal::load_code, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:670
  Journal::load_account_optional, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:676
  Journal::from_init, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:877

--- 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.40.0/src/lints/method_parameter_count_changed.ron

Failed in:
  revm_context::Journal::new now takes 1 parameters instead of 2, in /tmp/.tmprNEYLW/revm/crates/context/src/journal.rs:95

--- 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.40.0/src/lints/module_missing.ron

Failed in:
  mod revm_context::journaled_state, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:1

--- 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.40.0/src/lints/struct_missing.ron

Failed in:
  struct revm_context::journaled_state::JournalOutput, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:69
  struct revm_context::journaled_state::Journal, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:29

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

Failed in:
  field state of struct Journal, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:36
  field transient_storage of struct Journal, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:40
  field logs of struct Journal, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:42
  field depth of struct Journal, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:44
  field journal of struct Journal, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:46
  field spec of struct Journal, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:56
  field warm_preloaded_addresses of struct Journal, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:63
  field precompiles of struct Journal, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state.rs:65

--- 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::journaled_state::JournalEntryTr, previously in file /tmp/.tmp6eYriB/revm-context/src/journaled_state/entry.rs:6

⚠ revme 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.40.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Cmd.warmup in /tmp/.tmprNEYLW/revm/bins/revme/src/cmd/bench.rs:41
  field Cmd.time in /tmp/.tmprNEYLW/revm/bins/revme/src/cmd/bench.rs:44
  field Cmd.samples in /tmp/.tmprNEYLW/revm/bins/revme/src/cmd/bench.rs:47

--- 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.40.0/src/lints/function_missing.ron

Failed in:
  function revme::cmd::bench::snailtracer::simple_example, previously in file /tmp/.tmp6eYriB/revme/src/cmd/bench/snailtracer.rs:8

--- 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.40.0/src/lints/function_parameter_count_changed.ron

Failed in:
  revme::cmd::bench::burntpix::run now takes 1 parameters instead of 0, in /tmp/.tmprNEYLW/revm/bins/revme/src/cmd/bench/burntpix.rs:30
  revme::cmd::bench::snailtracer::run now takes 1 parameters instead of 0, in /tmp/.tmprNEYLW/revm/bins/revme/src/cmd/bench/snailtracer.rs:9
  revme::cmd::bench::transfer::run now takes 1 parameters instead of 0, in /tmp/.tmprNEYLW/revm/bins/revme/src/cmd/bench/transfer.rs:9
  revme::cmd::bench::analysis::run now takes 1 parameters instead of 0, in /tmp/.tmprNEYLW/revm/bins/revme/src/cmd/bench/analysis.rs:11
Changelog

revm-database-interface

1.0.1 - 2025-03-27

Other

  • Propagate asyncdb feature flag from database-interface to revm (#2310)

revm-context-interface

1.1.0 - 2025-03-27

Added

  • Add JournalInner (#2311)

revm-context

2.0.0 - 2025-03-27

Added

  • Add JournalInner (#2311)

Other

  • Remove LATEST variant from SpecId enum (#2299)

revm-database

1.0.1 - 2025-03-27

Other

  • make number more readable (#2300)

revm-precompile

17.1.0 - 2025-03-27

Added

  • Add a wrapper for arkworks for EIP196 (#2305)

Other

  • Remove LATEST variant from SpecId enum (#2299)

revm-handler

1.1.0 - 2025-03-27

Added

  • Add JournalInner (#2311)

Fixed

  • broken disable balance check (#2286)

Other

  • add EIP-170 contract code size limit tests (#2312)
  • Remove LATEST variant from SpecId enum (#2299)
  • add unit test for EIP-3860 initcode size limit (#2302)

revm

20.1.0 - 2025-03-27

Added

  • Add JournalInner (#2311)
  • Add a wrapper for arkworks for EIP196 (#2305)

Other

  • Propagate asyncdb feature flag from database-interface to revm (#2310)

revme

4.0.0 - 2025-03-27

Added

  • Add JournalInner (#2311)
  • Add criterion to revme bench command (#2295)

Other

  • bump bench time, and reduce burntpix iterations (#2315)
  • update EOF validation logic and improve error handling (#2304)

op-revm

1.1.0 - 2025-03-27

Added

  • Add a wrapper for arkworks for EIP196 (#2305)

Other

  • Remove LATEST variant from SpecId enum (#2299)

revm-bytecode

1.0.1 - 2025-03-27

Other

  • updated the following local packages: revm-primitives

revm-state

1.0.1 - 2025-03-27

Other

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

revm-inspector

1.0.1 - 2025-03-27

Other

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

revm-statetest-types

1.0.1 - 2025-03-27

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-25T09-52-30Z branch 10 times, most recently from c0d24e6 to 1b974be Compare March 26, 2025 13:02
@github-actions github-actions bot force-pushed the release-plz-2025-03-25T09-52-30Z branch from 1b974be to f46a028 Compare March 27, 2025 10:00
@github-actions github-actions bot closed this Mar 27, 2025
@rakita rakita deleted the release-plz-2025-03-25T09-52-30Z 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