Skip to content

Releases: blockchain-certificates/cert-verifier-js-v1-legacy

v4.0.1

28 Nov 13:23
f72314b
Compare
Choose a tag to compare

4.0.1 (2023-11-28)

Bug Fixes

  • v1: compute expected hash for document (81d16ff)
  • v1: manage normalized document similar to jsonld@1.8.2 (current cvjs v1 state) (482058a)
  • v1: re-enable v1 verification (e616a45)

v3.0.1

16 Nov 16:17
ffb192f
Compare
Choose a tag to compare

3.0.1 (2023-11-16)

Bug Fixes

  • Deps: update tough-cookie and node-forge (d712ed1)
  • Deps: update xmldom (6a16df9)

v3.0.0

05 Aug 21:29
2c68d63
Compare
Choose a tag to compare

3.0.0 (2021-08-05)

Bug Fixes

  • Blockchains: improve testnet chains name (969723f)
  • Build: fix build after dependencies update (d7c8274)
  • Build: fixed iife build (ee548f8)
  • Build: resolve json files (171e498)
  • Build: revert jsonld to prevent build failure. Add build test to catch early (55808fb)
  • Build: revert jsonld to prevent semver pollution and failure (c4f5380)
  • CI: fix issues with cache (travis-ci/issues/10113) (e6ce648)
  • Commits: ensure commits follow semantic-release convention (5dba5b3)
  • deps: resolved conflicts (fabdc52)
  • Deps: clean fix elliptic issue breaking travis-ci (c8f267b), closes /github.com/indutny/elliptic/pull/180#issuecomment-505709063
  • Deps: fix elliptic circular dep issue - see body for more info (805bd40)
  • error: VerifierError constructor missed first argument (8448577)
  • Explorer: [#548] properly cleanup custom explorer - pass key to e2e tests (8dc631f)
  • Explorer: [#548] remove etherscan key from build (88c1bfa)
  • Explorer: added chain oarameter to bitpay (6246d74)
  • Explorer: removed bitcoinchain & blockchain.info API (8337ea3)
  • ExplorerApis: [#667] pass deep copy to viewer (375c6e3)
  • ExplorerApis: [#846] maintain deepCopy logic (79c2a2f)
  • ExplorerApis: [#846] re-enable external parsing function (fa2375f)
  • ExplorerAPIs: [#548] throw error early when overwriting explorer is malformed (9914519)
  • i18n: change shape of data for other languages (911b73e)
  • i18n: fix typo (12cdcbb)
  • locale: fixed json import (0e0d233)
  • LocalHash: select documentLoader depending on runtime environment (1d10b48)
  • LookForTx: wrong increment (15fb5e7)
  • MockChain: correctly identify all test chains (2a21465)
  • Node: [#617] ensure js files are transpiled for node (27213fd)
  • Node: make babel runtime a production dep (a93bd4f)
  • Node: make core-js a production dep (be37a8c)
  • Packages: fix vulnerabilities (423fe66)
  • Parser: resolved conflict (2c9f5c8)
  • request: upgrade to https and fix node tests (8d9bc18)
  • RevocationList: [#308] prevent failure when undefined (14eca5c)
  • RevocationList: [#308] use distant revocation list when local one is not set (f016bbd)
  • RevocationList: [#308] use distant revocation list when local one is not set (ea6d011)
  • Testnet: revert test chain status of testnet until more information (5f6ca32)
  • Types: [#471] expose more information on certificate class (00913df)
  • Verification: fix iOS issue with bockcerts v3 merkle root - BV#577 (3aa450b)
  • Verification: prevent failure if explorer is down (461600c)
  • VerificationsubStep: improve copy (5f64d82)
  • Verifier: fix timeout test (fdfe77a)
  • Verify: Add Etherscan api key to allow eth verifications #422 (#423) (3b8e353)

Features

  • Certificate: [#468] retrieve issuerProfile and assign to issuer (8fdaa43)
  • Certificate: add ability to detect v3 (a88a8ff)
  • CertificateVersion: list v3 beta in available versions (131f96d)
  • Compatibility: added check on version i...
Read more