Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@thehenrytsai thehenrytsai released this 03 Jul 23:19
· 179 commits to master since this release
c44ec11
v0.3.0 Protocol Breaking Persistent Store Breaking Configuration Change
Core service Yes Yes No
Bitcoin microservice No No Yes
IPFS microservice No No No

Core service

  1. Implemented protocol rule of 1 operation per DID per batch.
  2. Implemented persistence for operations pending to be batched and anchored.
  3. Implemented anchor file schema validation.
  4. Implemented caching of blockchain time to improve performance.
  5. Merkle root in anchor file is now a multihash.
  6. Added logging for every request.

Bitcoin microservice

  1. This service now works directly with the official Bitcoin Core client, removed dependency on BCoin.

IPFS microservice

  1. Removed versioning in REST API path.