Skip to content

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

Compare
Choose a tag to compare
@clabby clabby released this 02 Dec 16:41
· 7 commits to main since this release
8bbbc6b

Release Overview

Note

beta.2 was an unreleased version, re-tagged to bump the MSRV. The previous release was beta.1.

This release marks the third 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.1.2
  • kona-client v0.1.0-beta.3

Prestate hashes

  • asterisc: 0x03af3d6fec21c55bddcac182923a4af8caa4b668f70b7cb0893e017a950dbdca
  • 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.3
  3. In the repository root, run just build-client-prestate-asterisc-artifacts kona-client-v0.1.0-beta.3 v1.1.2

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/315502437?tag=kona-client-v0.1.0-beta.3