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.21.0
Features
- introduce consensus error codes (#341, #342)
- split validation logic into basic, signature, fee and state (#331)
- protocol versioning updates (#325, #326, #329, #330, #336, #337, #344, #346, #349, #351)
- removed verify SML flag triggers (#324)
Bug Fixes
- building indices on arrays using
prefixItems
(#343)
BREAKING CHANGES
stateTransition.validateStructure
renamed tostateTransition.validateBasic
and doesn't perfom signature validationstateTransition.validateData
renamed tostateTransition.validateState
- validation errors are changed
- removed old data triggers
- old serialized data is not compatible
Dash Platform Protocol v0.21.0-dev.8
chore: bump version to 0.21.0-dev.8 (#355)
Dash Platform Protocol v0.21.0-dev.7
chore: bump version (#353)
Dash Platform Protocol v0.21.0-dev.6
chore: bump version to 0.21.0-dev.6 (#350)
Dash Platform Protocol v0.21.0-dev.5
chore: bump version to 0.21.0-dev.5 (#348)
Dash Platform Protocol v0.21.0-dev.4
build: downgrade webpack-cli to 3
Dash Platform Protocol v0.21.0-dev.3
chore: bump version to 0.21.0-dev.3 (#340)
Dash Platform Protocol v0.21.0-dev.2
chore: bump version to 0.21.0-dev.2 (#338)
Dash Platform Protocol v0.21.0-dev.1
chore: bump version to 0.21.0-dev.1 (#334)
Dash Platform Protocol v0.20.1
Features
- remove verify SML flag triggers (#324)