Skip to content

Releases: op-rs/kona

kona-interop-v0.1.0

13 Jan 20:07
e7bfe4d
Compare
Choose a tag to compare
chore: Release package kona-interop version 0.1.0

kona-executor-v0.2.2

13 Jan 19:04
7c49548
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

kona-driver-v0.2.2

13 Jan 19:04
7c49548
Compare
Choose a tag to compare

Other

  • Move temporary error logs to lower level than WARN (#897)
  • (deps) Replace dep alloy-rs/op-alloy-protocol->op-rs/maili-protocol (#890)

kona-derive-v0.2.2

13 Jan 19:03
7c49548
Compare
Choose a tag to compare

Other

  • Move temporary error logs to lower level than WARN (#897)
  • (deps) Replace dep alloy-rs/op-alloy-registry->op-rs/maili-registry (#892)
  • (deps) Replace dep alloy-rs/op-alloy-protocol->op-rs/maili-protocol (#890)
  • (derive) Test Ignoring EIP-7702 (#887)

kona-client-v0.1.0-beta.7

09 Jan 22:19
14c7de5
Compare
Choose a tag to compare

Release Overview

This release marks the seventh 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.7

Prestate hashes

  • asterisc: 0x038e643ac162f397938ccc55eeb62afd999d039039e2943f64884b624aadcd5b
  • 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.7
  3. In the repository root, run just build-client-prestate-asterisc-artifacts kona-client-v0.1.0-beta.7 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/op-rs/kona/pkgs/container/kona%2Fkona-fpp-asterisc/334122472?tag=kona-client-v0.1.0-beta.7

kona-std-fpvm-v0.1.2

07 Jan 20:33
874c7ed
Compare
Choose a tag to compare

Added

  • (build) Adjust RV target - riscv64g -> riscv64ima (#868)

Fixed

  • op-rs rename (#883)

kona-std-fpvm-proc-v0.1.2

07 Jan 20:33
874c7ed
Compare
Choose a tag to compare

Fixed

  • op-rs rename (#883)

kona-proof-v0.2.1

07 Jan 20:32
874c7ed
Compare
Choose a tag to compare

Fixed

  • op-rs rename (#883)

kona-preimage-v0.2.1

07 Jan 20:32
874c7ed
Compare
Choose a tag to compare

Fixed

  • op-rs rename (#883)

kona-mpt-v0.1.2

07 Jan 20:31
874c7ed
Compare
Choose a tag to compare

Fixed

  • op-rs rename (#883)

Other

  • Bump Dependencies (#880)