Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Dash Platform Protocol v0.19.0

Compare
Choose a tag to compare
@shumkov shumkov released this 03 May 10:56
704cc26

Features

  • add data triggers for feature flags documents (#297, #302)
  • ChainLock Asset Lock proof (#296)
  • use verifyInstantLock instead of fetchSMLStore (#294)

BREAKING CHANGES

  • AssetLock class was removed.
  • InstantAssetLockProof requires transaction and outputIndex property.
  • IdentityCreateTransition schema changed. assetLock property renamed to assetLockProof and expect InstantAssetLockProof or ChainAssetLockProof. transaction and outputIndex properties are removed.
  • IdentityTopUpTransition schema changed. assetLock property renamed to assetLockProof and expect InstantAssetLockProof or ChainAssetLockProof. transaction and outputIndex properties are removed.