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

Commit

Permalink
chore(release): update changelog and bump version 0.17.0 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Dec 29, 2020
1 parent 0460b81 commit 7006077
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [0.17.0](https://github.com/dashevo/js-dpp/compare/v0.16.0...v0.17.0) (2020-12-29)


### Features

* dashpay data triggers ([#285](https://github.com/dashevo/js-dpp/issues/285))
* update dashcore-lib ([#271](https://github.com/dashevo/js-dpp/issues/271), [#283](https://github.com/dashevo/js-dpp/issues/283), [#287](https://github.com/dashevo/js-dpp/issues/287))
* fund identity with Asset Lock Proofs ([#276](https://github.com/dashevo/js-dpp/issues/276), [#277](https://github.com/dashevo/js-dpp/issues/277), [#280](https://github.com/dashevo/js-dpp/issues/280))
* limit publicKeys items to 32 ([#278](https://github.com/dashevo/js-dpp/issues/278))


### Bug Fixes

* fs not found error on deploy ([#273](https://github.com/dashevo/js-dpp/issues/273))


### BREAKING CHANGES

* Identity Create and Topup Transitions expect Asset Lock object instead of asset lock outpoint
* `identity.create` and `identity.createIdentityTopUpTransition` expect asset lock transaction, output, and proof instead of outpoint
* renamed `skipAssetLockConfirmationValidation` DPP option to `skipAssetLockProofSignatureVerification`
* identity allows only 32 public keys



# [0.16.0](https://github.com/dashevo/js-dpp/compare/v0.15.0...v0.16.0) (2020-10-26)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dpp",
"version": "0.17.0-dev.9",
"version": "0.17.0",
"description": "The JavaScript implementation of the Dash Platform Protocol",
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 7006077

Please sign in to comment.