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

Releases: dashevo/js-dpp

Dash Platform Protocol v0.14.0

22 Jul 18:26
d6839e8
Compare
Choose a tag to compare

Bug Fixes

  • missing indexed string property constraint validation (#196)
  • error when the indexed field has an undefined value (#194)
  • conflicting schema ids in AJV cache (#187)

Features

  • add createdAt and updatedAt timestamps to Document (#192)
  • disable unsupported JSON Schema conditions (#193)

Documentation

  • readme standard updates (#189)

BREAKING CHANGES

  • Indexed strings should have maxLength constraint not greater than 1024 chars
  • JSON Schema conditions (allOf, if, ...) are not allowed in Document JSON Schema

Dash Platform Protocol v0.14.0-dev.4

17 Jul 12:57
df26ce9
Compare
Choose a tag to compare
Pre-release
chore: bump version to 0.14.0-dev.4 (#197)

Dash Platform Protocol v0.14.0-dev.3

13 Jul 12:54
caf1dcd
Compare
Choose a tag to compare
Pre-release
chore: bump version to 0.14.0-dev.3 (#195)

Dash Platform Protocol v0.14.0-dev.2

10 Jul 15:38
Compare
Choose a tag to compare
Pre-release
chore(release): bump version to 0.14.0-dev.2

Dash Platform Protocol v0.14.0-dev.1

10 Jul 12:29
667f5ed
Compare
Choose a tag to compare
Pre-release
feat: add `createdAt` and `updatedAt` timestamps to Document (#192)

Co-authored-by: Konstantin Shuplenkov <[email protected]>
Co-authored-by: Ivan Shumkov <[email protected]>

Dash Platform Protocol v0.13.1

15 Jun 18:11
Compare
Choose a tag to compare

Bug Fixes

  • conflicting schema ids in AJV cache (#187)

Dash Platform Protocol v0.13.0

08 Jun 18:35
Compare
Choose a tag to compare

Bug Fixes

  • document validation after validation the contract with the same id (#166)

Features

  • support documents from multiple contracts in Documents Batch Transition (#159)
  • add hash method to IdentityPublicKey (#170, #173)
  • StateRepository#fetchTransaction responses with verbose data (#169)
  • check asset lock transaction is confirmed (#168, #184)
  • identity topup state transition (#167, #178, #180)
  • validate first identity public key uniqueness (#175)

Code Refactoring

  • rename LockTransaction to AssetLockTransaction (#177)

BREAKING CHANGES

  • the first public key in Identity should be unique
  • expect StateRepository#fetchTransaction to respond with verbose transaction

Dash Platform Protocol v0.13.0-dev.8

31 May 16:17
Compare
Choose a tag to compare
Pre-release
chore(release): bump version to 0.13.0-dev.8

Dash Platform Protocol v0.13.0-dev.4

22 May 12:48
40643f9
Compare
Choose a tag to compare
Pre-release
chore: version bump to 0.13.0-dev.4 (#176)

Dash Platform Protocol v0.13.0-dev.3

19 May 17:45
f88e645
Compare
Choose a tag to compare
Pre-release
chore: update version to 0.13.0-dev.3 (#174)