From d5f6c937cf9848a57e4ebf213edcac28449590fe Mon Sep 17 00:00:00 2001 From: Ivan Shumkov Date: Tue, 21 Mar 2023 01:50:03 +0800 Subject: [PATCH] chore(release): update changelog and version to 0.24.0-dev.14 --- CHANGELOG.md | 72 +++++++++++++++++++ package.json | 2 +- packages/bench-suite/package.json | 2 +- packages/dapi-grpc/package.json | 2 +- packages/dapi/package.json | 2 +- packages/dash-spv/package.json | 2 +- packages/dashmate/package.json | 2 +- packages/dashpay-contract/package.json | 2 +- packages/dpns-contract/package.json | 2 +- packages/feature-flags-contract/package.json | 2 +- packages/js-dapi-client/package.json | 2 +- packages/js-dash-sdk/package.json | 2 +- packages/js-dpp/package.json | 2 +- packages/js-drive/package.json | 2 +- packages/js-grpc-common/package.json | 2 +- .../package.json | 2 +- packages/platform-test-suite/package.json | 2 +- packages/rs-drive-nodejs/package.json | 2 +- packages/wallet-lib/package.json | 2 +- packages/wasm-dpp/package.json | 2 +- packages/withdrawals-contract/package.json | 2 +- 21 files changed, 92 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c2405a46a..f5f0de84e9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,75 @@ +## [0.24.0-dev.14](https://github.com/dashpay/platform/compare/v0.24.0-dev.13...v0.24.0-dev.14) (2023-03-20) + + +### ⚠ BREAKING CHANGES + +* core version 19.0-beta integration (#771) + +### Features + +* better Core 19 support ([#832](https://github.com/dashpay/platform/issues/832)) +* core version 19.0-beta integration ([#771](https://github.com/dashpay/platform/issues/771)) +* **dashmate:** register HPMN for local network ([#796](https://github.com/dashpay/platform/issues/796)) +* **dasmate:** pack release script ([#781](https://github.com/dashpay/platform/issues/781)) +* **dpp:** identity facade ([#782](https://github.com/dashpay/platform/issues/782)) +* **dpp:** integration tests for wasm-dpp document transitions ([#777](https://github.com/dashpay/platform/issues/777)) +* **dpp:** wasm bindings for Documents related validations ([#709](https://github.com/dashpay/platform/issues/709)) +* **dpp:** wasm-dpp: integration tests for document ([#762](https://github.com/dashpay/platform/issues/762)) +* Identity v2 ([#705](https://github.com/dashpay/platform/issues/705)) +* platform value abstraction ([#805](https://github.com/dashpay/platform/issues/805)) +* proposer signaling of protocol version upgrade and fork activation ([#778](https://github.com/dashpay/platform/issues/778)) +* register system data contracts in RS Drive ([#776](https://github.com/dashpay/platform/issues/776)) +* **rs-dpp:** dashpay datatrigger toUserIds better validation ([#799](https://github.com/dashpay/platform/issues/799)) +* **rs-dpp:** backport of index_definitions.unique validation ([#802](https://github.com/dashpay/platform/issues/802)) +* **rs-dpp:** backports of identity/stateTransition from js-dpp ([#800](https://github.com/dashpay/platform/issues/800)) +* **rs-dpp:** introduce `StateTransitionFactory` ([#810](https://github.com/dashpay/platform/issues/810)) +* **rs-dpp:** validate indices are backwards compatible backport ([#797](https://github.com/dashpay/platform/issues/797)) +* **rs-drive:** verification feature ([#803](https://github.com/dashpay/platform/issues/803)) +* **wasm dpp:** validate state transition key signature ([#806](https://github.com/dashpay/platform/issues/806)) +* **wasm-dpp:** wasm bindings for Document Transitions ([#707](https://github.com/dashpay/platform/issues/707)) +* **wasm-dpp:** async state repository ([#766](https://github.com/dashpay/platform/issues/766)) +* **wasm-dpp:** data contract facade ([#716](https://github.com/dashpay/platform/issues/716)) +* **wasm-dpp:** Fix metadata, metadata tests and backport v23 matedata changes into wasm-dpp ([#819](https://github.com/dashpay/platform/issues/819)) +* **wasm-dpp:** implement identity update transition ([#748](https://github.com/dashpay/platform/issues/748)) +* **wasm-dpp:** integration tests validate data contract update transition ([#812](https://github.com/dashpay/platform/issues/812)) +* **wasm-dpp:** protocol version validator tests ([#823](https://github.com/dashpay/platform/issues/823)) +* **wasm-dpp:** remove unused documents factory tests ([#828](https://github.com/dashpay/platform/issues/828)) +* **wasm-dpp:** state transition facade ([#814](https://github.com/dashpay/platform/issues/814)) +* withdrawals status sync ([#679](https://github.com/dashpay/platform/issues/679)) + + +### Bug Fixes + +* **ci:** fix release workflow syntax error ([#808](https://github.com/dashpay/platform/issues/808)) +* **dashmate:** make dashmate helper run commands as host user ([#765](https://github.com/dashpay/platform/issues/765)) +* **dashmate:** visual fixes for dashmate status ([#787](https://github.com/dashpay/platform/issues/787)) +* **dpp:** update jsonschema-rs and enable tests ([#780](https://github.com/dashpay/platform/issues/780)) +* **rs-dpp:** fetch latest core chain locked height misuse ([#789](https://github.com/dashpay/platform/issues/789)) +* update webpack to resolve npm audit error ([#822](https://github.com/dashpay/platform/issues/822)) +* **wasm-dpp:** Identifier and its tests ([#821](https://github.com/dashpay/platform/issues/821)) + + +### Code Refactoring + +* remove various Clippy warnings ([#793](https://github.com/dashpay/platform/issues/793)) +* **rs-dpp:** bring error type to one format ([#804](https://github.com/dashpay/platform/issues/804)) + + +### Build System + +* add missing deps ([#824](https://github.com/dashpay/platform/issues/824)) + + +### Documentation + +* supported Node.JS version and dashmate command description ([#825](https://github.com/dashpay/platform/issues/825)) + + +### Miscellaneous Chores + +* **drive:** temporary disable unstable withdrawal logic ([#831](https://github.com/dashpay/platform/issues/831)) +* **sdk:** add eslint ([#827](https://github.com/dashpay/platform/issues/827)) + ## [0.24.0-dev.13](https://github.com/dashpay/platform/compare/v0.24.0-dev.12...v0.24.0-dev.13) (2023-01-30) diff --git a/package.json b/package.json index 877a70ed8a4..28ddeb59a70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/platform", - "version": "0.24.0-dev.13", + "version": "0.24.0-dev.14", "private": true, "scripts": { "setup": "yarn install && yarn run build && yarn run configure", diff --git a/packages/bench-suite/package.json b/packages/bench-suite/package.json index 46f5bbcd99a..9f4ba9f5286 100644 --- a/packages/bench-suite/package.json +++ b/packages/bench-suite/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/bench-suite", "private": true, - "version": "0.24.0-dev.13", + "version": "0.24.0-dev.14", "description": "Dash Platform benchmark tool", "scripts": { "bench": "node ./bin/bench.js", diff --git a/packages/dapi-grpc/package.json b/packages/dapi-grpc/package.json index f191a537e9b..16d16a0ff9c 100644 --- a/packages/dapi-grpc/package.json +++ b/packages/dapi-grpc/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dapi-grpc", - "version": "0.24.0-dev.13", + "version": "0.24.0-dev.14", "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 eabae4c94ea..81aef5b2ee7 100644 --- a/packages/dapi/package.json +++ b/packages/dapi/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/dapi", "private": true, - "version": "0.24.0-dev.13", + "version": "0.24.0-dev.14", "description": "A decentralized API for the Dash network", "scripts": { "api": "node scripts/api.js", diff --git a/packages/dash-spv/package.json b/packages/dash-spv/package.json index 53fceeee1c0..168b266757f 100644 --- a/packages/dash-spv/package.json +++ b/packages/dash-spv/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dash-spv", - "version": "0.24.0-dev.13", + "version": "0.24.0-dev.14", "description": "Repository containing SPV functions used by @dashevo", "main": "index.js", "scripts": { diff --git a/packages/dashmate/package.json b/packages/dashmate/package.json index 9ff62dfa027..bfd71fa2743 100644 --- a/packages/dashmate/package.json +++ b/packages/dashmate/package.json @@ -1,6 +1,6 @@ { "name": "dashmate", - "version": "0.24.0-dev.13", + "version": "0.24.0-dev.14", "description": "Distribution package for Dash Masternode installation", "scripts": { "lint": "eslint .", diff --git a/packages/dashpay-contract/package.json b/packages/dashpay-contract/package.json index 40ce1a792e2..e970d73f616 100644 --- a/packages/dashpay-contract/package.json +++ b/packages/dashpay-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dashpay-contract", - "version": "0.24.0-dev.13", + "version": "0.24.0-dev.14", "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 54581ad07b4..969f69247a8 100644 --- a/packages/dpns-contract/package.json +++ b/packages/dpns-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dpns-contract", - "version": "0.24.0-dev.13", + "version": "0.24.0-dev.14", "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 1789a3eba8b..20e891ce019 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.24.0-dev.13", + "version": "0.24.0-dev.14", "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 db4a4ed91aa..2ba763349a4 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.24.0-dev.13", + "version": "0.24.0-dev.14", "description": "Client library used to access Dash DAPI endpoints", "main": "lib/index.js", "contributors": [ diff --git a/packages/js-dash-sdk/package.json b/packages/js-dash-sdk/package.json index 1af03451ced..dbbaa5ca708 100644 --- a/packages/js-dash-sdk/package.json +++ b/packages/js-dash-sdk/package.json @@ -1,6 +1,6 @@ { "name": "dash", - "version": "3.24.0-dev.13", + "version": "3.24.0-dev.14", "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 f07477ef917..602eefa30e5 100644 --- a/packages/js-dpp/package.json +++ b/packages/js-dpp/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dpp", - "version": "0.24.0-dev.13", + "version": "0.24.0-dev.14", "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 e07fcf6ab93..757a591e248 100644 --- a/packages/js-drive/package.json +++ b/packages/js-drive/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/drive", "private": true, - "version": "0.24.0-dev.13", + "version": "0.24.0-dev.14", "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 6687c6b31f7..7c9e15c882d 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.24.0-dev.13", + "version": "0.24.0-dev.14", "description": "Common GRPC library", "main": "index.js", "scripts": { diff --git a/packages/masternode-reward-shares-contract/package.json b/packages/masternode-reward-shares-contract/package.json index 8644c978eba..395555a33ac 100644 --- a/packages/masternode-reward-shares-contract/package.json +++ b/packages/masternode-reward-shares-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/masternode-reward-shares-contract", - "version": "0.24.0-dev.13", + "version": "0.24.0-dev.14", "description": "A contract and helper scripts for reward sharing", "scripts": { "lint": "eslint .", diff --git a/packages/platform-test-suite/package.json b/packages/platform-test-suite/package.json index 0a349af1d7a..a0f51fde489 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.24.0-dev.13", + "version": "0.24.0-dev.14", "description": "Dash Network end-to-end tests", "scripts": { "test": "yarn exec bin/test.sh", diff --git a/packages/rs-drive-nodejs/package.json b/packages/rs-drive-nodejs/package.json index 7442ac845bd..f1d61c890a3 100644 --- a/packages/rs-drive-nodejs/package.json +++ b/packages/rs-drive-nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/rs-drive", - "version": "0.24.0-dev.13", + "version": "0.24.0-dev.14", "description": "Node.JS binding for Rust Drive", "main": "Drive.js", "scripts": { diff --git a/packages/wallet-lib/package.json b/packages/wallet-lib/package.json index a0fc2d2c40b..d1c07d2e3ab 100644 --- a/packages/wallet-lib/package.json +++ b/packages/wallet-lib/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/wallet-lib", - "version": "7.24.0-dev.13", + "version": "7.24.0-dev.14", "description": "Light wallet library for Dash", "main": "src/index.js", "unpkg": "dist/wallet-lib.min.js", diff --git a/packages/wasm-dpp/package.json b/packages/wasm-dpp/package.json index 557d1512c69..c781339734b 100644 --- a/packages/wasm-dpp/package.json +++ b/packages/wasm-dpp/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/wasm-dpp", - "version": "0.24.0-dev.13", + "version": "0.24.0-dev.14", "description": "The JavaScript implementation of the Dash Platform Protocol", "main": "dist/index.js", "types": "dist/lib/index.d.ts", diff --git a/packages/withdrawals-contract/package.json b/packages/withdrawals-contract/package.json index ee448fa3df8..5a0f1584305 100644 --- a/packages/withdrawals-contract/package.json +++ b/packages/withdrawals-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/withdrawals-contract", - "version": "0.24.0-dev.13", + "version": "0.24.0-dev.14", "description": "Data Contract to manipulate and track withdrawals", "scripts": { "build": "",