Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

chore: release#1033

Closed
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2025-02-13T17-52-09Z
Closed

chore: release#1033
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2025-02-13T17-52-09Z

Conversation

@github-actions
Copy link
Contributor

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

🤖 New release

  • kona-derive: 0.2.3 -> 0.2.4 (✓ API compatible changes)
  • kona-driver: 0.2.3 -> 0.2.4 (✓ API compatible changes)
  • kona-executor: 0.2.3 -> 0.3.0 (⚠ API breaking changes)
  • kona-mpt: 0.1.2 -> 0.2.0 (⚠ API breaking changes)
  • kona-preimage: 0.2.1 -> 0.2.2 (✓ API compatible changes)
  • kona-proof: 0.2.3 -> 0.2.4 (✓ API compatible changes)
  • kona-proof-interop: 0.1.1 -> 0.1.2 (✓ API compatible changes)
  • kona-providers-alloy: 0.1.0 -> 0.1.1 (✓ API compatible changes)
  • kona-std-fpvm: 0.1.2 -> 0.1.3 (✓ API compatible changes)
  • kona-std-fpvm-proc: 0.1.2 -> 0.1.3
  • kona-net: 0.1.0 -> 0.1.1 (✓ API compatible changes)
  • kona-hardforks: 0.1.0
  • kona-providers-local: 0.1.0
  • kona-nexus: 0.1.0 -> 0.1.1

kona-executor 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:
  kona_executor::TrieDB::get_trie_account now takes 3 parameters instead of 2, in /tmp/.tmpmOq53h/kona/crates/proof/executor/src/db/mod.rs:174

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

Failed in:
  struct kona_executor::TrieAccount, previously in file /tmp/.tmpJYwD4t/kona-executor/src/db/account.rs:9

kona-mpt 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.39.0/src/lints/inherent_method_missing.ron

Failed in:
  TrieNode::blinded_commitment, previously in file /tmp/.tmpJYwD4t/kona-mpt/src/node.rs:113
  TrieNode::encode_in_place, previously in file /tmp/.tmpJYwD4t/kona-mpt/src/node.rs:370

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/trait_method_added.ron

Failed in:
  trait method kona_mpt::TrieHinter::hint_execution_witness in file /tmp/.tmpmOq53h/kona/crates/proof/mpt/src/traits.rs:80
Changelog

kona-derive

0.2.4 - 2025-02-21

Added

Other

kona-driver

0.2.4 - 2025-02-21

Added

Other

kona-executor

0.3.0 - 2025-02-21

Added

Other

kona-mpt

0.2.0 - 2025-02-21

Added

Other

kona-preimage

0.2.2 - 2025-02-21

Added

Other

kona-proof

0.2.4 - 2025-02-21

Added

Other

kona-proof-interop

0.1.2 - 2025-02-21

Added

Other

kona-providers-alloy

0.1.1 - 2025-02-21

Added

kona-std-fpvm

0.1.3 - 2025-02-21

Fixed

Other

kona-std-fpvm-proc

0.1.3 - 2025-02-21

Other

kona-net

0.1.1 - 2025-02-21

Added

kona-hardforks

0.1.0 - 2025-02-21

Added

kona-providers-local

0.1.0 - 2025-02-21

Added

kona-nexus

0.1.1 - 2025-02-21

Other

  • updated the following local packages: kona-net


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-02-13T17-52-09Z branch 14 times, most recently from 3e926c7 to 9af3668 Compare February 20, 2025 23:27
@github-actions github-actions bot force-pushed the release-plz-2025-02-13T17-52-09Z branch from 9af3668 to e57ee12 Compare February 21, 2025 15:39
@refcell refcell closed this Feb 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant