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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

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

🤖 New release

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

⚠️ kona-common breaking changes

--- 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_common::io::ClientIO, previously in file /tmp/.tmpMW6YjV/kona-common/src/io.rs:74

⚠️ kona-derive breaking changes

--- 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::errors::DecodeError, previously in file /tmp/.tmpMW6YjV/kona-derive/src/errors.rs:217
  enum kona_derive::errors::StageError, previously in file /tmp/.tmpMW6YjV/kona-derive/src/errors.rs:14
  enum kona_derive::pipeline::StageError, previously in file /tmp/.tmpMW6YjV/kona-derive/src/errors.rs:14
  enum kona_derive::online::StepResult, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/pipeline.rs:13

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

Failed in:
  variant BuilderError:AttributesUnavailable in /tmp/.tmpD8uTuX/kona/crates/derive/src/errors.rs:215
  variant BlobProviderError:SlotDerivation in /tmp/.tmpD8uTuX/kona/crates/derive/src/errors.rs:229
  variant BlobProviderError:BlobDecoding in /tmp/.tmpD8uTuX/kona/crates/derive/src/errors.rs:232
  variant BlobProviderError:Backend in /tmp/.tmpD8uTuX/kona/crates/derive/src/errors.rs:235
  variant ResetError:L1OriginMismatch in /tmp/.tmpD8uTuX/kona/crates/derive/src/errors.rs:148
  variant ResetError:ReorgDetected in /tmp/.tmpD8uTuX/kona/crates/derive/src/errors.rs:153
  variant ResetError:AttributesBuilder in /tmp/.tmpD8uTuX/kona/crates/derive/src/errors.rs:156
  variant ResetError:HoloceneActivation in /tmp/.tmpD8uTuX/kona/crates/derive/src/errors.rs:159
  variant BatchValidity:Past in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/validity.rs:20

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

Failed in:
  variant SpanBatchError::InvalidBitSlice, previously in file /tmp/.tmpMW6YjV/kona-derive/src/batch/span_batch/errors.rs:13
  variant SpanBatchError::Encoding, previously in file /tmp/.tmpMW6YjV/kona-derive/src/batch/span_batch/errors.rs:19
  variant ResetError::ReorgRequired, previously in file /tmp/.tmpMW6YjV/kona-derive/src/errors.rs:179
  variant ResetError::NewExpiredChallenge, previously in file /tmp/.tmpMW6YjV/kona-derive/src/errors.rs:181
  variant BlobProviderError::Slot, previously in file /tmp/.tmpMW6YjV/kona-derive/src/errors.rs:132
  variant BlobProviderError::Custom, previously in file /tmp/.tmpMW6YjV/kona-derive/src/errors.rs:134

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

Failed in:
  function kona_derive::online::test_utils::anvil_http_provider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/online/test_utils.rs:25
  function kona_derive::errors::into_frames, previously in file /tmp/.tmpMW6YjV/kona-derive/src/errors.rs:85
  function kona_derive::online::test_utils::http_provider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/online/test_utils.rs:30
  function kona_derive::online::test_utils::spawn_anvil, previously in file /tmp/.tmpMW6YjV/kona-derive/src/online/test_utils.rs:19
  function kona_derive::online::new_online_pipeline, previously in file /tmp/.tmpMW6YjV/kona-derive/src/online/pipeline.rs:40
  function kona_derive::stages::test_utils::new_attributes_provider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/test_utils/attributes_queue.rs:77

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

Failed in:
  kona_derive::stages::decompress_brotli now takes 2 parameters instead of 1, in /tmp/.tmpD8uTuX/kona/crates/derive/src/stages/utils.rs:11

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

Failed in:
  SpanBatchPrefix::is_fjord_active, previously in file /tmp/.tmpMW6YjV/kona-derive/src/batch/span_batch/prefix.rs:34
  L1Traversal::data_source, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/l1_traversal.rs:65
  SpanBatch::timestamp, previously in file /tmp/.tmpMW6YjV/kona-derive/src/batch/span_batch/batch.rs:39
  SpanBatchPayload::max_span_batch_size, previously in file /tmp/.tmpMW6YjV/kona-derive/src/batch/span_batch/payload.rs:55
  RawSpanBatch::timestamp, previously in file /tmp/.tmpMW6YjV/kona-derive/src/batch/span_batch/raw.rs:54

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

