Releases: 0xPolygonID/js-sdk
Releases · 0xPolygonID/js-sdk
v1.4.1
What's Changed
- Add possibility to set custom Prover by @Kolezhniuk in #149
- extend connection config with fee options by @volodymyr-basiuk in #151
Full Changelog: v1.4.0...v1.4.1
v1.4.0
v1.3.0 - introduce serialization for Hash type.
What's Changed
- Fix: validating same schema multiple times when it has $id by @cykoder in #142
- Fix/hash big int by @volodymyr-basiuk in #143
- toJSON / fromJSON logic defined for W3C credential, BJJ Signature proof and Iden3SparseMerkleTreeProof
- issuerData type removed due to the inefficiency, must not brake integration.
Full Changelog: v1.2.2...v1.3.0
v1.2.2 - Cache loader for W3C schema
v1.2.1 - Improve OnchainZKP Verifier
What's Changed
- refactor submitZKPResponse -> check method id by @volodymyr-basiuk in #140
Full Changelog: v1.2.0...v1.2.1
v1.2.0 - Contract-invoke handler. Onchain & RHS status improvments. Bug fixes
What's Changed
- upgrade latest state on transit by @vmidyllic in #134
- publish genesis state by @ilya-korotya in #133
- PID-1367: support status param for onchain revocation by @ilya-korotya in #137
- Fix broken src import in dist build by @cykoder in #138
- Feature/contract request handler by @volodymyr-basiuk in #136
- bump version by @vmidyllic in #139
Contract invoke for now is considered to be in beta.
Full Changelog: v1.1.0...v1.2.0
v1.1.0 - Non Merklized credential support
What's Changed
- Bump @iden3/js-crypto from 1.0.0 to 1.0.1 by @dependabot in #122
- Feature/pid-1040 by @Kolezhniuk in #123
- bump version to next minor. by @vmidyllic in #130
Important
There is change in theexported interface of JSON Parser class
from
async parseClaim( credential: W3CCredential, credentialType: string, jsonSchemaBytes: Uint8Array, opts?: CoreClaimOptions ): Promise<CoreClaim>
to
static async parseClaim(credential: W3CCredential, opts?: CoreClaimOptions): Promise<CoreClaim>
To adopt changes you need to exlude
credentialType
jsonSchemaBytesand
opts` parameters from the call and invoke this method as static.
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- Fix error typo in proof service by @cykoder in #119
- Bump @iden3/js-iden3-core from 1.0.0 to 1.0.1 by @dependabot in #120
Full Changelog: v1.0.2...v1.0.3
v1.0.2: Bug groth16 verify returns false and doesn't throw an error.
v1.0.1: Bug fixes for merklized credentials in the onchain circuits
What's Changed
- slot index is zero for merklized credentials by @vmidyllic in #114
Full Changelog: v1.0.0...v1.0.1