Skip to content

v0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@thehenrytsai thehenrytsai released this 14 Dec 19:37
· 116 commits to master since this release
v0.11.0 Soft-Fork DB Change (Auto-Upgrade) Configuration Change
Core service Yes Yes Yes
Bitcoin microservice Yes Yes Yes

Core service

  1. SIP1 - Revamped file structure to improve support for light nodes in the future.
  2. SIP2 - Replaced Base64URL encoding with JCS (Json Canonicalization Scheme).
  3. Feature - Ability to turn on Observer and Batch Writer independently.
  4. Feature - Auto DB upgrade support.
  5. Feature - Relaxed CAS URL validation to allow IPFS v1 CID.
  6. Bug - Fixed deactivation operation.
  7. Bug - Fixed duplicate service ID being allowed.
  8. Various terminology and property renames.

Bitcoin service

  1. Feature - Ability to turn on/off value locking and bitcoin chain observing independently.
  2. Feature - New normalized-fee algorithm.

IPFS CAS Implementation

  1. Bug - Fixed incorrect IPFS pin API endpoint.