Failed in:
  kona_derive::stages::FrameQueue::new now takes 2 parameters instead of 1, in /tmp/.tmpD8uTuX/kona/crates/derive/src/stages/frame_queue.rs:52
  kona_derive::batch::SpanBatchPayload::decode_payload now takes 1 parameters instead of 2, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/payload.rs:23
  kona_derive::batch::SpanBatchPayload::encode_payload now takes 2 parameters instead of 3, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/payload.rs:33
  kona_derive::batch::SpanBatchPayload::decode_origin_bits now takes 2 parameters instead of 3, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/payload.rs:41
  kona_derive::batch::SpanBatchPayload::decode_block_count now takes 2 parameters instead of 3, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/payload.rs:51
  kona_derive::batch::SpanBatchPayload::decode_block_tx_counts now takes 2 parameters instead of 3, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/payload.rs:68
  kona_derive::batch::SpanBatchPayload::decode_txs now takes 2 parameters instead of 3, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/payload.rs:90
  kona_derive::batch::SpanBatchPayload::encode_origin_bits now takes 2 parameters instead of 3, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/payload.rs:111
  kona_derive::batch::SpanBatchPayload::encode_txs now takes 2 parameters instead of 3, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/payload.rs:131
  kona_derive::batch::SpanBatchBits::decode now takes 2 parameters instead of 3, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/bits.rs:22
  kona_derive::batch::SpanBatchBits::encode now takes 3 parameters instead of 4, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/bits.rs:46
  kona_derive::batch::SpanBatchTransactions::encode now takes 2 parameters instead of 3, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/transactions.rs:43
  kona_derive::batch::SpanBatchTransactions::decode now takes 2 parameters instead of 3, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/transactions.rs:56
  kona_derive::batch::SpanBatchTransactions::encode_contract_creation_bits now takes 2 parameters instead of 3, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/transactions.rs:69
  kona_derive::batch::SpanBatchTransactions::encode_protected_bits now takes 2 parameters instead of 3, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/transactions.rs:75
  kona_derive::batch::SpanBatchTransactions::encode_y_parity_bits now takes 2 parameters instead of 3, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/transactions.rs:81
  kona_derive::batch::SpanBatchTransactions::decode_contract_creation_bits now takes 2 parameters instead of 3, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/transactions.rs:132
  kona_derive::batch::SpanBatchTransactions::decode_protected_bits now takes 2 parameters instead of 3, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/transactions.rs:142
  kona_derive::batch::SpanBatchTransactions::decode_y_parity_bits now takes 2 parameters instead of 3, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/transactions.rs:152
  kona_derive::batch::RawSpanBatch::encode now takes 2 parameters instead of 3, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/raw.rs:52
  kona_derive::batch::RawSpanBatch::decode now takes 1 parameters instead of 2, in /tmp/.tmpD8uTuX/kona/crates/derive/src/batch/span_batch/raw.rs:58

--- 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::online, previously in file /tmp/.tmpMW6YjV/kona-derive/src/online/mod.rs:1
  mod kona_derive::stages::test_utils, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/test_utils/mod.rs:1
  mod kona_derive::online::test_utils, previously in file /tmp/.tmpMW6YjV/kona-derive/src/online/test_utils.rs:1
  mod kona_derive::traits::test_utils, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/test_utils.rs:1
  mod kona_derive::params, previously in file /tmp/.tmpMW6YjV/kona-derive/src/params.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_CHANNEL_BANK_SIZE in file /tmp/.tmpMW6YjV/kona-derive/src/params.rs:17
  MAX_SPAN_BATCH_BYTES in file /tmp/.tmpMW6YjV/kona-derive/src/batch/span_batch/mod.rs:18
  SEQUENCER_FEE_VAULT_ADDRESS in file /tmp/.tmpMW6YjV/kona-derive/src/params.rs:6
  FJORD_MAX_CHANNEL_BANK_SIZE in file /tmp/.tmpMW6YjV/kona-derive/src/params.rs:20
  FJORD_MAX_SPAN_BATCH_BYTES in file /tmp/.tmpMW6YjV/kona-derive/src/batch/span_batch/mod.rs:25
  CONFIG_UPDATE_TOPIC in file /tmp/.tmpMW6YjV/kona-derive/src/params.rs:10
  CONFIG_UPDATE_EVENT_VERSION_0 in file /tmp/.tmpMW6YjV/kona-derive/src/params.rs:14

