diff --git a/CHANGELOG.md b/CHANGELOG.md index 191e4d08c67..fb8489322d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,48 @@ +## [0.22.0-dev.1](https://github.com/dashevo/platform/compare/v0.21.6...v0.22.0-dev.1) (2021-12-21) + + +### ⚠ BREAKING CHANGES + +* add required `name` property to index definition (#74) +* add an ability to update data contract (#52) +* Identity public key now has two more fields, purpose and securityLevel, and keys without those fields won't be valid anymore + +### Features + +* add an ability to update data contract ([#52](https://github.com/dashevo/platform/issues/52)) +* add required `name` property to index definition ([#74](https://github.com/dashevo/platform/issues/74)) +* **dashmate:** json output for status commands ([#31](https://github.com/dashevo/platform/issues/31)) +* **dpp:** add `readOnly` flag to `IdentityPublicKey` ([#142](https://github.com/dashevo/platform/issues/142)) +* **drive:** network address in `ValidatorUpdate` ABCI ([#140](https://github.com/dashevo/platform/issues/140)) +* enable mainnet for dashmate ([#2](https://github.com/dashevo/platform/issues/2)) +* identity public key purpose and security levels ([#46](https://github.com/dashevo/platform/issues/46)) +* support Apple Silicone ([#143](https://github.com/dashevo/platform/issues/143)) +* **wallet-lib:** do not sync transactions if mnemonic is absent +* **wallet-lib:** dump wallet storage ([#8](https://github.com/dashevo/platform/issues/8)) + + +### Bug Fixes + +* **dashmate:** `cannot read properties of undefined (reading 'dpns')` on reset ([#47](https://github.com/dashevo/platform/issues/47)) + + +### Documentation + +* improved sidebar and usage in DAPI client ([#3](https://github.com/dashevo/platform/issues/3)) +* provide getTransactionHistory ([#5](https://github.com/dashevo/platform/issues/5)) + + +### Tests + +* **wallet-lib:** enable skipped test after the fix for grpc-js lib ([#71](https://github.com/dashevo/platform/issues/71)) + + +### Miscellaneous Chores + +* fix wrong version in a release PR title ([#82](https://github.com/dashevo/platform/issues/82)) +* missed merk darwin x64 pre-build binary ([#144](https://github.com/dashevo/platform/issues/144)) +* undefined "-w" argument in restart script ([#85](https://github.com/dashevo/platform/issues/85)) + ### [0.21.6](https://github.com/dashevo/platform/compare/v0.21.5...v0.21.6) (2021-12-13) diff --git a/package.json b/package.json index 94db02f9bba..b3ab570d2a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/platform", - "version": "0.21.6", + "version": "0.22.0-dev.1", "private": true, "scripts": { "setup": "yarn install && yarn run build && yarn run configure", diff --git a/packages/dapi-grpc/package.json b/packages/dapi-grpc/package.json index a1dcb77ac2d..033523d3003 100644 --- a/packages/dapi-grpc/package.json +++ b/packages/dapi-grpc/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dapi-grpc", - "version": "0.21.6", + "version": "0.22.0-dev.1", "description": "DAPI GRPC definition file and generated clients", "browser": "browser.js", "main": "node.js", diff --git a/packages/dapi/package.json b/packages/dapi/package.json index 97bb3d71f98..59cb2128c08 100644 --- a/packages/dapi/package.json +++ b/packages/dapi/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/dapi", "private": true, - "version": "0.21.6", + "version": "0.22.0-dev.1", "description": "A decentralized API for the Dash network", "scripts": { "api": "node scripts/api.js", diff --git a/packages/dashmate/package.json b/packages/dashmate/package.json index 0216e01cea2..bd2133cf4d4 100644 --- a/packages/dashmate/package.json +++ b/packages/dashmate/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/dashmate", "private": true, - "version": "0.21.6", + "version": "0.22.0-dev.1", "description": "Distribution package for Dash Masternode installation", "main": "src/index.js", "scripts": { diff --git a/packages/dashpay-contract/package.json b/packages/dashpay-contract/package.json index 86b9da96489..564576ddd46 100644 --- a/packages/dashpay-contract/package.json +++ b/packages/dashpay-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dashpay-contract", - "version": "0.21.6", + "version": "0.22.0-dev.1", "description": "Reference contract of the DashPay DPA on Dash Evolution", "scripts": { "lint": "eslint .", diff --git a/packages/dpns-contract/package.json b/packages/dpns-contract/package.json index 08ad39eaf91..0e4da9581b1 100644 --- a/packages/dpns-contract/package.json +++ b/packages/dpns-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dpns-contract", - "version": "0.21.6", + "version": "0.22.0-dev.1", "description": "A contract and helper scripts for DPNS DApp", "scripts": { "lint": "eslint .", diff --git a/packages/feature-flags-contract/package.json b/packages/feature-flags-contract/package.json index d82ed032fdf..5e8cdb66d00 100644 --- a/packages/feature-flags-contract/package.json +++ b/packages/feature-flags-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/feature-flags-contract", - "version": "0.21.6", + "version": "0.22.0-dev.1", "description": "Data Contract to store Dash Platform feature flags", "scripts": { "build": "", diff --git a/packages/js-dapi-client/package.json b/packages/js-dapi-client/package.json index 4fa5ae89952..9a82f1c39ee 100644 --- a/packages/js-dapi-client/package.json +++ b/packages/js-dapi-client/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dapi-client", - "version": "0.21.6", + "version": "0.22.0-dev.1", "description": "Client library used to access Dash DAPI endpoints", "main": "lib/DAPIClient.js", "contributors": [ diff --git a/packages/js-dash-sdk/package.json b/packages/js-dash-sdk/package.json index df65baff25d..bf633028f79 100644 --- a/packages/js-dash-sdk/package.json +++ b/packages/js-dash-sdk/package.json @@ -1,6 +1,6 @@ { "name": "dash", - "version": "3.21.6", + "version": "3.22.0-dev.1", "description": "Dash library for JavaScript/TypeScript ecosystem (Wallet, DAPI, Primitives, BLS, ...)", "main": "build/src/index.js", "unpkg": "dist/dash.min.js", diff --git a/packages/js-dpp/package.json b/packages/js-dpp/package.json index e1a6b6fa787..0ac5212924c 100644 --- a/packages/js-dpp/package.json +++ b/packages/js-dpp/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dpp", - "version": "0.21.6", + "version": "0.22.0-dev.1", "description": "The JavaScript implementation of the Dash Platform Protocol", "scripts": { "lint": "eslint .", diff --git a/packages/js-drive/package.json b/packages/js-drive/package.json index d1177a52013..649fdd38ca6 100644 --- a/packages/js-drive/package.json +++ b/packages/js-drive/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/drive", "private": true, - "version": "0.21.6", + "version": "0.22.0-dev.1", "description": "Replicated state machine for Dash Platform", "engines": { "node": ">=12" diff --git a/packages/js-grpc-common/package.json b/packages/js-grpc-common/package.json index 11b9ad94401..6adc4d692ac 100644 --- a/packages/js-grpc-common/package.json +++ b/packages/js-grpc-common/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/grpc-common", - "version": "0.21.6", + "version": "0.22.0-dev.1", "description": "Common GRPC library", "main": "index.js", "scripts": { diff --git a/packages/platform-test-suite/package.json b/packages/platform-test-suite/package.json index 7a5b66ac6b5..b28fe9e9f0a 100644 --- a/packages/platform-test-suite/package.json +++ b/packages/platform-test-suite/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/platform-test-suite", "private": true, - "version": "0.21.6", + "version": "0.22.0-dev.1", "description": "Dash Network end-to-end tests", "scripts": { "test": "mocha './test/**/*.spec.js'", diff --git a/packages/wallet-lib/package.json b/packages/wallet-lib/package.json index 4e6aa0ed3bc..707ad67d646 100644 --- a/packages/wallet-lib/package.json +++ b/packages/wallet-lib/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/wallet-lib", - "version": "7.21.6", + "version": "7.22.0-dev.1", "description": "Light wallet library for Dash", "main": "src/index.js", "unpkg": "dist/wallet-lib.min.js",