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

chore: release#31

Closed
github-actions[bot] wants to merge 0 commit intomainfrom
release-plz-2024-02-22T16-34-39Z
Closed

chore: release#31
github-actions[bot] wants to merge 0 commit intomainfrom
release-plz-2024-02-22T16-34-39Z

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 22, 2024

🤖 New release

  • kona-common: 0.0.1 -> 0.0.2
  • kona-derive: 0.0.1 -> 0.0.2
  • kona-primitives: 0.0.1
  • kona-mpt: 0.0.1 -> 0.0.2
  • kona-plasma: 0.0.1
  • kona-preimage: 0.0.1 -> 0.0.2
  • kona-host: 0.1.0
  • kona-common-proc: 0.0.1 -> 0.0.2
Changelog

kona-common

0.0.2 - 2024-05-29

Added

  • (preimage) OracleServer + HintReader (#96)
  • (common) Move from RegisterSize to native ptr size type (#95)
  • (workspace) Add rustfmt.toml

Other

  • (common) Use Box::leak rather than mem::forget (#180)
  • Add simple blocking async executor (#38)
  • Make versions of packages independent (#36)

kona-derive

0.0.2 - 2024-05-29

Added

  • (workspace) Client programs in workspace (#178)
  • (primitives) move attributes into primitives (#163)
  • (derive) return the concrete online attributes queue type from the online stack constructor (#158)
  • (derive) Abstract Alt DA out of kona-derive (#156)
  • (derive) Online Data Source Factory Wiring (#150)
  • (plasma) Implements Plasma Support for kona derive (#152)
  • (derive) Pipeline Builder (#127)
  • (primitives) kona-derive type refactor (#135)
  • (derive) Span Batch Validation (#121)
  • (derive) Use L2ChainProvider for system config fetching in attributes builder (#123)
  • (derive) Online Blob Provider (#117)
  • (derive) payload builder tests (#106)
  • (derive) deposit derivation testing (#115)
  • (derive) Build L1BlockInfoTx in payload builder (#102)
  • (derive) L2ChainProvider w/ op-alloy-consensus (#98)
  • (derive) Add L1BlockInfoTx (#100)
  • (derive) Payload Attribute Building (#92)
  • (derive) Online ChainProvider (#93)
  • (derive) Move to tracing for telemetry (#94)
  • (derive) Batch Queue Logging (#86)
  • (derive) Add ecrecover trait + features (#90)
  • (derive) Use upstream alloy (#89)
  • (derive) add next_attributes test
  • (workspace) Add rustfmt.toml
  • (derive) SpanBatch type implementation WIP
  • (derive) Reorganize modules
  • (derive) add_txs function
  • (derive) Derive raw batches, mocks
  • (derive) Refactor serialization; SpanBatchPayload WIP
  • (derive) fixed bytes and encoding
  • (derive) raw span type refactoring
  • (types) span batches
  • (derive) Channel Reader Implementation (#65)
  • (derive) share the rollup config across stages using an arc
  • (derive) Test Utilities (#62)
  • Single batch type (#43)
  • (derive) channel bank (#46)
  • Frame queue stage (#45)
  • L1 retrieval (#44)
  • System config update event parsing (#42)
  • Add OP receipt fields (#41)
  • Add TxDeposit type (#40)
  • L1 traversal (#39)

Fixed

  • (derive) inline blob verification into the blob provider (#175)
  • (derive) fix span batch utils read_tx_data() (#170)
  • (derive) Ethereum Data Source (#159)
  • (derive) remove unnecessary online feature decorator (#160)
  • (ci) Release plz (#145)
  • (derive) move span batch conversion to try from trait (#142)
  • (derive) Small Fixes and Span Batch Validation Fix (#139)
  • (workspace) Release plz (#138)
  • (workspace) Release plz (#137)
  • (derive) Rebase span batch validation tests (#125)
  • (derive) Span batch bitlist encoding (#122)
  • (derive) Doc Touchups and Telemetry (#105)
  • (derive) Derive full SpanBatch in channel reader (#97)
  • (derive) Stage Decoupling (#88)
  • (derive) add back removed test
  • (derive) lints
  • (derive) extend attributes queue unit test
  • (derive) successful payload attributes building tests
  • (derive) error equality fixes and tests
  • (derive) rework abstractions and attributes queue testing
  • (derive) attributes queue
  • (derive) hoist params
  • (derive) merge upstream changes
  • (derive) fix bricked arc stage param construction (#84)
  • (derive) l1 retrieval docs (#80)
  • (derive) clean up frame queue docs
  • (derive) frame queue error bubbling and docs
  • (derive) rebase
  • (derive) merge upstream changes
  • (derive) refactor tx enveloped
  • (derive) refactor span batch tx types
  • (derive) bitlist alignment
  • (derive) span batch tx rlp
  • (derive) span type encodings and decodings
  • (derive) more types
  • (derive) small l1 retrieval doc comment fix (#61)

Other

  • (derive) data source unit tests (#181)
  • (workspace) Move alloy-primitives to workspace dependencies (#103)
  • (ci) Fail CI on doclint failure (#101)
  • (derive) cleanups (#91)
  • Merge branch 'main' into refcell/data-sources
  • Merge pull request #87 from ethereum-optimism/refcell/origin-providers
  • Merge branch 'main' into refcell/channel-bank-tests
  • Merge branch 'main' into refcell/payload-queue
  • (derive) L1Traversal Doc and Test Cleanup (#79)
  • Merge pull request #67 from ethereum-optimism/refcell/batch-queue
  • (derive) Channel reader tests + fixes, batch type fixes
  • (derive) RawSpanBatch diff decoding/encoding test
  • (derive) rebase + move alloy module
  • (derive) Clean up RLP encoding + use TxType rather than ints
  • Update derive lint rules (#47)
  • scaffold (#37)
  • Make versions of packages independent (#36)

kona-primitives

0.0.1 - 2024-05-29

Added

  • (primitives) move attributes into primitives (#163)
  • (plasma) Implements Plasma Support for kona derive (#152)
  • (primitives) kona-derive type refactor (#135)

Fixed

  • (primitives) use decode_2718() to gracefully handle the tx type (#182)
  • (ci) Release plz (#145)
  • (workspace) Release plz (#138)

kona-mpt

0.0.2 - 2024-05-29

Added

  • (workspace) Client programs in workspace (#178)
  • (mpt) TrieCacheDB scaffold (#174)
  • (mpt) TrieNode retrieval (#173)
  • (mpt) Refactor TrieNode (#172)

Fixed

  • (ci) Release plz (#145)

kona-plasma

0.0.1 - 2024-05-29

Added

  • (derive) Abstract Alt DA out of kona-derive (#156)
  • (plasma) Implements Plasma Support for kona derive (#152)

Fixed

  • (plasma) Plasma Data Source Cleanup (#164)
  • (plasma) reduce plasma source generic verbosity (#165)

kona-preimage

0.0.2 - 2024-05-29

Added

  • (precompile) Add precompile key type (#179)
  • (preimage) OracleServer + HintReader (#96)
  • (common) Move from RegisterSize to native ptr size type (#95)
  • (workspace) Add rustfmt.toml

Other

  • (workspace) Move alloy-primitives to workspace dependencies (#103)
  • Make versions of packages independent (#36)

kona-host

0.1.0 - 2024-05-29

Other

  • (host) Split CLI utilities out from binary (#169)
  • Nox/host tracking (#143)
  • Revert "WIP host tracking (#136)" (#141)
  • WIP host tracking (#136)
  • ♻️ Cleanup (#25)

kona-common-proc

0.0.2 - 2024-05-29

Other

  • updated the following local packages: kona-common


This PR was generated with release-plz.

@clabby clabby added the K-release Kind: release, automated by release-plz label Feb 22, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-02-22T16-34-39Z branch 2 times, most recently from 02ed1eb to 404e38e Compare February 22, 2024 16:38
@github-actions github-actions bot changed the title chore: release chore(kona-preimage): release v0.0.1 Feb 22, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-02-22T16-34-39Z branch from 404e38e to 0dc180d Compare February 22, 2024 16:41
@github-actions github-actions bot changed the title chore(kona-preimage): release v0.0.1 chore(kona-derive): release v0.0.1 Feb 22, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-02-22T16-34-39Z branch from 0dc180d to 00af314 Compare February 22, 2024 20:38
@github-actions github-actions bot changed the title chore(kona-derive): release v0.0.1 chore: release Feb 22, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-02-22T16-34-39Z branch from 00af314 to 96141f7 Compare February 22, 2024 21:09
@clabby clabby added the M-bot Meta: Created by a bot label Feb 22, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-02-22T16-34-39Z branch 11 times, most recently from fd7dbd5 to 8713976 Compare February 26, 2024 03:44
@github-actions github-actions bot force-pushed the release-plz-2024-02-22T16-34-39Z branch 2 times, most recently from 3c15387 to 347c4ed Compare March 10, 2024 06:19
@github-actions github-actions bot force-pushed the release-plz-2024-02-22T16-34-39Z branch 3 times, most recently from 8c3b799 to 6952868 Compare April 1, 2024 16:03
@github-actions github-actions bot force-pushed the release-plz-2024-02-22T16-34-39Z branch 4 times, most recently from a512ca1 to f88d72b Compare April 3, 2024 15:56
@github-actions github-actions bot force-pushed the release-plz-2024-02-22T16-34-39Z branch 12 times, most recently from 903eeb3 to f0aeff8 Compare April 8, 2024 17:51
@github-actions github-actions bot force-pushed the release-plz-2024-02-22T16-34-39Z branch 17 times, most recently from 5c10bfc to bc53cf3 Compare April 19, 2024 18:47
@github-actions github-actions bot force-pushed the release-plz-2024-02-22T16-34-39Z branch from bc53cf3 to a26c196 Compare April 22, 2024 04:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

K-release Kind: release, automated by release-plz M-bot Meta: Created by a bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant