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

Merged
merged 2 commits into from
Oct 29, 2024
Merged

chore: release #749

merged 2 commits into from
Oct 29, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 29, 2024

🤖 New release

  • kona-derive: 0.0.4 -> 0.0.5 (⚠️ API breaking changes)
  • kona-derive-alloy: 0.0.1 -> 0.0.2 (⚠️ API breaking changes)
  • kona-executor: 0.0.3 -> 0.0.4 (✓ API compatible changes)
  • kona-mpt: 0.0.4 -> 0.0.5 (✓ API compatible changes)

⚠️ kona-derive breaking changes

--- failure declarative_macro_missing: macro_rules declaration removed or renamed ---

Description:
A publicly-visible `macro_rules` declarative macro cannot be imported by its prior name. A `#[macro_export]` may have been removed, or the macro itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/reference/macros-by-example.html#path-based-scope
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/declarative_macro_missing.ron

Failed in:
  macro_rules! observe, previously in file /tmp/.tmpjhUGuc/kona-derive/src/macros.rs:39
  macro_rules! timer, previously in file /tmp/.tmpjhUGuc/kona-derive/src/macros.rs:5
  macro_rules! inc, previously in file /tmp/.tmpjhUGuc/kona-derive/src/macros.rs:22
  macro_rules! set, previously in file /tmp/.tmpjhUGuc/kona-derive/src/macros.rs:52

--- 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.36.0/src/lints/enum_missing.ron

Failed in:
  enum kona_derive::batch::SpanBatchError, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/span_batch/errors.rs:5
  enum kona_derive::batch::SpanDecodingError, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/span_batch/errors.rs:40
  enum kona_derive::batch::SpanBatchTransactionData, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/span_batch/tx_data/wrapper.rs:14
  enum kona_derive::batch::BatchType, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/batch_type.rs:14
  enum kona_derive::batch::BatchValidity, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/validity.rs:9
  enum kona_derive::batch::Batch, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/mod.rs:71

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

Failed in:
  mod kona_derive::batch, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/mod.rs:1
  mod kona_derive::metrics, previously in file /tmp/.tmpjhUGuc/kona-derive/src/metrics.rs:1

--- 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.36.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  MAX_SPAN_BATCH_ELEMENTS in file /tmp/.tmpjhUGuc/kona-derive/src/batch/span_batch/mod.rs:15

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

Failed in:
  struct kona_derive::metrics::CHANNEL_TIMEOUTS, previously in file /tmp/.tmpjhUGuc/kona-derive/src/metrics.rs:18
  struct kona_derive::metrics::STAGE_RESETS, previously in file /tmp/.tmpjhUGuc/kona-derive/src/metrics.rs:18
  struct kona_derive::batch::SpanBatchTransactions, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/span_batch/transactions.rs:16
  struct kona_derive::batch::SpanBatchBits, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/span_batch/bits.rs:10
  struct kona_derive::metrics::CURRENT_CHANNEL_FRAMES, previously in file /tmp/.tmpjhUGuc/kona-derive/src/metrics.rs:18
  struct kona_derive::batch::SpanBatchElement, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/span_batch/element.rs:11
  struct kona_derive::batch::SingleBatch, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/single_batch.rs:14
  struct kona_derive::metrics::CHANNEL_FRAME_COUNT, previously in file /tmp/.tmpjhUGuc/kona-derive/src/metrics.rs:18
  struct kona_derive::metrics::BATCH_READER_ERRORS, previously in file /tmp/.tmpjhUGuc/kona-derive/src/metrics.rs:18
  struct kona_derive::batch::SpanBatchPrefix, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/span_batch/prefix.rs:9
  struct kona_derive::batch::SpanBatchPayload, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/span_batch/payload.rs:9
  struct kona_derive::batch::SpanBatchSignature, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/span_batch/signature.rs:9
  struct kona_derive::metrics::CHANNEL_QUEUE_NON_EMPTY, previously in file /tmp/.tmpjhUGuc/kona-derive/src/metrics.rs:18
  struct kona_derive::metrics::ORIGIN_GAUGE, previously in file /tmp/.tmpjhUGuc/kona-derive/src/metrics.rs:18
  struct kona_derive::metrics::BATCH_COMPRESSION_RATIO, previously in file /tmp/.tmpjhUGuc/kona-derive/src/metrics.rs:18
  struct kona_derive::batch::SpanBatchEip1559TransactionData, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/span_batch/tx_data/eip1559.rs:11
  struct kona_derive::batch::BatchWithInclusionBlock, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/mod.rs:30
  struct kona_derive::batch::SpanBatch, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/span_batch/batch.rs:18
  struct kona_derive::batch::SpanBatchEip2930TransactionData, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/span_batch/tx_data/eip2930.rs:11
  struct kona_derive::batch::RawSpanBatch, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/span_batch/raw.rs:9
  struct kona_derive::metrics::STAGE_ADVANCE_RESPONSE_TIME, previously in file /tmp/.tmpjhUGuc/kona-derive/src/metrics.rs:18
  struct kona_derive::batch::SpanBatchLegacyTransactionData, previously in file /tmp/.tmpjhUGuc/kona-derive/src/batch/span_batch/tx_data/legacy.rs:10
  struct kona_derive::metrics::DERIVED_FRAMES_COUNT, previously in file /tmp/.tmpjhUGuc/kona-derive/src/metrics.rs:18

--- failure trait_added_supertrait: non-sealed trait added new supertraits ---

