From 874c7edf066251e45ff098e82d4f54e9f9cf6674 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:20:37 +0000 Subject: [PATCH] chore: release (#885) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: refcell --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 16 ++++++++-------- README.md | 1 + crates/derive/CHANGELOG.md | 13 +++++++++++++ crates/derive/Cargo.toml | 2 +- crates/driver/CHANGELOG.md | 6 ++++++ crates/driver/Cargo.toml | 2 +- crates/executor/CHANGELOG.md | 12 ++++++++++++ crates/executor/Cargo.toml | 2 +- crates/mpt/CHANGELOG.md | 10 ++++++++++ crates/mpt/Cargo.toml | 2 +- crates/proof-sdk/preimage/CHANGELOG.md | 6 ++++++ crates/proof-sdk/preimage/Cargo.toml | 2 +- crates/proof-sdk/proof/CHANGELOG.md | 6 ++++++ crates/proof-sdk/proof/Cargo.toml | 2 +- crates/proof-sdk/std-fpvm-proc/CHANGELOG.md | 6 ++++++ crates/proof-sdk/std-fpvm-proc/Cargo.toml | 2 +- crates/proof-sdk/std-fpvm/CHANGELOG.md | 10 ++++++++++ crates/proof-sdk/std-fpvm/Cargo.toml | 2 +- 19 files changed, 94 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8d2c6ee7..e84f4af3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2376,7 +2376,7 @@ dependencies = [ [[package]] name = "kona-derive" -version = "0.2.0" +version = "0.2.1" dependencies = [ "alloy-consensus", "alloy-eips", @@ -2400,7 +2400,7 @@ dependencies = [ [[package]] name = "kona-driver" -version = "0.2.0" +version = "0.2.1" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -2417,7 +2417,7 @@ dependencies = [ [[package]] name = "kona-executor" -version = "0.2.0" +version = "0.2.1" dependencies = [ "alloy-consensus", "alloy-eips", @@ -2478,7 +2478,7 @@ dependencies = [ [[package]] name = "kona-mpt" -version = "0.1.1" +version = "0.1.2" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -2501,7 +2501,7 @@ dependencies = [ [[package]] name = "kona-preimage" -version = "0.2.0" +version = "0.2.1" dependencies = [ "alloy-primitives", "async-channel", @@ -2515,7 +2515,7 @@ dependencies = [ [[package]] name = "kona-proof" -version = "0.2.0" +version = "0.2.1" dependencies = [ "alloy-consensus", "alloy-eips", @@ -2543,7 +2543,7 @@ dependencies = [ [[package]] name = "kona-std-fpvm" -version = "0.1.1" +version = "0.1.2" dependencies = [ "async-trait", "cfg-if", @@ -2555,7 +2555,7 @@ dependencies = [ [[package]] name = "kona-std-fpvm-proc" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index e08bd81a4..1734ecde2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,15 +62,15 @@ lto = "fat" [workspace.dependencies] # Workspace -kona-mpt = { path = "crates/mpt", version = "0.1.1", default-features = false } +kona-mpt = { path = "crates/mpt", version = "0.1.2", default-features = false } kona-client = { path = "bin/client", version = "0.1.0", default-features = false } -kona-derive = { path = "crates/derive", version = "0.2.0", default-features = false } -kona-driver = { path = "crates/driver", version = "0.2.0", default-features = false } -kona-executor = { path = "crates/executor", version = "0.2.0", default-features = false } -kona-proof = { path = "crates/proof-sdk/proof", version = "0.2.0", default-features = false } -kona-std-fpvm = { path = "crates/proof-sdk/std-fpvm", version = "0.1.1", default-features = false } -kona-preimage = { path = "crates/proof-sdk/preimage", version = "0.2.0", default-features = false } -kona-std-fpvm-proc = { path = "crates/proof-sdk/std-fpvm-proc", version = "0.1.1", default-features = false } +kona-derive = { path = "crates/derive", version = "0.2.1", default-features = false } +kona-driver = { path = "crates/driver", version = "0.2.1", default-features = false } +kona-executor = { path = "crates/executor", version = "0.2.1", default-features = false } +kona-proof = { path = "crates/proof-sdk/proof", version = "0.2.1", default-features = false } +kona-std-fpvm = { path = "crates/proof-sdk/std-fpvm", version = "0.1.2", default-features = false } +kona-preimage = { path = "crates/proof-sdk/preimage", version = "0.2.1", default-features = false } +kona-std-fpvm-proc = { path = "crates/proof-sdk/std-fpvm-proc", version = "0.1.2", default-features = false } # Alloy alloy-rlp = { version = "0.3.10", default-features = false } diff --git a/README.md b/README.md index 49ff02601..a9d6f3453 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Credits

+ ## What's Kona? Kona is a suite of portable implementations of the OP Stack rollup state transition, namely the [derivation pipeline][g-derivation-pipeline] and diff --git a/crates/derive/CHANGELOG.md b/crates/derive/CHANGELOG.md index f85f5e242..a237ebea4 100644 --- a/crates/derive/CHANGELOG.md +++ b/crates/derive/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/op-rs/kona/compare/kona-derive-v0.2.0...kona-derive-v0.2.1) - 2025-01-07 + +### Fixed + +- op-rs rename (#883) +- *(derive)* `BatchStream` Past batch handling (#876) +- *(derive)* make tests compile (#878) + +### Other + +- Bump Dependencies (#880) +- patch for rust 1.81 ([#867](https://github.com/op-rs/kona/pull/867)) + ## [0.2.0](https://github.com/op-rs/kona/compare/kona-derive-v0.1.0...kona-derive-v0.2.0) - 2024-12-03 ### Added diff --git a/crates/derive/Cargo.toml b/crates/derive/Cargo.toml index 50bf68250..e21c8d356 100644 --- a/crates/derive/Cargo.toml +++ b/crates/derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kona-derive" description = "A no_std derivation pipeline implementation for the OP Stack" -version = "0.2.0" +version = "0.2.1" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/driver/CHANGELOG.md b/crates/driver/CHANGELOG.md index d282a4b4e..620f06e93 100644 --- a/crates/driver/CHANGELOG.md +++ b/crates/driver/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/op-rs/kona/compare/kona-driver-v0.2.0...kona-driver-v0.2.1) - 2025-01-07 + +### Fixed + +- op-rs rename (#883) + ## [0.2.0](https://github.com/op-rs/kona/compare/kona-driver-v0.1.0...kona-driver-v0.2.0) - 2024-12-03 ### Added diff --git a/crates/driver/Cargo.toml b/crates/driver/Cargo.toml index 84d325d80..9cee831f0 100644 --- a/crates/driver/Cargo.toml +++ b/crates/driver/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kona-driver" description = "A no_std derivation pipeline driver" -version = "0.2.0" +version = "0.2.1" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/executor/CHANGELOG.md b/crates/executor/CHANGELOG.md index 998b48f84..0f9e7da86 100644 --- a/crates/executor/CHANGELOG.md +++ b/crates/executor/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/op-rs/kona/compare/kona-executor-v0.2.0...kona-executor-v0.2.1) - 2025-01-07 + +### Fixed + +- op-rs rename (#883) + +### Other + +- Bump Dependencies (#880) +- remove redundant words in comment (#882) +- Isthmus Withdrawals Root (#881) + ## [0.2.0](https://github.com/op-rs/kona/compare/kona-executor-v0.1.0...kona-executor-v0.2.0) - 2024-12-03 ### Added diff --git a/crates/executor/Cargo.toml b/crates/executor/Cargo.toml index d197b9b75..07385414a 100644 --- a/crates/executor/Cargo.toml +++ b/crates/executor/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kona-executor" description = "An no_std implementation of a stateless L2 block executor for the OP Stack." -version = "0.2.0" +version = "0.2.1" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/mpt/CHANGELOG.md b/crates/mpt/CHANGELOG.md index 246379466..cf9307da9 100644 --- a/crates/mpt/CHANGELOG.md +++ b/crates/mpt/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/op-rs/kona/compare/kona-mpt-v0.1.1...kona-mpt-v0.1.2) - 2025-01-07 + +### Fixed + +- op-rs rename (#883) + +### Other + +- Bump Dependencies (#880) + ## [0.1.1](https://github.com/op-rs/kona/compare/kona-mpt-v0.1.0...kona-mpt-v0.1.1) - 2024-12-03 ### Other diff --git a/crates/mpt/Cargo.toml b/crates/mpt/Cargo.toml index 8466ae3ee..0e4e5ebf3 100644 --- a/crates/mpt/Cargo.toml +++ b/crates/mpt/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kona-mpt" description = "Utilities for interacting with and iterating through a merkle patricia trie" -version = "0.1.1" +version = "0.1.2" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/proof-sdk/preimage/CHANGELOG.md b/crates/proof-sdk/preimage/CHANGELOG.md index 47ee61d58..edb26a4b8 100644 --- a/crates/proof-sdk/preimage/CHANGELOG.md +++ b/crates/proof-sdk/preimage/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/op-rs/kona/compare/kona-preimage-v0.2.0...kona-preimage-v0.2.1) - 2025-01-07 + +### Fixed + +- op-rs rename (#883) + ## [0.2.0](https://github.com/op-rs/kona/compare/kona-preimage-v0.1.0...kona-preimage-v0.2.0) - 2024-12-03 ### Added diff --git a/crates/proof-sdk/preimage/Cargo.toml b/crates/proof-sdk/preimage/Cargo.toml index e1fc71435..725d7a460 100644 --- a/crates/proof-sdk/preimage/Cargo.toml +++ b/crates/proof-sdk/preimage/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kona-preimage" description = "Bindings and types for interacting with the PreimageOracle ABI" -version = "0.2.0" +version = "0.2.1" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/proof-sdk/proof/CHANGELOG.md b/crates/proof-sdk/proof/CHANGELOG.md index 5b929d994..7a6d24b80 100644 --- a/crates/proof-sdk/proof/CHANGELOG.md +++ b/crates/proof-sdk/proof/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/op-rs/kona/compare/kona-proof-v0.2.0...kona-proof-v0.2.1) - 2025-01-07 + +### Fixed + +- op-rs rename (#883) + ## [0.2.0](https://github.com/op-rs/kona/compare/kona-proof-v0.1.0...kona-proof-v0.2.0) - 2024-12-03 ### Added diff --git a/crates/proof-sdk/proof/Cargo.toml b/crates/proof-sdk/proof/Cargo.toml index 6b6af2290..375d19ef4 100644 --- a/crates/proof-sdk/proof/Cargo.toml +++ b/crates/proof-sdk/proof/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kona-proof" description = "OP Stack Proof SDK" -version = "0.2.0" +version = "0.2.1" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/proof-sdk/std-fpvm-proc/CHANGELOG.md b/crates/proof-sdk/std-fpvm-proc/CHANGELOG.md index 0070fd26c..e0b24f048 100644 --- a/crates/proof-sdk/std-fpvm-proc/CHANGELOG.md +++ b/crates/proof-sdk/std-fpvm-proc/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/op-rs/kona/compare/kona-std-fpvm-proc-v0.1.1...kona-std-fpvm-proc-v0.1.2) - 2025-01-07 + +### Fixed + +- op-rs rename (#883) + ## [0.1.1](https://github.com/op-rs/kona/compare/kona-std-fpvm-proc-v0.1.0...kona-std-fpvm-proc-v0.1.1) - 2024-12-03 ### Other diff --git a/crates/proof-sdk/std-fpvm-proc/Cargo.toml b/crates/proof-sdk/std-fpvm-proc/Cargo.toml index ebab2b523..c0421752b 100644 --- a/crates/proof-sdk/std-fpvm-proc/Cargo.toml +++ b/crates/proof-sdk/std-fpvm-proc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kona-std-fpvm-proc" description = "Proc macro entry point for `kona-std-fpvm` targeted programs." -version = "0.1.1" +version = "0.1.2" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/proof-sdk/std-fpvm/CHANGELOG.md b/crates/proof-sdk/std-fpvm/CHANGELOG.md index d9fd88e16..980b2e917 100644 --- a/crates/proof-sdk/std-fpvm/CHANGELOG.md +++ b/crates/proof-sdk/std-fpvm/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/op-rs/kona/compare/kona-std-fpvm-v0.1.1...kona-std-fpvm-v0.1.2) - 2025-01-07 + +### Added + +- *(build)* Adjust RV target - `riscv64g` -> `riscv64ima` (#868) + +### Fixed + +- op-rs rename (#883) + ## [0.1.1](https://github.com/op-rs/kona/compare/kona-std-fpvm-v0.1.0...kona-std-fpvm-v0.1.1) - 2024-12-03 ### Other diff --git a/crates/proof-sdk/std-fpvm/Cargo.toml b/crates/proof-sdk/std-fpvm/Cargo.toml index 992ef13e1..d46b76c30 100644 --- a/crates/proof-sdk/std-fpvm/Cargo.toml +++ b/crates/proof-sdk/std-fpvm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kona-std-fpvm" description = "Platform specific APIs for interacting with Fault Proof VM kernels." -version = "0.1.1" +version = "0.1.2" edition.workspace = true authors.workspace = true license.workspace = true