Skip to content

Releases: Kryha/zk-states

v0.1.1

15 Sep 13:18
3bd1c15
Compare
Choose a tag to compare

In this release we updated o1js to the latest version.

v0.1.0

15 Sep 11:31
98df54d
Compare
Choose a tag to compare

In this release we provide a hook to track the init progress.

v0.0.20

14 Sep 09:48
b310cfb
Compare
Choose a tag to compare

In this release we improve the reliability of the update queue by moving it to the main thread. The main reason for this change is that during proof generation, the worker thread would not have processed incoming queueing requests immediately.

v0.0.19

13 Sep 08:34
7a607a7
Compare
Choose a tag to compare

Minor fixes.

v0.0.18

13 Sep 08:24
ac57dbb
Compare
Choose a tag to compare

This release adds:

  • wallet connection
  • contract connection
  • verification function

v0.0.17

01 Sep 11:31
7b6a81c
Compare
Choose a tag to compare

This release allows developers to have more control over the state validation through the assertion library. Assertions are supposed to be called inside an action. An assertion will check the validity of the provided data locally and if it's correct it will trigger the proof generation by calling the ZK-program.

A lot of work has been done on the proof queueing mechanism and state rollback in case of error. If a certain proof generation fails, the state will automatically rollback to the previous valid state and will restore the latest valid proof.

v0.0.16

21 Aug 14:23
0b8d269
Compare
Choose a tag to compare
  • Not exposing internal store anymore
  • Exposing useProof and useIsInitialized hooks
  • Updated worker init for testing purposes

v0.0.15

17 Aug 12:42
07d6402
Compare
Choose a tag to compare

This release adds the possibility to use an array to specify the state variables to be proven.

v0.0.14

16 Aug 13:50
664b367
Compare
Choose a tag to compare

First release.