v0.9.0
Pre-release
Pre-release
v0.9.0 | Softfork | Persistent Store Breaking | Configuration Change |
---|---|---|---|
Core service | Yes | No | No |
Bitcoin microservice | Yes | No | Yes |
IPFS microservice | No | No | No |
Core service
- Add
type
to DIDs. - Added code to abort decompression once a limit is reached.
- Added error message for DID not found.
- Added more colored console logs.
- Other bug fixes.
Bitcoin service
- Improved initialization time by 10 times.
- Avoided unnecessary DB deletion upon start.
- Implement relative locking to avoid hard dependency on a specific unlock block number.
- Added code to handle database upgrade automatically with each new release.
- Simplified normalized fee calculation.
- Simplified bitcoin processor revert logic.
- Other bug fixes.
IPFS service
- Upgraded js-IPFS dependency to v0.46.0.