-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: GitHub Action <action@github.com>
- Loading branch information
1 parent
05a4a10
commit f88d72b
Showing
7 changed files
with
87 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.0.2](https://github.com/ethereum-optimism/kona/compare/kona-common-v0.0.1...kona-common-v0.0.2) - 2024-04-03 | ||
|
||
### Added | ||
- *(workspace)* Add `rustfmt.toml` | ||
|
||
### Other | ||
- Add simple blocking async executor ([#38](https://github.com/ethereum-optimism/kona/pull/38)) | ||
- Make versions of packages independent ([#36](https://github.com/ethereum-optimism/kona/pull/36)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.0.2](https://github.com/ethereum-optimism/kona/compare/kona-derive-v0.0.1...kona-derive-v0.0.2) - 2024-04-03 | ||
|
||
### Added | ||
- *(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](https://github.com/ethereum-optimism/kona/pull/65)) | ||
- *(derive)* share the rollup config across stages using an arc | ||
- *(derive)* Test Utilities ([#62](https://github.com/ethereum-optimism/kona/pull/62)) | ||
- Single batch type ([#43](https://github.com/ethereum-optimism/kona/pull/43)) | ||
- *(derive)* channel bank ([#46](https://github.com/ethereum-optimism/kona/pull/46)) | ||
- Frame queue stage ([#45](https://github.com/ethereum-optimism/kona/pull/45)) | ||
- L1 retrieval ([#44](https://github.com/ethereum-optimism/kona/pull/44)) | ||
- System config update event parsing ([#42](https://github.com/ethereum-optimism/kona/pull/42)) | ||
- Add OP receipt fields ([#41](https://github.com/ethereum-optimism/kona/pull/41)) | ||
- Add `TxDeposit` type ([#40](https://github.com/ethereum-optimism/kona/pull/40)) | ||
- L1 traversal ([#39](https://github.com/ethereum-optimism/kona/pull/39)) | ||
|
||
### Fixed | ||
- *(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](https://github.com/ethereum-optimism/kona/pull/61)) | ||
|
||
### Other | ||
- *(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](https://github.com/ethereum-optimism/kona/pull/47)) | ||
- scaffold ([#37](https://github.com/ethereum-optimism/kona/pull/37)) | ||
- Make versions of packages independent ([#36](https://github.com/ethereum-optimism/kona/pull/36)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.0.2](https://github.com/ethereum-optimism/kona/compare/kona-preimage-v0.0.1...kona-preimage-v0.0.2) - 2024-04-03 | ||
|
||
### Added | ||
- *(workspace)* Add `rustfmt.toml` | ||
|
||
### Other | ||
- Make versions of packages independent ([#36](https://github.com/ethereum-optimism/kona/pull/36)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters