Skip to content

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@isaacJChen isaacJChen released this 11 Feb 18:12
· 618 commits to master since this release
0cb46ad
v0.6.0 Protocol Breaking Persistent Store Breaking Configuration Change
Core service Yes Yes Yes
Bitcoin microservice Yes Yes Yes
IPFS microservice No No No

Core service

  1. Controller is now a property of the public key in DID doc
  2. Add support for recovery operation
  3. New long form implementation
  4. Duplicate public key id in one DID doc is now invalid
  5. Add one time password (OTP) scheme
  6. Move Operation/type from header into payload
  7. Add throughput limiter
  8. Add map file structure
  9. Bug fixes

Bitcoin service

  1. Now log method name every jrpc call
  2. Add proof of fee
  3. Integrate bitcoin service with bitcoin test net
  4. Bitcoin spending cap is now configurable
  5. Now always returns complete blocks
  6. WIP: support for bitcoin locking
  7. Bug fixes