Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ lto = "fat"
[workspace.dependencies]
# Workspace
kona-client = { path = "bin/client", version = "0.1.0" }
kona-mpt = { path = "crates/mpt", version = "0.0.3" }
kona-common = { path = "crates/common", version = "0.0.3" }
kona-preimage = { path = "crates/preimage", version = "0.0.3" }
kona-executor = { path = "crates/executor", version = "0.0.2" }
kona-common-proc = { path = "crates/common-proc", version = "0.0.3" }
kona-derive = { path = "crates/derive", version = "0.0.3", default-features = false }
kona-primitives = { path = "crates/primitives", version = "0.0.2", default-features = false }
kona-mpt = { path = "crates/mpt", version = "0.0.4" }
kona-common = { path = "crates/common", version = "0.0.4" }
kona-preimage = { path = "crates/preimage", version = "0.0.4" }
kona-executor = { path = "crates/executor", version = "0.0.3" }
kona-common-proc = { path = "crates/common-proc", version = "0.0.4" }
kona-derive = { path = "crates/derive", version = "0.0.4", default-features = false }
kona-primitives = { path = "crates/primitives", version = "0.0.3", default-features = false }

# General
anyhow = { version = "1.0.89", default-features = false }
Expand Down
6 changes: 6 additions & 0 deletions crates/common-proc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.4](https://github.com/anton-rs/kona/compare/kona-common-proc-v0.0.3...kona-common-proc-v0.0.4) - 2024-09-27

### Other

- update Cargo.toml dependencies

## [0.0.3](https://github.com/anton-rs/kona/compare/kona-common-proc-v0.0.2...kona-common-proc-v0.0.3) - 2024-09-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/common-proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kona-common-proc"
description = "Proc macro extension for the `kona-common` crate."
version = "0.0.3"
version = "0.0.4"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
14 changes: 14 additions & 0 deletions crates/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.4](https://github.com/anton-rs/kona/compare/kona-common-v0.0.3...kona-common-v0.0.4) - 2024-09-27

### Added

- *(preimage/common)* Migrate to `thiserror` ([#543](https://github.com/anton-rs/kona/pull/543))

### Fixed

- *(workspace)* hoist and fix lints ([#577](https://github.com/anton-rs/kona/pull/577))

### Other

- *(workspace)* Allow stdlib in `cfg(test)` ([#548](https://github.com/anton-rs/kona/pull/548))

## [0.0.3](https://github.com/anton-rs/kona/compare/kona-common-v0.0.2...kona-common-v0.0.3) - 2024-09-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kona-common"
description = "Common traits and system interfaces for developing client programs on top of Fault Proof VMs."
version = "0.0.3"
version = "0.0.4"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
33 changes: 33 additions & 0 deletions crates/derive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.4](https://github.com/anton-rs/kona/compare/kona-derive-v0.0.3...kona-derive-v0.0.4) - 2024-09-27

### Added

- *(derive)* Holocene Channel Bank Checks ([#572](https://github.com/anton-rs/kona/pull/572))
- *(derive)* Holocene Frame Queue ([#579](https://github.com/anton-rs/kona/pull/579))
- *(derive)* Holocene Activation ([#574](https://github.com/anton-rs/kona/pull/574))
- *(derive)* wire up the batch span stage ([#567](https://github.com/anton-rs/kona/pull/567))
- *(derive)* New BatchStream Stage for Holocene ([#566](https://github.com/anton-rs/kona/pull/566))
- *(derive)* Hoist AttributesBuilder ([#571](https://github.com/anton-rs/kona/pull/571))
- *(derive)* Touchup Docs ([#555](https://github.com/anton-rs/kona/pull/555))
- *(derive)* Latest BN ([#521](https://github.com/anton-rs/kona/pull/521))
- Remove L2 Execution Payload ([#542](https://github.com/anton-rs/kona/pull/542))
- *(derive)* Typed error handling ([#540](https://github.com/anton-rs/kona/pull/540))
- *(primitives)* Remove Attributes ([#529](https://github.com/anton-rs/kona/pull/529))
- large dependency update ([#528](https://github.com/anton-rs/kona/pull/528))
- *(primitives)* reuse op-alloy-protocol channel and block types ([#499](https://github.com/anton-rs/kona/pull/499))

### Fixed

- *(workspace)* hoist and fix lints ([#577](https://github.com/anton-rs/kona/pull/577))
- *(derive)* move attributes builder trait ([#570](https://github.com/anton-rs/kona/pull/570))
- *(client)* Channel reader error handling ([#539](https://github.com/anton-rs/kona/pull/539))
- *(derive)* Sequence window expiry ([#532](https://github.com/anton-rs/kona/pull/532))
- *(primitives)* use consensus hardforks ([#497](https://github.com/anton-rs/kona/pull/497))
- *(primitives)* re-use op-alloy frame type ([#492](https://github.com/anton-rs/kona/pull/492))

### Other

- channel reader docs ([#568](https://github.com/anton-rs/kona/pull/568))
- Bumps Dependency Versions ([#520](https://github.com/anton-rs/kona/pull/520))
- *(primitives)* rm RawTransaction ([#505](https://github.com/anton-rs/kona/pull/505))

## [0.0.3](https://github.com/anton-rs/kona/compare/kona-derive-v0.0.2...kona-derive-v0.0.3) - 2024-09-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kona-derive"
description = "A no_std derivation pipeline implementation for the OP Stack"
version = "0.0.3"
version = "0.0.4"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
19 changes: 19 additions & 0 deletions crates/executor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.3](https://github.com/anton-rs/kona/compare/kona-executor-v0.0.2...kona-executor-v0.0.3) - 2024-09-27

### Added

- *(executor)* Migrate to `thiserror` ([#544](https://github.com/anton-rs/kona/pull/544))
- *(mpt)* Migrate to `thiserror` ([#541](https://github.com/anton-rs/kona/pull/541))
- *(primitives)* Remove Attributes ([#529](https://github.com/anton-rs/kona/pull/529))
- large dependency update ([#528](https://github.com/anton-rs/kona/pull/528))

### Fixed

- *(workspace)* hoist and fix lints ([#577](https://github.com/anton-rs/kona/pull/577))

### Other

- *(workspace)* Allow stdlib in `cfg(test)` ([#548](https://github.com/anton-rs/kona/pull/548))
- Bumps Dependency Versions ([#520](https://github.com/anton-rs/kona/pull/520))
- *(primitives)* rm RawTransaction ([#505](https://github.com/anton-rs/kona/pull/505))

## [0.0.2](https://github.com/anton-rs/kona/compare/kona-executor-v0.0.1...kona-executor-v0.0.2) - 2024-09-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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.0.2"
version = "0.0.3"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
15 changes: 15 additions & 0 deletions crates/mpt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.4](https://github.com/anton-rs/kona/compare/kona-mpt-v0.0.3...kona-mpt-v0.0.4) - 2024-09-27

### Added

- *(mpt)* Migrate to `thiserror` ([#541](https://github.com/anton-rs/kona/pull/541))

### Fixed

- *(workspace)* hoist and fix lints ([#577](https://github.com/anton-rs/kona/pull/577))
- *(mpt)* Empty list walker ([#493](https://github.com/anton-rs/kona/pull/493))

### Other

- *(workspace)* Allow stdlib in `cfg(test)` ([#548](https://github.com/anton-rs/kona/pull/548))

## [0.0.3](https://github.com/anton-rs/kona/compare/kona-mpt-v0.0.2...kona-mpt-v0.0.3) - 2024-09-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/mpt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kona-mpt"
description = "Utilities for interacting with and iterating through a merkle patricia trie"
version = "0.0.3"
version = "0.0.4"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
16 changes: 16 additions & 0 deletions crates/preimage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.4](https://github.com/anton-rs/kona/compare/kona-preimage-v0.0.3...kona-preimage-v0.0.4) - 2024-09-27

### Added

- *(preimage/common)* Migrate to `thiserror` ([#543](https://github.com/anton-rs/kona/pull/543))

### Fixed

- *(workspace)* hoist and fix lints ([#577](https://github.com/anton-rs/kona/pull/577))
- *(preimage)* Improve error differentiation in preimage servers ([#535](https://github.com/anton-rs/kona/pull/535))

### Other

- *(workspace)* Bump dependencies ([#550](https://github.com/anton-rs/kona/pull/550))
- *(workspace)* Allow stdlib in `cfg(test)` ([#548](https://github.com/anton-rs/kona/pull/548))

## [0.0.3](https://github.com/anton-rs/kona/compare/kona-preimage-v0.0.2...kona-preimage-v0.0.3) - 2024-09-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/preimage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kona-preimage"
description = "Bindings and types for interacting with the PreimageOracle ABI"
version = "0.0.3"
version = "0.0.4"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
21 changes: 21 additions & 0 deletions crates/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.3](https://github.com/anton-rs/kona/compare/kona-primitives-v0.0.2...kona-primitives-v0.0.3) - 2024-09-27

### Added

- Remove L2 Execution Payload ([#542](https://github.com/anton-rs/kona/pull/542))
- *(derive)* Typed error handling ([#540](https://github.com/anton-rs/kona/pull/540))
- *(primitives)* Remove Attributes ([#529](https://github.com/anton-rs/kona/pull/529))
- large dependency update ([#528](https://github.com/anton-rs/kona/pull/528))
- *(primitives)* reuse op-alloy-protocol channel and block types ([#499](https://github.com/anton-rs/kona/pull/499))

### Fixed

- *(workspace)* hoist and fix lints ([#577](https://github.com/anton-rs/kona/pull/577))
- *(primitives)* use consensus hardforks ([#497](https://github.com/anton-rs/kona/pull/497))
- *(primitives)* re-use op-alloy frame type ([#492](https://github.com/anton-rs/kona/pull/492))

### Other

- rm depo and import op::depo ([#518](https://github.com/anton-rs/kona/pull/518))
- *(primitives)* rm RawTransaction ([#505](https://github.com/anton-rs/kona/pull/505))

## [0.0.2](https://github.com/anton-rs/kona/compare/kona-primitives-v0.0.1...kona-primitives-v0.0.2) - 2024-09-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kona-primitives"
description = "Primitive types for kona crates"
version = "0.0.2"
version = "0.0.3"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down