--- 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::online::OnlineBlobProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/online/blob_provider.rs:24
  struct kona_derive::online::AlloyChainProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/online/alloy_providers.rs:29
  struct kona_derive::stages::test_utils::TraceStorage, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/test_utils/tracing.rs:11
  struct kona_derive::stages::test_utils::MockAttributesProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/test_utils/attributes_queue.rs:38
  struct kona_derive::online::PipelineBuilder, previously in file /tmp/.tmpMW6YjV/kona-derive/src/pipeline/builder.rs:24
  struct kona_derive::stages::test_utils::CollectingLayer, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/test_utils/tracing.rs:36
  struct kona_derive::stages::test_utils::MockChannelReaderProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/test_utils/channel_reader.rs:15
  struct kona_derive::stages::test_utils::MockSystemConfigL2Fetcher, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/test_utils/sys_config_fetcher.rs:12
  struct kona_derive::metrics::PROVIDER_RESPONSE_TIME, previously in file /tmp/.tmpMW6YjV/kona-derive/src/metrics.rs:18
  struct kona_derive::stages::test_utils::MockFrameQueueProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/test_utils/frame_queue.rs:15
  struct kona_derive::online::DerivationPipeline, previously in file /tmp/.tmpMW6YjV/kona-derive/src/pipeline/core.rs:16
  struct kona_derive::online::test_utils::MockBeaconClient, previously in file /tmp/.tmpMW6YjV/kona-derive/src/online/test_utils.rs:38
  struct kona_derive::metrics::PROVIDER_ERRORS, previously in file /tmp/.tmpMW6YjV/kona-derive/src/metrics.rs:18
  struct kona_derive::stages::test_utils::MockChannelBankProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/test_utils/channel_bank.rs:14
  struct kona_derive::stages::test_utils::MockAttributesBuilder, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/test_utils/attributes_queue.rs:15
  struct kona_derive::online::OnlineBlobProviderWithFallback, previously in file /tmp/.tmpMW6YjV/kona-derive/src/online/blob_provider.rs:220
  struct kona_derive::online::EthereumDataSource, previously in file /tmp/.tmpMW6YjV/kona-derive/src/sources/ethereum.rs:16
  struct kona_derive::traits::test_utils::TestChainProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/test_utils.rs:70
  struct kona_derive::online::SimpleSlotDerivation, previously in file /tmp/.tmpMW6YjV/kona-derive/src/online/blob_provider.rs:108
  struct kona_derive::traits::test_utils::TestBlobProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/test_utils.rs:179
  struct kona_derive::stages::test_utils::MockBatchQueueProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/test_utils/batch_queue.rs:15
  struct kona_derive::online::AlloyL2ChainProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/online/alloy_providers.rs:263
  struct kona_derive::online::OnlineBeaconClient, previously in file /tmp/.tmpMW6YjV/kona-derive/src/online/beacon_client.rs:43
  struct kona_derive::stages::StatefulAttributesBuilder, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/attributes_queue/builder.rs:38
  struct kona_derive::online::StatefulAttributesBuilder, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/attributes_queue/builder.rs:38
  struct kona_derive::traits::test_utils::TestL2ChainProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/test_utils.rs:215
  struct kona_derive::traits::test_utils::TestIter, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/test_utils.rs:24
  struct kona_derive::metrics::PROVIDER_CALLS, previously in file /tmp/.tmpMW6YjV/kona-derive/src/metrics.rs:18
  struct kona_derive::traits::test_utils::TestDAP, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/test_utils.rs:42
  struct kona_derive::online::OnlineBlobProviderBuilder, previously in file /tmp/.tmpMW6YjV/kona-derive/src/online/blob_provider.rs:361

