Releases: zkBob/zkbob-client-js
Releases · zkBob/zkbob-client-js
0.3.5
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
Updating underlying libzkbob-rs-wasm
library (fix note selection process)
0.3.3
- updating underlying
libzkbob-rs-wasm-web
library
- strong fix
libzkbob-rs-wasm-web
version
- web database bugfix
0.3.2
- 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
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
Supports the latest relayer format of /transaction request. History module.
0.2.0
Fix withdrawal, state sync improving, getting job status, internal state retrieving