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

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 8, 2025

🤖 New release

  • revme: 3.0.0-alpha.1 -> 3.0.0-alpha.2 (✓ API compatible changes)
  • revm-bytecode: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (✓ API compatible changes)
  • revm-primitives: 16.0.0-alpha.1 -> 16.0.0-alpha.2 (✓ API compatible changes)
  • revm-specification: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (✓ API compatible changes)
  • revm-context: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (✓ API compatible changes)
  • revm-context-interface: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (✓ API compatible changes)
  • revm-database-interface: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (✓ API compatible changes)
  • revm-state: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (✓ API compatible changes)
  • revm-interpreter: 16.0.0-alpha.1 -> 16.0.0-alpha.2 (✓ API compatible changes)
  • revm-database: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (⚠ API breaking changes)
  • revm-handler: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (✓ API compatible changes)
  • revm-precompile: 17.0.0-alpha.1 -> 17.0.0-alpha.2 (⚠ API breaking changes)
  • revm-inspector: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (⚠ API breaking changes)
  • revm: 20.0.0-alpha.1 -> 20.0.0-alpha.2 (⚠ API breaking changes)
  • revm-statetest-types: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (✓ API compatible changes)
  • revm-optimism: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (✓ API compatible changes)

revm-database breaking changes

--- failure type_allows_fewer_generic_type_params: type now allows fewer generic type parameters ---

Description:
A type now allows fewer generic type parameters than it used to. Uses of this type that supplied all previously-supported generic types will be broken.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-parameter-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/type_allows_fewer_generic_type_params.ron

Failed in:
  Struct AlloyDB allows 3 -> 2 generic types in /tmp/.tmpapTirA/revm/crates/database/src/alloydb.rs:39

revm-precompile breaking changes

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

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

Failed in:
  ADDRESS in file /tmp/.tmphhQ1p3/revm-precompile/src/bls12_381/pairing.rs:15
  BASE_GAS_FEE in file /tmp/.tmphhQ1p3/revm-precompile/src/bls12_381/g2_msm.rs:19
  ADDRESS in file /tmp/.tmphhQ1p3/revm-precompile/src/bls12_381/map_fp2_to_g2.rs:16
  ADDRESS in file /tmp/.tmphhQ1p3/revm-precompile/src/bls12_381/g2_add.rs:13
  ADDRESS in file /tmp/.tmphhQ1p3/revm-precompile/src/bls12_381/g2_msm.rs:16
  ADDRESS in file /tmp/.tmphhQ1p3/revm-precompile/src/bls12_381/map_fp_to_g1.rs:15
  INPUT_LENGTH in file /tmp/.tmphhQ1p3/revm-precompile/src/bls12_381/g1_msm.rs:22
  BASE_GAS_FEE in file /tmp/.tmphhQ1p3/revm-precompile/src/bls12_381/g1_msm.rs:19
  ADDRESS in file /tmp/.tmphhQ1p3/revm-precompile/src/bls12_381/g1_add.rs:13
  ADDRESS in file /tmp/.tmphhQ1p3/revm-precompile/src/bls12_381/g1_msm.rs:16
  INPUT_LENGTH in file /tmp/.tmphhQ1p3/revm-precompile/src/bls12_381/g2_msm.rs:22

--- failure pub_static_missing: pub static is missing ---

Description:
A public static is missing, renamed, or made private.
        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/pub_static_missing.ron

Failed in:
  DISCOUNT_TABLE in file /tmp/.tmphhQ1p3/revm-precompile/src/bls12_381/g1_msm.rs:25
  DISCOUNT_TABLE in file /tmp/.tmphhQ1p3/revm-precompile/src/bls12_381/g2_msm.rs:25

revm-inspector breaking changes

--- failure type_allows_fewer_generic_type_params: type now allows fewer generic type parameters ---

Description:
A type now allows fewer generic type parameters than it used to. Uses of this type that supplied all previously-supported generic types will be broken.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-parameter-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/type_allows_fewer_generic_type_params.ron

Failed in:
  Struct TracerEip3155 allows 2 -> 0 generic types in /tmp/.tmpapTirA/revm/crates/inspector/src/eip3155.rs:15

revm breaking changes

--- 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.39.0/src/lints/trait_missing.ron

Failed in:
  trait revm::ExecuteEvm, previously in file /tmp/.tmphhQ1p3/revm/src/exec_inspect.rs:4
  trait revm::ExecuteCommitEvm, previously in file /tmp/.tmphhQ1p3/revm/src/exec_inspect.rs:17
Changelog

revme

3.0.0-alpha.2 - 2025-02-21

Other

revm-bytecode

1.0.0-alpha.2 - 2025-02-21

Other

revm-specification

1.0.0-alpha.2 - 2025-02-21

Other

revm-context

1.0.0-alpha.2 - 2025-02-21

Other

revm-context-interface

1.0.0-alpha.2 - 2025-02-21

Other

revm-database-interface

1.0.0-alpha.2 - 2025-02-21

Other

revm-state

1.0.0-alpha.2 - 2025-02-21

Other

revm-interpreter

16.0.0-alpha.2 - 2025-02-21

Other

revm-database

1.0.0-alpha.2 - 2025-02-21

Other

revm-handler

1.0.0-alpha.2 - 2025-02-21

Fixed

Other

revm-precompile

17.0.0-alpha.2 - 2025-02-21

Fixed

Other

revm-inspector

1.0.0-alpha.2 - 2025-02-21

Other

revm-statetest-types

1.0.0-alpha.2 - 2025-02-21

Other

revm-optimism

1.0.0-alpha.2 - 2025-02-21

Other


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-02-08T00-18-59Z branch 5 times, most recently from 7adb2b5 to 466bbef Compare February 11, 2025 21:22
@github-actions github-actions bot changed the title chore: release chore: release v1.0.0 Feb 11, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-02-08T00-18-59Z branch 4 times, most recently from 483f68e to 518784d Compare February 12, 2025 17:44
@github-actions github-actions bot changed the title chore: release v1.0.0 chore: release Feb 12, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-02-08T00-18-59Z branch 14 times, most recently from df2e422 to b9cfba0 Compare February 18, 2025 21:53
@github-actions github-actions bot force-pushed the release-plz-2025-02-08T00-18-59Z branch 3 times, most recently from 09d11d2 to 8c7337e Compare February 20, 2025 17:42
@github-actions github-actions bot force-pushed the release-plz-2025-02-08T00-18-59Z branch from 8c7337e to ece6a49 Compare February 21, 2025 17:58
@github-actions github-actions bot closed this Feb 21, 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.

0 participants