Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@thehenrytsai thehenrytsai released this 21 Aug 17:57
· 678 commits to master since this release
v0.4.0 Protocol Breaking Persistent Store Breaking Configuration Change
Core service Yes Yes Yes
Bitcoin microservice Yes Yes No
IPFS microservice No No No

Core service

  1. Implemented protocol upgrade support with backward-compatibility.
  2. Replaced JSON patch based DID update mechanism to use strict update payload schema instead.
  3. Added numerous error codes for bad operation request responses.
  4. Added schema validation for update operation payload.
  5. Removed concept of 'operation number' in update operation payload.
  6. Added Secp256k1 key check to only allow compressed format.
  7. Standardized interface naming.

Bitcoin microservice

  1. anchorFileHash property renamed to anchorString in transaction objects returned in API.