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

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 28, 2025 β€’

πŸ€– New release

  • revm-primitives: 16.0.0 -> 17.0.0 (⚠ API breaking changes)
  • revm-bytecode: 1.0.0 -> 1.0.1 (βœ“ API compatible 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 -> 18.0.0 (⚠ API breaking changes)
  • revm-handler: 1.0.0 -> 2.0.0 (⚠ API breaking changes)
  • revm-inspector: 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 -> 2.0.0 (⚠ API breaking changes)
  • revm-state: 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/.tmpr5yJqL/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/.tmpX9mWVT/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/.tmpr5yJqL/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/.tmpr5yJqL/revm-context/src/journaled_state/init.rs:36
  Journal::state, previously in file /tmp/.tmpr5yJqL/revm-context/src/journaled_state.rs:284
  Journal::touch, previously in file /tmp/.tmpr5yJqL/revm-context/src/journaled_state.rs:298
  Journal::account, previously in file /tmp/.tmpr5yJqL/revm-context/src/journaled_state.rs:321
  Journal::set_code, previously in file /tmp/.tmpr5yJqL/revm-context/src/journaled_state.rs:348
  Journal::inc_nonce, previously in file /tmp/.tmpr5yJqL/revm-context/src/journaled_state.rs:354
  Journal::initial_account_load, previously in file /tmp/.tmpr5yJqL/revm-context/src/journaled_state.rs:611
  Journal::load_code, previously in file /tmp/.tmpr5yJqL/revm-context/src/journaled_state.rs:670
  Journal::load_account_optional, previously in file /tmp/.tmpr5yJqL/revm-context/src/journaled_state.rs:676
  Journal::from_init, previously in file /tmp/.tmpr5yJqL/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/.tmpX9mWVT/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/.tmpr5yJqL/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/.tmpr5yJqL/revm-context/src/journaled_state.rs:69
  struct revm_context::journaled_state::Journal, previously in file /tmp/.tmpr5yJqL/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/.tmpr5yJqL/revm-context/src/journaled_state.rs:36
  field transient_storage of struct Journal, previously in file /tmp/.tmpr5yJqL/revm-context/src/journaled_state.rs:40
  field logs of struct Journal, previously in file /tmp/.tmpr5yJqL/revm-context/src/journaled_state.rs:42
  field depth of struct Journal, previously in file /tmp/.tmpr5yJqL/revm-context/src/journaled_state.rs:44
  field journal of struct Journal, previously in file /tmp/.tmpr5yJqL/revm-context/src/journaled_state.rs:46
  field spec of struct Journal, previously in file /tmp/.tmpr5yJqL/revm-context/src/journaled_state.rs:56
  field warm_preloaded_addresses of struct Journal, previously in file /tmp/.tmpr5yJqL/revm-context/src/journaled_state.rs:63
  field precompiles of struct Journal, previously in file /tmp/.tmpr5yJqL/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/.tmpr5yJqL/revm-context/src/journaled_state/entry.rs:6

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

Failed in:
  function revm_precompile::bls12_381_utils::bls12_381_precompiles_not_supported, previously in file /tmp/.tmpr5yJqL/revm-precompile/src/bls12_381_utils.rs:21

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing or renamed
        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/pub_module_level_const_missing.ron

Failed in:
  NBITS in file /tmp/.tmpr5yJqL/revm-precompile/src/bls12_381_const.rs:127

⚠ revm-handler 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 EthPrecompiles.spec in /tmp/.tmpX9mWVT/revm/crates/handler/src/precompile_provider.rs:43

--- failure trait_method_parameter_count_changed: pub trait method parameter count changed ---

Description:
A trait method now takes a different number of parameters.
        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.40.0/src/lints/trait_method_parameter_count_changed.ron

Failed in:
  PrecompileProvider::run now takes 6 instead of 5 parameters, in file /tmp/.tmpX9mWVT/revm/crates/handler/src/precompile_provider.rs:21

⚠ 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/.tmpX9mWVT/revm/bins/revme/src/cmd/bench.rs:45
  field Cmd.time in /tmp/.tmpX9mWVT/revm/bins/revme/src/cmd/bench.rs:48
  field Cmd.samples in /tmp/.tmpX9mWVT/revm/bins/revme/src/cmd/bench.rs:51

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/enum_variant_added.ron

Failed in:
  variant BenchName:EvmBuild in /tmp/.tmpX9mWVT/revm/bins/revme/src/cmd/bench.rs:15

--- 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/.tmpr5yJqL/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/.tmpX9mWVT/revm/bins/revme/src/cmd/bench/burntpix.rs:30
  revme::cmd::bench::snailtracer::run now takes 1 parameters instead of 0, in /tmp/.tmpX9mWVT/revm/bins/revme/src/cmd/bench/snailtracer.rs:9
  revme::cmd::bench::transfer::run now takes 1 parameters instead of 0, in /tmp/.tmpX9mWVT/revm/bins/revme/src/cmd/bench/transfer.rs:9
  revme::cmd::bench::analysis::run now takes 1 parameters instead of 0, in /tmp/.tmpX9mWVT/revm/bins/revme/src/cmd/bench/analysis.rs:11

⚠ op-revm breaking changes

--- 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:
  OpPrecompiles::new, previously in file /tmp/.tmpr5yJqL/op-revm/src/precompiles.rs:26
Changelog

revm-bytecode

1.0.1 - 2025-03-28

Other

  • remove outdated TODO comments (#2325)

revm-database-interface

1.0.1 - 2025-03-28

Other

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

revm-context-interface

1.1.0 - 2025-03-28

Added

  • Add JournalInner (#2311)

revm-context

2.0.0 - 2025-03-28

Added

  • cache precompile warming (#2317)
  • Add JournalInner (#2311)

Other

  • Remove LATEST variant from SpecId enum (#2299)

revm-database

1.0.1 - 2025-03-28

Other

  • make number more readable (#2300)

revm-precompile

18.0.0 - 2025-03-28

Added

  • Add arkworks wrapper for bls12-381 (#2316)
  • Add a wrapper for arkworks for EIP196 (#2305)

Other

  • Remove TODO for NBITS and remove NBITS from blst MSM API (#2337)
  • remove no-std method for bls (#2338)
  • Move all benchmarks into their own module like eip2537 (#2335)
  • add bls12-381 benchmarks (#2327)
  • add encode_fp function (#2328)
  • clean up blst wrapper doc comment and types (#2314)
  • Move all blst related methods into blst wrapper (#2313)
  • Remove LATEST variant from SpecId enum (#2299)

revm-handler

2.0.0 - 2025-03-28

Added

  • cache precompile warming (#2317)
  • provide more context to precompiles (#2318)
  • Add JournalInner (#2311)

Fixed

  • broken disable balance check (#2286)

Other

  • remove outdated TODO comments (#2325)
  • 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-inspector

1.1.0 - 2025-03-28

Added

  • cache precompile warming (#2317)

revm

20.1.0 - 2025-03-28

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-28

Added

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

Other

  • add criterion benchmark for evm build (#2319)
  • add check for path and existence existence (#2320)
  • bump bench time, and reduce burntpix iterations (#2315)
  • update EOF validation logic and improve error handling (#2304)

op-revm

2.0.0 - 2025-03-28

Added

  • cache precompile warming (#2317)
  • Add arkworks wrapper for bls12-381 (#2316)
  • provide more context to precompiles (#2318)
  • Add a wrapper for arkworks for EIP196 (#2305)

Fixed

  • (isthmus) Correctly filter refunds for deposit transactions (#2330)

Other

  • Remove LATEST variant from SpecId enum (#2299)

revm-state

1.0.1 - 2025-03-28

Other

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

revm-statetest-types

1.0.1 - 2025-03-28

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-28T11-35-20Z branch from 53c9e9c to 438feac Compare March 28, 2025 11:36
@github-actions github-actions bot force-pushed the release-plz-2025-03-28T11-35-20Z branch from 438feac to 0c01ff2 Compare March 28, 2025 11:56
@github-actions github-actions bot closed this Mar 28, 2025
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.

None yet

0 participants