--- failure trait_associated_type_added: non-sealed public trait added associated type without default value ---

Description:
A non-sealed trait has gained an associated type without a default value, 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.36.0/src/lints/trait_associated_type_added.ron

Failed in:
  trait associated type kona_derive::traits::ChainProvider::Error in file /tmp/.tmpD8uTuX/kona/crates/derive/src/traits/providers.rs:16
  trait associated type kona_derive::traits::BlobProvider::Error in file /tmp/.tmpD8uTuX/kona/crates/derive/src/traits/data_sources.rs:16
  trait associated type kona_derive::traits::L2ChainProvider::Error in file /tmp/.tmpD8uTuX/kona/crates/derive/src/traits/providers.rs:40

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

Failed in:
  trait method kona_derive::traits::L2ChainProvider::block_by_number in file /tmp/.tmpD8uTuX/kona/crates/derive/src/traits/providers.rs:48

--- 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 payload_by_number of trait L2ChainProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/providers.rs:40
  method reset of trait Pipeline, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/pipeline.rs:31
  method reset of trait Pipeline, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/pipeline.rs:31

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

Failed in:
  trait kona_derive::online::ChainProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/providers.rs:12
  trait kona_derive::pipeline::ChainProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/providers.rs:12
  trait kona_derive::stages::AttributesBuilder, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/attributes_queue/builder.rs:21
  trait kona_derive::traits::ResettableStage, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/stages.rs:11
  trait kona_derive::pipeline::ResettableStage, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/stages.rs:11
  trait kona_derive::stages::BatchQueueProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/batch_queue.rs:19
  trait kona_derive::online::L2ChainProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/providers.rs:33
  trait kona_derive::pipeline::L2ChainProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/providers.rs:33
  trait kona_derive::stages::ChannelBankProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/channel_bank.rs:20
  trait kona_derive::online::BeaconClient, previously in file /tmp/.tmpMW6YjV/kona-derive/src/online/beacon_client.rs:24
  trait kona_derive::online::Pipeline, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/pipeline.rs:26
  trait kona_derive::online::OriginProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/traits/stages.rs:17
  trait kona_derive::stages::AttributesProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/stages/attributes_queue.rs:27
  trait kona_derive::online::BlobSidecarProvider, previously in file /tmp/.tmpMW6YjV/kona-derive/src/online/blob_provider.rs:184

--- failure trait_removed_supertrait: supertrait removed or renamed ---

Description:
A supertrait was removed from a trait. Users of the trait can no longer assume it can also be used like its supertrait.
        ref: https://doc.rust-lang.org/reference/items/traits.html#supertraits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_removed_supertrait.ron

Failed in:
  supertrait kona_derive::online::OriginProvider of trait Pipeline in file /tmp/.tmpD8uTuX/kona/crates/derive/src/traits/pipeline.rs:96
  supertrait kona_derive::online::OriginProvider of trait Pipeline in file /tmp/.tmpD8uTuX/kona/crates/derive/src/traits/pipeline.rs:96

⚠️ kona-executor 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.36.0/src/lints/inherent_method_missing.ron

Failed in:
  StatelessL2BlockExecutorBuilder::with_config, previously in file /tmp/.tmpMW6YjV/kona-executor/src/builder.rs:39
  StatelessL2BlockExecutorBuilder::with_fetcher, previously in file /tmp/.tmpMW6YjV/kona-executor/src/builder.rs:50
  StatelessL2BlockExecutorBuilder::with_hinter, previously in file /tmp/.tmpMW6YjV/kona-executor/src/builder.rs:56

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

Failed in:
  kona_executor::StatelessL2BlockExecutor::builder now takes 3 parameters instead of 1, in /tmp/.tmpD8uTuX/kona/crates/executor/src/executor/mod.rs:55

