Releases: op-rs/kona
kona-client/v0.1.0-beta.9
Release Overview
This release marks the ninth beta release of kona-client
v0.1.0
, the fault proof program built on top of kona
's libraries.
This release supports L1 Pectra's activation in the derivation pipeline, preventing the proof program from halting upon seeing an EIP-7702 SetCode
transaction or receipt.
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-amd64.tar.zst
Versions:
asterisc
v1.2.0
kona-client
v0.1.0-beta.9
Prestate hashes
asterisc
:0x03b7ab70cde6048846da1417cea50199ccb4b9ed7ba51c7ee5059f9de767963b
cannon
: This release does not include release artifacts for thecannon
FPVM
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-beta.9
- In the repository root, run
just build-client-prestate-asterisc-artifacts kona-client/v0.1.0-beta.9 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
kona-providers-alloy-v0.1.0
chore: Release package kona-providers-alloy version 0.1.0
kona-client-v0.1.0-beta.8
Release Overview
This release marks the eigth 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.8
Prestate hashes
asterisc
:0x03c4a62d6e8416b271e4d0270054ba606583bc176fc30033edc8a4002951c5c7
cannon
: This release does not include release artifacts for thecannon
FPVM
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-beta.8
- In the repository root, run
just build-client-prestate-asterisc-artifacts kona-client-v0.1.0-beta.8 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
kona-proof-v0.2.3
kona-proof-interop-v0.1.1
Other
- Update Maili Deps (#908)
kona-interop-v0.1.1
Other
- update Cargo.toml dependencies
kona-executor-v0.2.3
Other
- Update Maili Deps (#908)
kona-driver-v0.2.3
kona-derive-v0.2.3
kona-proof-interop-v0.1.0
chore: Release package kona-proof-interop version 0.1.0