Skip to content

Dash Platform v0.22.0-dev.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@shumkov shumkov released this 07 Jan 11:50

⚠ BREAKING CHANGES

  • dpp: $id can't be used in secondary indices
  • dpp: Indexed properties now require size constraints
  • allow using non-unique Identity public keys (#168)
  • dashmate: platform.drive.abci.docker.build.path' and 'platform.dapi.api.docker.build.path' are removed in favor of platform.sourcePath'

Features

  • allow adding non-unique indices for newly defined properties (#83)
  • allow using non-unique Identity public keys (#168)
  • dashmate: build DAPI and Drive from monorepo path (#145)
  • distribute dashmate with NPM (#148)
  • dpp: $id can't be used in secondary indices (#178)
  • dpp: size constraints for indexed properties (#179)
  • masternode reward shares contract (#160)

Bug Fixes

  • downgrade dash-core image to v0.17 (#171)

Documentation

  • minor Readme fixes (#163)

Miscellaneous Chores

  • drive: send initial core chain locked height on init chain (#180)
  • update to use current @oclif/core (#154)