Skip to content

Releases: zkBob/zkbob-client-js

0.3.5

10 Jun 10:55
Compare
Choose a tag to compare

The first optimistic state release

  • new state fetcher for /transactions/v2 relayer method
  • optimistic state is process in the client library without saving to the actual state
  • optimistic history module
  • getOptimisticTotalBalance method to retrieve optimistic balance
  • isReadyToTransact and waitReadyToTransact methods to monitor ability to send new transactions

0.3.4

04 Jun 10:22
Compare
Choose a tag to compare

Updating underlying libzkbob-rs-wasm library (fix note selection process)

0.3.3

27 May 11:35
Compare
Choose a tag to compare
  • updating underlying libzkbob-rs-wasm-web library
  • strong fix libzkbob-rs-wasm-web version
  • web database bugfix

0.3.2

26 May 08:24
Compare
Choose a tag to compare
  • Permittable token deposit support
  • zkSNARKs parameters loading optimisation: removing unnecessary checks and loadings
  • State synchronisation optimisation: partially moved to the wasm lib
  • verifyShieldedAddress routine [for correct address checking]

0.3.1

23 Apr 19:19
20d7c46
Compare
Choose a tag to compare

Decrease sync state time (process tx batches asynchronously)
Improving and speed-up history cache
Support for loopback transactions
Avoiding simultaneous state synchronisations

0.3.0

10 Apr 08:18
afaefaf
Compare
Choose a tag to compare

Supports the latest relayer format of /transaction request. History module.

0.2.1

04 Apr 20:38
Compare
Choose a tag to compare

Bridge deposit support

0.2.0

04 Apr 20:35
Compare
Choose a tag to compare

Fix withdrawal, state sync improving, getting job status, internal state retrieving