Skip to content

Releases: blockchain-certificates/cert-verifier-js

v4.3.2

24 Jun 13:07
e953f22
Compare
Choose a tag to compare

4.3.2 (2020-06-24)

Bug Fixes

  • Node: [#617] ensure js files are transpiled for node (27213fd)

v4.3.1

02 Jun 15:29
308009f
Compare
Choose a tag to compare

4.3.1 (2020-06-02)

Bug Fixes

  • ExplorerAPIs: [#548] throw error early when overwriting explorer is malformed (9914519)

v4.3.0

01 Jun 16:13
40054d8
Compare
Choose a tag to compare

4.3.0 (2020-06-01)

Bug Fixes

  • Explorer: [#548] properly cleanup custom explorer - pass key to e2e tests (8dc631f)
  • Explorer: [#548] remove etherscan key from build (88c1bfa)

Features

  • Explorer: [#548] call explorer overwrite when getting default explorers (9f18928)
  • Explorer: [#548] do not try and set custom explorers when matching default one (dcbf591)
  • Explorer: [#548] wait until all overwrites have happened before deleting (e094a65)
  • Explorer: allow modifying default explorers (ed7b65d)
  • ExplorerApis: [#548] ensure token is available to extra calls to API (c4b3cd5)
  • ExplorerAPIs: [#548] add token dynamically (dfdd056)
  • ExplorerAPIs: [#548] list default services and expose enum (ddf2594)

v4.2.0

14 May 15:06
ee6f463
Compare
Choose a tag to compare

4.2.0 (2020-05-14)

Features

  • Explorers: [#425] add blockcypher ethereum explorer (914e7a0)

v4.1.0

28 Apr 14:49
c935948
Compare
Choose a tag to compare

4.1.0 (2020-04-28)

Bug Fixes

  • LookForTx: wrong increment (15fb5e7)
  • Types: [#471] expose more information on certificate class (00913df)

Features

  • Explorers: [#471] Certificate accepts explorerAPIs option (7402d32)
  • Explorers: [#471] default explorers as immutable data (c197079)
  • Explorers: [#471] define explorer type (277c152)
  • Explorers: [#471] ensure the queue stops as soon as tx is found (0063bbf)
  • Explorers: [#471] expose types (995cee6)
  • Explorers: [#471] maintain custom explorers explicitly (40f3c47)
  • Explorers: [#471] merge default explorers and custom ones (bfd6fff)
  • Explorers: [#471] register ExplorerAPIs to Verifier (3aa4b57)
  • LookForTx: [#471] enable calling custom explorer (b57b275)
  • LookForTx: [#471] use explorers as provided by consumer (e02dd1f)
  • LookForTx: pass explorerAPIs (bcdb692)
  • LookForTx: raw version of race queue (6a7b8f2)
  • Verifier: set the explorers by priority (9954122)
  • Verifier: throw error if priority or parsing function are incorrect (0707eec)

v4.0.1

09 Apr 15:31
1b02ccc
Compare
Choose a tag to compare

4.0.1 (2020-04-09)

Performance Improvements

v4.0.0

08 Apr 14:47
6f115bb
Compare
Choose a tag to compare

4.0.0 (2020-04-08)

Bug Fixes

  • RevocationList: [#308] use distant revocation list when local one is not set (f016bbd)

Features

  • Certificate: [#468] retrieve issuerProfile and assign to issuer (8fdaa43)
  • IssuerProfile: [#468] code against failing cases (0c8f67b)
  • IssuerProfile: [#468] do not expose getIssuerProfile verification step (40a2809)
  • IssuerProfile: [#468] skip issuer profile verification step (04c61ea)
  • IssuerProfile: [#468] test against invalid URL (92c78fe)
  • IssuerProfile: [#468] translate error messages (f09451a)
  • IssuerProfile: [#468] validate issuer profile against standard (85853e0)

BREAKING CHANGES

  • Certificate: as we are retrieving the issuer profile on Certificate instantiation, the operation thus becomes asynchronous. Since a Constructor cannot be async, consumers now need to call the .init() method after the initial instantiation in order to fully create the Certificate object.

v3.8.1

08 Apr 12:19
d797a76
Compare
Choose a tag to compare

3.8.1 (2020-04-08)

Bug Fixes

  • RevocationList: [#308] prevent failure when undefined (14eca5c)
  • RevocationList: [#308] use distant revocation list when local one is not set (ea6d011)

v3.8.0

02 Apr 15:25
266d663
Compare
Choose a tag to compare

3.8.0 (2020-04-02)

Features

  • V3: add expires to certificate (a173a80)

v3.7.0

01 Apr 18:23
1b29d6e
Compare
Choose a tag to compare

3.7.0 (2020-04-01)

Features

  • V3: add id to certificate (d2e0a10)
  • V3: add issuedOn to certificate (aa93612)
  • V3: add metadataJson to certificate (590f423)
  • V3: add recipientFullName to certificate (6312007)
  • V3: add recordLink to certificate (fbed5e4)