Skip to content

Dash Platform v1.0.0-dev.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@shumkov shumkov released this 29 Apr 09:27
· 163 commits to v1.0-dev since this release
6de96cd

⚠ BREAKING CHANGES

  • Removed getIdentities and getIdentitiesByPublicKeyHashes endpoints in favor of getIdentitiesContractKeys (#1766)
  • platform: basic nft support (#1829)
  • dapi: getStatus is removed in favor of getMasternodeStatus and getBlockchainStatus (#1812)
  • platform: documents serialization format is changed that makes previously created block chain data invalid (#1826)

Features

  • dapi: split getStatus into two endpoints (#1812)
  • drive-abci: configure dir to store rejected txs (#1823)
  • getIdentitiesContractKeys endpoint (#1766)
  • platform: ability to transfer documents (#1826)
  • platform: basic nft support (#1829)
  • sdk: add query for data contract history (#1787)
  • wallet-lib: optional sync of the account (#1830)

Bug Fixes

  • add tls-webpki-roots to support tls on mobile (Android, iOS) (#1828)

Miscellaneous Chores

  • dapi: update autogenerated clients (#1827)
  • dashmate: limit concurrent state transition checks (#1824)