-
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
97bf8f1
commit 6952868
Showing
7 changed files
with
61 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,13 @@ | ||
# 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-01 | ||
|
||
### 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,29 @@ | ||
# 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-01 | ||
|
||
### Added | ||
- *(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)* small l1 retrieval doc comment fix ([#61](https://github.com/ethereum-optimism/kona/pull/61)) | ||
|
||
### Other | ||
- 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,12 @@ | ||
# 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-01 | ||
|
||
### 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