Description:
A non-sealed trait added one or more supertraits, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#generic-bounds-tighten
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_added_supertrait.ron

Failed in:
  trait kona_derive::prelude::L2ChainProvider gained BatchValidationProvider in file /tmp/.tmp6shKiZ/kona/crates/derive/src/traits/providers.rs:37
  trait kona_derive::traits::L2ChainProvider gained BatchValidationProvider in file /tmp/.tmp6shKiZ/kona/crates/derive/src/traits/providers.rs:37

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        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.36.0/src/lints/trait_method_missing.ron

Failed in:
  method l2_block_info_by_number of trait L2ChainProvider, previously in file /tmp/.tmpjhUGuc/kona-derive/src/traits/providers.rs:44
  method block_by_number of trait L2ChainProvider, previously in file /tmp/.tmpjhUGuc/kona-derive/src/traits/providers.rs:48
  method l2_block_info_by_number of trait L2ChainProvider, previously in file /tmp/.tmpjhUGuc/kona-derive/src/traits/providers.rs:44
  method block_by_number of trait L2ChainProvider, previously in file /tmp/.tmpjhUGuc/kona-derive/src/traits/providers.rs:48

--- failure trait_removed_associated_type: trait's associated type was removed ---

Description:
A public trait's associated type was removed or renamed.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_removed_associated_type.ron

Failed in:
  associated type L2ChainProvider::Error, previously at /tmp/.tmpjhUGuc/kona-derive/src/traits/providers.rs:40
  associated type L2ChainProvider::Error, previously at /tmp/.tmpjhUGuc/kona-derive/src/traits/providers.rs:40

⚠️ kona-derive-alloy breaking changes

--- failure declarative_macro_missing: macro_rules declaration removed or renamed ---

Description:
A publicly-visible `macro_rules` declarative macro cannot be imported by its prior name. A `#[macro_export]` may have been removed, or the macro itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/reference/macros-by-example.html#path-based-scope
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/declarative_macro_missing.ron

Failed in:
  macro_rules! inc, previously in file /tmp/.tmpjhUGuc/kona-derive-alloy/src/macros.rs:32
  macro_rules! timer, previously in file /tmp/.tmpjhUGuc/kona-derive-alloy/src/macros.rs:15
  macro_rules! ensure, previously in file /tmp/.tmpjhUGuc/kona-derive-alloy/src/macros.rs:5
  macro_rules! observe, previously in file /tmp/.tmpjhUGuc/kona-derive-alloy/src/macros.rs:49
  macro_rules! set, previously in file /tmp/.tmpjhUGuc/kona-derive-alloy/src/macros.rs:62

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

Failed in:
  mod kona_derive_alloy::metrics, previously in file /tmp/.tmpjhUGuc/kona-derive-alloy/src/metrics.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.36.0/src/lints/struct_missing.ron

Failed in:
  struct kona_derive_alloy::PROVIDER_RESPONSE_TIME, previously in file /tmp/.tmpjhUGuc/kona-derive-alloy/src/metrics.rs:12
  struct kona_derive_alloy::metrics::PROVIDER_RESPONSE_TIME, previously in file /tmp/.tmpjhUGuc/kona-derive-alloy/src/metrics.rs:12
  struct kona_derive_alloy::PROVIDER_CALLS, previously in file /tmp/.tmpjhUGuc/kona-derive-alloy/src/metrics.rs:12
  struct kona_derive_alloy::metrics::PROVIDER_CALLS, previously in file /tmp/.tmpjhUGuc/kona-derive-alloy/src/metrics.rs:12
  struct kona_derive_alloy::PROVIDER_ERRORS, previously in file /tmp/.tmpjhUGuc/kona-derive-alloy/src/metrics.rs:12
  struct kona_derive_alloy::metrics::PROVIDER_ERRORS, previously in file /tmp/.tmpjhUGuc/kona-derive-alloy/src/metrics.rs:12
Changelog

kona-derive

0.0.5 - 2024-10-29

Added

  • (derive) use upstream op-alloy batch types (#746)
  • (derive) Remove metrics (#743)
  • (derive) sys config accessor (#722)

Fixed

  • tracing_subscriber problem in kona-derive tests (#741)
  • (derive) Holocene action tests / fixes (#733)

Other

  • (derive) import hygiene (#744)

kona-executor

0.0.4 - 2024-10-29

Other

  • update Cargo.toml dependencies

kona-mpt

0.0.5 - 2024-10-29

Fixed

  • add feature for alloy-provider, fix test_util (#738)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-10-29T18-17-19Z branch 2 times, most recently from e63f619 to 3720da6 Compare October 29, 2024 20:14
@github-actions github-actions bot force-pushed the release-plz-2024-10-29T18-17-19Z branch from 3720da6 to 2332675 Compare October 29, 2024 20:22
@refcell refcell enabled auto-merge October 29, 2024 20:23
@refcell refcell disabled auto-merge October 29, 2024 20:23
@refcell refcell enabled auto-merge October 29, 2024 20:24
@refcell refcell added this pull request to the merge queue Oct 29, 2024
Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.8%. Comparing base (3630af2) to head (a2cfd0f).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Merged via the queue into main with commit 24213af Oct 29, 2024
16 checks passed
fakedev9999 pushed a commit to fakedev9999/kona that referenced this pull request Nov 5, 2024
* chore: release

* small readme change

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: refcell <[email protected]>
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