This repository was archived by the owner on Jan 16, 2026. It is now read-only.
`kona-client` v0.1.0-alpha.2
Pre-release
Pre-release
·
1630 commits
to main
since this release
Release Overview
This release marks the second alpha 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.zstVersions:
asteriscv1.0.0kona-clientv0.1.0-alpha.2
Prestate hashes
asterisc:0x0307e81fe6403f21a6abbfc18a0523e51dae0404aff254c2e192ad737ead7d1fcannon: This release does not include release artifacts for thecannonFPVM
Verification
To reproduce and verify the asterisc prestate JSONs for this release locally, as well as build the asterisc + kona-client binaries:
- Clone
kona - Checkout
kona-client-v0.1.0-alpha.2 - In the repository root, run
just build-client-prestate-asterisc kona-client-v0.1.0-alpha.2 v1.0.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