Releases: Kryha/zk-states
v0.1.1
v0.1.0
v0.0.20
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
Minor fixes.
v0.0.18
This release adds:
- wallet connection
- contract connection
- verification function
v0.0.17
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
- Not exposing internal store anymore
- Exposing
useProof
anduseIsInitialized
hooks - Updated worker init for testing purposes
v0.0.15
This release adds the possibility to use an array to specify the state variables to be proven.
v0.0.14
First release.