This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
Releases: dashevo/js-dpp
Releases · dashevo/js-dpp
Dash Platform Protocol v0.14.0
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
andupdatedAt
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
chore: bump version to 0.14.0-dev.4 (#197)
Dash Platform Protocol v0.14.0-dev.3
chore: bump version to 0.14.0-dev.3 (#195)
Dash Platform Protocol v0.14.0-dev.2
chore(release): bump version to 0.14.0-dev.2
Dash Platform Protocol v0.14.0-dev.1
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
Bug Fixes
- conflicting schema ids in AJV cache (#187)
Dash Platform Protocol v0.13.0
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 toIdentityPublicKey
(#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
toAssetLockTransaction
(#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
chore(release): bump version to 0.13.0-dev.8
Dash Platform Protocol v0.13.0-dev.4
chore: version bump to 0.13.0-dev.4 (#176)
Dash Platform Protocol v0.13.0-dev.3
chore: update version to 0.13.0-dev.3 (#174)