Dash Platform v1.0.0-dev.16
Pre-release
Pre-release
⚠ BREAKING CHANGES
- drive: verify instant lock signatures with Drive (#1875)
- dapi: replace
getMnListDiff
with a streaming endpoint (#1859) - dapi: disable unnecessary for v1 endpoints (#1857)
- sdk: dapi-grpc generated files overwritten on conflicting features (#1854)
Features
- dapi: introduce
getBestBlockHeight
endpoint (#1863) - dpp: random documents based on JSON schema (#1710)
- make data contract factory and json schema validator public
Bug Fixes
- dashmate: background SSL renewal stuck on error (#1897)
- dashmate: failed to read docker data on update (#1903)
- sdk: dapi-grpc generated files overwritten on conflicting features (#1854)
- sdk: invalid error returned when identity create fails (#1856)
- security vulnerabilities in NPM deps (#1860)
- validator field didn't need to be public for JsonSchemaValidator
Performance Improvements
- dapi: cache
getBestBlockHash
endpoint (#1867) - dapi: cache
getBlockchainStatus
endpoint (#1866) - dapi: get many transactions at once (#1858)
- dapi: replace
getMnListDiff
with a streaming endpoint (#1859) - dapi: use cached core height in streaming endpoints (#1865)
- drive: verify instant lock signatures with Drive (#1875)
Miscellaneous Chores
- dapi: disable unnecessary for v1 endpoints (#1857)
- mute NPM audit warnings (#1879)
- update Karma to recent version (#1901)
- update websocket client (#1895)