Skip to content

Releases: op-rs/kona

kona-common-proc-v0.0.6

20 Nov 19:20
7d66132
Compare
Choose a tag to compare

Other

  • updated the following local packages: kona-common

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

20 Nov 20:22
9226600
Compare
Choose a tag to compare

Release Overview

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

Prestate hashes

  • asterisc: 0x03613a18b6ad84b537a03d60177b46da006abad0afb6c22102bbced4188de81b
  • 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.1
  3. In the repository root, run just build-client-prestate-asterisc-artifacts kona-client-v0.1.0-beta.1 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/309327395?tag=kona-client-v0.1.0-beta.1

kona-driver-v0.0.0

08 Nov 21:03
b79054a
Compare
Choose a tag to compare
chore: Release package kona-driver version 0.0.0

kona-mpt-v0.0.6

06 Nov 23:28
13d0dfb
Compare
Choose a tag to compare

Added

  • (TrieProvider) Abstract TrieNode retrieval (#787)

Other

  • bump alloy deps (#788)

kona-executor-v0.0.5

06 Nov 23:28
13d0dfb
Compare
Choose a tag to compare

Added

  • (TrieProvider) Abstract TrieNode retrieval (#787)

Other

  • (executor) rm upstream util (#755)

kona-derive-v0.0.6

06 Nov 23:26
13d0dfb
Compare
Choose a tag to compare

Added

  • (derive) From<BlobProviderError> for PipelineErrorKind (#780)
  • (client) Remove anyhow (#779)
  • (derive) sources docs (#754)

Fixed

  • (derive) Data Availability Provider Abstraction (#782)
  • (derive) hoist types out of traits (#781)
  • (client) Trace extension support (#778)
  • (derive) use signal value updated with system config. (#776)

Other

  • bump alloy deps (#788)
  • (derive) pipeline error test coverage (#784)
  • Only fill blob data when there is no calldata (#764)
  • (derive) touchup kona-derive readme (#762)
  • (derive) Error Exports (#758)
  • (derive) Cleanup Exports (#757)

kona-derive-alloy-v0.0.3

06 Nov 23:27
13d0dfb
Compare
Choose a tag to compare

Added

  • (derive) From<BlobProviderError> for PipelineErrorKind (#780)

Fixed

  • (derive-alloy) test coverage (#785)
  • (derive) Data Availability Provider Abstraction (#782)
  • (client) Trace extension support (#778)
  • (derive-alloy) changelog (#752)

Other

  • bump alloy deps (#788)
  • (derive-alloy) docs (#763)

kona-common-proc-v0.0.5

06 Nov 23:26
13d0dfb
Compare
Choose a tag to compare

Added

  • (client) Remove anyhow (#779)

`kona-client` v0.1.0-alpha.7

05 Nov 00:42
ac96fc2
Compare
Choose a tag to compare

Release Overview

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

Versions:

  • asterisc v1.1.0
  • kona-client v0.1.0-alpha.7

Prestate hashes

  • asterisc: 0x03473234978b1602159ae34d5d8cdb100b6892ae98fcd1c3d0fbbb5d08c496c2
  • 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-alpha.7
  3. In the repository root, run just build-client-prestate-asterisc-artifacts kona-client-v0.1.0-alpha.7 v1.1.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-mpt-v0.0.5

29 Oct 20:33
24213af
Compare
Choose a tag to compare

Fixed

  • add feature for alloy-provider, fix test_util (#738)