v0.6.0
Pre-release
Pre-release
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
- Controller is now a property of the public key in DID doc
- Add support for recovery operation
- New long form implementation
- Duplicate public key id in one DID doc is now invalid
- Add one time password (OTP) scheme
- Move Operation/type from header into payload
- Add throughput limiter
- Add map file structure
- Bug fixes
Bitcoin service
- Now log method name every jrpc call
- Add proof of fee
- Integrate bitcoin service with bitcoin test net
- Bitcoin spending cap is now configurable
- Now always returns complete blocks
- WIP: support for bitcoin locking
- Bug fixes