⚠️ kona-mpt breaking changes

--- 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_mpt::NoopTrieDBFetcher, previously in file /tmp/.tmpMW6YjV/kona-mpt/src/fetcher.rs:87
  struct kona_mpt::NoopTrieDBHinter, previously in file /tmp/.tmpMW6YjV/kona-mpt/src/fetcher.rs:105
  struct kona_mpt::TrieDB, previously in file /tmp/.tmpMW6YjV/kona-mpt/src/db/mod.rs:80
  struct kona_mpt::TrieAccount, previously in file /tmp/.tmpMW6YjV/kona-mpt/src/db/account.rs:9

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

Failed in:
  trait kona_mpt::TrieDBFetcher, previously in file /tmp/.tmpMW6YjV/kona-mpt/src/fetcher.rs:10
  trait kona_mpt::TrieDBHinter, previously in file /tmp/.tmpMW6YjV/kona-mpt/src/fetcher.rs:50
Changelog

kona-common

0.0.4 - 2024-10-22

Added

  • (preimage/common) Migrate to thiserror (#543)

Fixed

  • (workspace) hoist and fix lints (#577)

Other

  • re-org imports (#711)
  • (preimage) Test Coverage (#634)
  • test coverage for common (#629)
  • doc logos (#609)
  • (workspace) Allow stdlib in cfg(test) (#548)

kona-common-proc

0.0.4 - 2024-10-22

Other

  • re-org imports (#711)

kona-derive

0.0.4 - 2024-10-22

Added

  • (derive) BatchProvider multiplexed stage (#726)
  • (derive) hoist stage traits (#723)
  • frame queue test asserter (#619)
  • (workspace) Distribute pipeline, not providers (#717)
  • (derive) BatchValidator stage (#703)
  • (derive) Add ChannelAssembler size limitation (#700)
  • (derive) signal receiver logic (#696)
  • (derive) Stage multiplexer (#693)
  • (derive) Past batch validity variant (#684)
  • codecov sources (#657)
  • frame queue tests (#613)
  • (derive) Holocene flush signal (#612)
  • (derive) Add Signal API (#611)
  • (derive) BatchQueue Update [Holocene] (#601)
  • (derive) bump op-alloy dep (#605)
  • kona-providers (#596)
  • (derive) Span batch prefix checks (#592)
  • (derive) BatchStream buffering (#590)
  • (derive) BatchStreamProvider (#591)
  • (derive) Refactor out Online Providers (#569)
  • (derive) interleaved channel tests (#585)
  • (derive) Holocene Buffer Flushing (#575)
  • (derive) Holocene Channel Bank Checks (#572)
  • (derive) Holocene Frame Queue (#579)
  • (derive) Holocene Activation (#574)
  • (derive) wire up the batch span stage (#567)
  • (derive) New BatchStream Stage for Holocene (#566)
  • (derive) Hoist AttributesBuilder (#571)
  • (derive) Touchup Docs (#555)
  • (derive) Latest BN (#521)
  • Remove L2 Execution Payload (#542)
  • (derive) Typed error handling (#540)
  • (primitives) Remove Attributes (#529)
  • large dependency update (#528)
  • (primitives) reuse op-alloy-protocol channel and block types (#499)

Fixed

  • (derive) SpanBatch element limit + channel RLP size limit (#692)
  • (derive) Holocene SpanBatch prefix checks (#688)
  • (derive) Retain L1 blocks (#683)
  • (executor) Holocene EIP-1559 params in Header (#622)
  • derive pipeline params (#587)
  • (workspace) hoist and fix lints (#577)
  • (derive) move attributes builder trait (#570)
  • (client) Channel reader error handling (#539)
  • (derive) Sequence window expiry (#532)
  • (primitives) use consensus hardforks (#497)
  • (primitives) re-use op-alloy frame type (#492)

Other

  • re-org imports (#711)
  • hoist trait test utilities (#708)
  • (workspace) Removes Primitives (#638)
  • (derive) Add tracing to ChannelAssembler (#701)
  • (derive) remove span batch todo comments (#682)
  • refactor test utils (#677)
  • (derive) stage coverage (#673)
  • (executor) Use Upstreamed op-alloy Methods (#651)
  • (derive) Test and Clean Batch Types (#670)
  • (derive) Test Stage Resets and Flushes (#669)
  • (derive) Batch Timestamp Tests (#664)
  • (derive) test channel reader flushing (#661)
  • (derive) adds more channel bank coverage (#659)
  • (derive) test channel reader resets (#660)
  • (derive) test channel bank reset (#658)
  • (derive) hoist attributes queue test utils (#654)
  • (derive) Pipeline Core Test Coverage (#642)
  • (derive) Single Batch Test Coverage (#643)
  • (derive) Blob Source Test Coverage (#631)
  • refactor test providers (#623)
  • doc logos (#609)
  • use alloy primitives map (#586)
  • (derive) [Holocene] Drain previous channel in one iteration (#583)
  • channel reader docs (#568)
  • Bumps Dependency Versions (#520)
  • (primitives) rm RawTransaction (#505)

kona-derive-alloy

0.0.1 - 2024-10-22

Added

  • (derive) BatchProvider multiplexed stage (#726)
  • (workspace) Distribute pipeline, not providers (#717)

kona-executor

0.0.3 - 2024-10-22

Added

  • (executor) Clean ups (#719)
  • (executor) EIP-1559 configurability spec updates (#716)
  • (executor) Update EIP-1559 configurability (#648)
  • (executor) Use EIP-1559 parameters from payload attributes (#616)
  • (derive) bump op-alloy dep (#605)
  • kona-providers (#596)
  • (executor) Migrate to thiserror (#544)
  • (mpt) Migrate to thiserror (#541)
  • (primitives) Remove Attributes (#529)
  • large dependency update (#528)

Fixed

  • (executor) Holocene EIP-1559 params in Header (#622)
  • (workspace) hoist and fix lints (#577)

Other

  • re-org imports (#711)
  • (workspace) Removes Primitives (#638)
  • (executor) move todo to issue: (#680)
  • (executor) Cover Builder (#676)
  • (executor) Use Upstreamed op-alloy Methods (#651)
  • (executor) Test Coverage over Executor Utilities (#650)
  • doc logos (#609)
  • (workspace) Allow stdlib in cfg(test) (#548)
  • Bumps Dependency Versions (#520)
  • (primitives) rm RawTransaction (#505)

kona-mpt

0.0.4 - 2024-10-22

Added

  • (executor) Clean ups (#719)
  • use derive more display (#675)
  • kona-providers (#596)
  • (ci) Split online/offline tests (#582)
  • (mpt) Migrate to thiserror (#541)

Fixed

  • (mpt) Empty root node case (#705)
  • typos (#690)
  • (workspace) hoist and fix lints (#577)
  • (mpt) Empty list walker (#493)

Other

  • cleans up kona-mpt deps (#725)
  • re-org imports (#711)
  • (mpt) codecov (#655)
  • (mpt) mpt noop trait impls (#649)
  • (mpt) account conversion tests (#647)
  • doc logos (#609)
  • (workspace) Allow stdlib in cfg(test) (#548)

kona-preimage

0.0.4 - 2024-10-22

Added

  • (preimage/common) Migrate to thiserror (#543)

Fixed

  • (workspace) hoist and fix lints (#577)
  • (preimage) Improve error differentiation in preimage servers (#535)

Other

  • re-org imports (#711)
  • (preimage) Test Coverage (#634)
  • doc logos (#609)
  • (workspace) Bump dependencies (#550)
  • (workspace) Allow stdlib in cfg(test) (#548)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-10-19T04-21-49Z branch 12 times, most recently from a578ace to 2a9c7d9 Compare October 22, 2024 13:54
@github-actions github-actions bot force-pushed the release-plz-2024-10-19T04-21-49Z branch from 2a9c7d9 to b7ef3ce Compare October 22, 2024 17:52
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