Skip to content

Releases: anton-rs/kona

kona-std-fpvm-v0.1.1

04 Dec 00:12
cb39d1b
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

kona-std-fpvm-proc-v0.1.1

04 Dec 00:12
cb39d1b
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

kona-proof-v0.2.0

04 Dec 00:12
cb39d1b
Compare
Choose a tag to compare

Added

  • (driver) wait for engine (#851)
  • (client) Invalidate impossibly old claims (#852)
  • (driver) refines the executor interface for the driver (#850)
  • (workspace) Isolate FPVM-specific platform code (#821)

Fixed

Other

  • update deps and clean up misc features (#864)
  • (host) Hint Parsing Cleanup (#844)
  • (derive) remove indexed blob hash (#847)
  • L2ExecutePayloadProof Hint Type (#832)

kona-preimage-v0.2.0

04 Dec 00:11
cb39d1b
Compare
Choose a tag to compare

Added

  • (workspace) Isolate FPVM-specific platform code (#821)

kona-mpt-v0.1.1

04 Dec 00:11
cb39d1b
Compare
Choose a tag to compare

Other

  • update deps and clean up misc features (#864)

kona-executor-v0.2.0

04 Dec 00:11
cb39d1b
Compare
Choose a tag to compare

Added

  • (driver) refines the executor interface for the driver (#850)

Fixed

  • bump (#855)
  • use non problematic hashmap fns (#853)

Other

  • update deps and clean up misc features (#864)

kona-driver-v0.2.0

04 Dec 00:10
cb39d1b
Compare
Choose a tag to compare

Added

  • (driver) wait for engine (#851)
  • (driver) refines the executor interface for the driver (#850)

Fixed

Other

  • (driver) advance with optional target (#848)
  • (driver) visibility (#834)

kona-derive-v0.2.0

04 Dec 00:10
cb39d1b
Compare
Choose a tag to compare

Added

  • (workspace) Isolate FPVM-specific platform code (#821)

Fixed

Other

  • (derive) remove indexed blob hash (#847)

`kona-client` v0.1.0-beta.5

04 Dec 19:36
f2b634f
Compare
Choose a tag to compare

Release Overview

This release marks the fifth beta release of kona-client v0.1.0, the fault proof program built on top of kona's libraries.

Prestate Artifacts

Distributed Artifacts

The pre-built artifact archive for the asterisc FPVM, including the prestate.json + prestate-proof.json as well as the kona-client + asterisc binaries, is included in the release artifacts. To extract the archive after downloading, run:

tar --zstd -xf prestate-artifacts-asterisc.tar.zst

Versions:

  • asterisc v1.2.0
  • kona-client v0.1.0-beta.5

Prestate hashes

  • asterisc: 0x03c870fe570f921d72bcdb89b051c4b4ff3d0799e9629603b0e6065d796ddab7
  • cannon: This release does not include release artifacts for the cannon FPVM

Verification

To reproduce and verify the asterisc prestate JSONs for this release locally, as well as build the asterisc + kona-client binaries:

  1. Clone kona
  2. Checkout kona-client-v0.1.0-beta.5
  3. In the repository root, run just build-client-prestate-asterisc-artifacts kona-client-v0.1.0-beta.5 v1.2.0

The resulting artifacts will be placed in ./prestate-artifacts-asterisc. To retrieve the prestate hash from the local build, run:

jq -r .pre ./prestate-artifacts-asterisc/prestate-proof.json

Docker Image

https://github.com/anton-rs/kona/pkgs/container/kona%2Fkona-fpp-asterisc/317139600?tag=kona-client-v0.1.0-beta.5

`kona-client` v0.1.0-beta.4

03 Dec 20:51
2b7023d
Compare
Choose a tag to compare

Release Overview

This release marks the fourth beta release of kona-client v0.1.0, the fault proof program built on top of kona's libraries.

Prestate Artifacts

Distributed Artifacts

The pre-built artifact archive for the asterisc FPVM, including the prestate.json + prestate-proof.json as well as the kona-client + asterisc binaries, is included in the release artifacts. To extract the archive after downloading, run:

tar --zstd -xf prestate-artifacts-asterisc.tar.zst

Versions:

  • asterisc v1.2.0
  • kona-client v0.1.0-beta.4

Prestate hashes

  • asterisc: 0x03c7cc3cdd7034fd218570046aaeab1208c8c3436ea250883eecf46ac604548b
  • cannon: This release does not include release artifacts for the cannon FPVM

Verification

To reproduce and verify the asterisc prestate JSONs for this release locally, as well as build the asterisc + kona-client binaries:

  1. Clone kona
  2. Checkout kona-client-v0.1.0-beta.4
  3. In the repository root, run just build-client-prestate-asterisc-artifacts kona-client-v0.1.0-beta.4 v1.2.0

The resulting artifacts will be placed in ./prestate-artifacts-asterisc. To retrieve the prestate hash from the local build, run:

jq -r .pre ./prestate-artifacts-asterisc/prestate-proof.json

Docker Image

https://github.com/anton-rs/kona/pkgs/container/kona%2Fkona-fpp-asterisc/316416150?tag=kona-client-v0.1.0-beta.4