Skip to content

Releases: blockchain-certificates/jsonld-signatures-merkleproof2019

v1.2.0

11 Feb 13:52
cd16f04
Compare
Choose a tag to compare

1.2.0 (2021-02-11)

Features

  • ComputeLocalHash: provide more verbose error when normalization fails (4a4e1bb)

v1.1.0

04 Feb 11:51
a38e13a
Compare
Choose a tag to compare

1.1.0 (2021-02-04)

Features

  • ExplorerLookup: setup using package (0077b34)
  • ExplorerLookup: use lookForTx from explorer-lookup (e351931)

v1.0.0

04 Dec 13:28
532bb36
Compare
Choose a tag to compare

1.0.0 (2020-12-04)

Bug Fixes

  • MerkleProof2019: revert zealous linting and allow race to terminate when result found (b6d7157)

Features

  • MerkleProof2019: add lds merkle proof 2019 dep (a5ebf58)
  • MerkleProof2019: bring in original verification code (be9a303)
  • MerkleProof2019: bring over tx lookup code from CVJS (00ea9ff)
  • MerkleProof2019: change API to retrieve proof from document. Make the latter compulsory (4bed126)
  • MerkleProof2019: communicate custom explorers to lookForTx (027ecbb)
  • MerkleProof2019: compare hashes (136be9f)
  • MerkleProof2019: compare merkle root (66fc6aa)
  • MerkleProof2019: compute local hash (cd95d23)
  • MerkleProof2019: define API type (7aa4c04)
  • MerkleProof2019: get chain from proof (e539832)
  • MerkleProof2019: lookup tx data in verification process (627f97c)
  • MerkleProof2019: remove CVJS dependency (ad45ea5)
  • MerkleProof2019: retrieve transaction id (ef44ab3)
  • MerkleProof2019: return verification status (bd22bc9)
  • MerkleProof2019: validate transaction id (c7a48bf)
  • MerkleProof2019: validate transaction id (7abc80f)
  • RPC: accept explorer from outer world (7d724d0)
  • RPC: add bitcoin rpc (dc08783)
  • RPC: assign btc rpc explorer when needed (0083712)
  • RPC: blend rpc and rest explorers for lookup (f7990a6)
  • RPC: default to custom explorers when chain is not known (a7095e4)
  • RPC: introduce rpc requests (b9c8aa1)