From 6a283b0b83ec3f7231cd0955d5d216e052b04454 Mon Sep 17 00:00:00 2001 From: shuplenkov Date: Fri, 14 Apr 2023 18:20:39 +0300 Subject: [PATCH] chore(release): update changelog and version to 0.24.0-dev.18 --- CHANGELOG.md | 41 +++++++++++++++++++ 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, 61 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 715e3616234..0e393c22ec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,44 @@ +## [0.24.0-dev.18](https://github.com/dashpay/platform/compare/v0.24.0-dev.17...v0.24.0-dev.18) (2023-04-14) + + +### Features + +* **dashmate:** build linux tarballs ([#887](https://github.com/dashpay/platform/issues/887)) +* **dashmate:** build services before restart ([#894](https://github.com/dashpay/platform/issues/894)) +* **dashmate:** exit status with 2 if it's not running ([#896](https://github.com/dashpay/platform/issues/896)) +* **dashmate:** implement http json rpc api ([#888](https://github.com/dashpay/platform/issues/888)) +* **dashmate:** tenderdash latest block time in status ([#906](https://github.com/dashpay/platform/issues/906)) +* **dpp:** serialize consensus errors ([#871](https://github.com/dashpay/platform/issues/871)) +* drive verification c bindings ([#860](https://github.com/dashpay/platform/issues/860)) + + +### Bug Fixes + +* DAPI still expected on normal masternodes ([#904](https://github.com/dashpay/platform/issues/904)) +* **dapi-client:** platform port is ignored from SML ([#903](https://github.com/dashpay/platform/issues/903)) +* **dashmate:** api binds to all interfaces ([#893](https://github.com/dashpay/platform/issues/893)) +* **dashmate:** dashmate helper is running under root user ([#895](https://github.com/dashpay/platform/issues/895)) +* **dashmate:** dashmate logic doesn't recognize it's ran from helper ([#902](https://github.com/dashpay/platform/issues/902)) +* **dashmate:** missing rawblock zmq message in core config ([#770](https://github.com/dashpay/platform/issues/770)) +* **dashmate:** undefined wallet for dash-cli ([#786](https://github.com/dashpay/platform/issues/786)) +* **dpp:** various fixes in DPP and system contracts ([#907](https://github.com/dashpay/platform/issues/907)) +* **drive:** non-deterministic run of mn identities sync ([#910](https://github.com/dashpay/platform/issues/910)) +* **drive:** total HPMNs contains all masternodes ([#911](https://github.com/dashpay/platform/issues/911)) +* identifier deserialization doesn't work for bincode ([#885](https://github.com/dashpay/platform/issues/885)) +* llmqType must be equal to one of the allowed values ([#884](https://github.com/dashpay/platform/issues/884)) +* possible overflow issues ([#877](https://github.com/dashpay/platform/issues/877)) + + +### Miscellaneous Chores + +* **dashmate:** update production dashcore versions for mainnet and testnet ([#840](https://github.com/dashpay/platform/issues/840)) +* **sdk:** add eslint ([#829](https://github.com/dashpay/platform/issues/829)) + + +### Continuous Integration + +* sign MacOs Dashmate release ([#890](https://github.com/dashpay/platform/issues/890)) + ## [0.24.0-dev.17](https://github.com/dashpay/platform/compare/v0.24.0-dev.16...v0.24.0-dev.17) (2023-04-04) diff --git a/package.json b/package.json index 14394807c72..30af402b1de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/platform", - "version": "0.24.0-dev.17", + "version": "0.24.0-dev.18", "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 946086cacaf..59578f3ec25 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.17", + "version": "0.24.0-dev.18", "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 7410dda4a1b..46633b799fe 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.17", + "version": "0.24.0-dev.18", "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 19788940e5f..c49cf71894b 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.17", + "version": "0.24.0-dev.18", "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 bd1e930a67c..3776e647364 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.17", + "version": "0.24.0-dev.18", "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 17c8987db07..9dfdeadb72f 100644 --- a/packages/dashmate/package.json +++ b/packages/dashmate/package.json @@ -1,6 +1,6 @@ { "name": "dashmate", - "version": "0.24.0-dev.17", + "version": "0.24.0-dev.18", "description": "Distribution package for Dash node installation", "scripts": { "lint": "eslint .", diff --git a/packages/dashpay-contract/package.json b/packages/dashpay-contract/package.json index eb0d6f712a9..e23fc2f5110 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.17", + "version": "0.24.0-dev.18", "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 c0d2f79b968..0d9f8268955 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.17", + "version": "0.24.0-dev.18", "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 ea38f9ad1a8..194b8c2d359 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.17", + "version": "0.24.0-dev.18", "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 7338949d80d..29124a5e05f 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.17", + "version": "0.24.0-dev.18", "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 ef3ba451c93..f0568a0f2cb 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.17", + "version": "3.24.0-dev.18", "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 ab3285372b1..c732149cb1f 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.17", + "version": "0.24.0-dev.18", "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 576b8c27437..befb4485b45 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.17", + "version": "0.24.0-dev.18", "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 3a2e8646ed2..4d10063845e 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.17", + "version": "0.24.0-dev.18", "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 5038793e762..bf4477c777e 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.17", + "version": "0.24.0-dev.18", "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 35039a27973..bf54061cd3e 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.17", + "version": "0.24.0-dev.18", "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 d43d5a22f88..00bb51fb862 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.17", + "version": "0.24.0-dev.18", "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 b3dec403d46..5a5b746e8fd 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.17", + "version": "7.24.0-dev.18", "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 3d94f00fd43..3bace8993af 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.17", + "version": "0.24.0-dev.18", "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 db99137e814..eaafb3d7418 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.17", + "version": "0.24.0-dev.18", "description": "Data Contract to manipulate and track withdrawals", "scripts": { "build": "",