From 238706e31fea22abbd30afa2f0606286bfb4d29e Mon Sep 17 00:00:00 2001 From: ivanshumkov Date: Fri, 29 Nov 2024 14:50:15 +0700 Subject: [PATCH 1/3] chore(release): update changelog and version to 1.6.0 --- CHANGELOG.md | 92 +++++++++++++++++++ Cargo.lock | 52 +++++------ package.json | 2 +- packages/bench-suite/package.json | 2 +- packages/check-features/Cargo.toml | 2 +- packages/dapi-grpc/Cargo.toml | 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/Cargo.toml | 2 +- packages/dashpay-contract/package.json | 2 +- packages/data-contracts/Cargo.toml | 2 +- packages/dpns-contract/Cargo.toml | 2 +- packages/dpns-contract/package.json | 2 +- packages/feature-flags-contract/Cargo.toml | 2 +- packages/feature-flags-contract/package.json | 2 +- packages/js-dapi-client/package.json | 2 +- packages/js-dash-sdk/package.json | 2 +- packages/js-grpc-common/package.json | 2 +- .../Cargo.toml | 2 +- .../package.json | 2 +- packages/platform-test-suite/package.json | 2 +- packages/rs-dapi-client/Cargo.toml | 2 +- packages/rs-dapi-grpc-macros/Cargo.toml | 2 +- packages/rs-dpp/Cargo.toml | 2 +- packages/rs-drive-abci/Cargo.toml | 2 +- packages/rs-drive-proof-verifier/Cargo.toml | 2 +- packages/rs-drive/Cargo.toml | 2 +- .../Cargo.toml | 2 +- .../Cargo.toml | 2 +- packages/rs-platform-serialization/Cargo.toml | 2 +- .../rs-platform-value-convertible/Cargo.toml | 2 +- packages/rs-platform-value/Cargo.toml | 2 +- packages/rs-platform-version/Cargo.toml | 2 +- packages/rs-platform-versioning/Cargo.toml | 2 +- packages/rs-sdk/Cargo.toml | 2 +- packages/simple-signer/Cargo.toml | 2 +- packages/strategy-tests/Cargo.toml | 2 +- packages/wallet-lib/package.json | 2 +- packages/wallet-utils-contract/Cargo.toml | 2 +- packages/wallet-utils-contract/package.json | 2 +- packages/wasm-dpp/Cargo.toml | 2 +- packages/wasm-dpp/package.json | 2 +- packages/withdrawals-contract/Cargo.toml | 2 +- packages/withdrawals-contract/package.json | 2 +- 46 files changed, 162 insertions(+), 70 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d9923c326..4f227be1037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,95 @@ +## [1.6.0](https://github.com/dashpay/platform/compare/v1.6.0-dev.2...v1.6.0) (2024-11-29) + + +### Continuous Integration + +* docker image always released as -dev ([#2358](https://github.com/dashpay/platform/issues/2358)) + +## [1.6.0-dev.2](https://github.com/dashpay/platform/compare/v1.6.0-dev.1...v1.6.0-dev.2) (2024-11-27) + + +### ⚠ BREAKING CHANGES + +* **sdk:** retry broadcast operations (#2337) + +### Features + +* **sdk:** retry broadcast operations ([#2337](https://github.com/dashpay/platform/issues/2337)) + + +### Continuous Integration + +* change s3 cache provider to optimize costs ([#2344](https://github.com/dashpay/platform/issues/2344)) + + +### Miscellaneous Chores + +* **release:** update changelog and bump version to 1.6.0-dev.2 ([#2356](https://github.com/dashpay/platform/issues/2356)) + +## [1.6.0-dev.1](https://github.com/dashpay/platform/compare/v1.5.1...v1.6.0-dev.1) (2024-11-25) + + +### Features + +* hardcoded identity transfers in strategy tests ([#2322](https://github.com/dashpay/platform/issues/2322)) +* integrate wallet contract ([#2345](https://github.com/dashpay/platform/issues/2345)) +* **sdk:** fetch many and return metadata and proof to client ([#2331](https://github.com/dashpay/platform/issues/2331)) +* **sdk:** including grovedb proof bytes when error in proof verification ([#2332](https://github.com/dashpay/platform/issues/2332)) + + +### Bug Fixes + +* **dashmate:** container name is already in use ([#2341](https://github.com/dashpay/platform/issues/2341)) +* **dashmate:** failing doctor with drive metrics enabled ([#2348](https://github.com/dashpay/platform/issues/2348)) +* **dashmate:** various ZeroSSL cert verification errors ([#2339](https://github.com/dashpay/platform/issues/2339)) +* document query start after ([#2347](https://github.com/dashpay/platform/issues/2347)) +* **drive:** apply batch is not using transaction in `remove_all_votes_given_by_identities` ([#2309](https://github.com/dashpay/platform/issues/2309)) +* **drive:** nonce already present in past internal error ([#2343](https://github.com/dashpay/platform/issues/2343)) +* **drive:** uncommitted state if db transaction fails ([#2305](https://github.com/dashpay/platform/issues/2305)) +* incorrect dashd tag +* mn_rr activated before we have quorums +* platform status +* wrong migration version + + +### Build System + +* adjust docker build context ([#2336](https://github.com/dashpay/platform/issues/2336)) +* use cargo binstall to speed up builds ([#2321](https://github.com/dashpay/platform/issues/2321)) + + +### Code Refactoring + +* remove unused import +* remove unused import + + +### Continuous Integration + +* do not run test on push ([#2308](https://github.com/dashpay/platform/issues/2308)) +* improve caching ([#2329](https://github.com/dashpay/platform/issues/2329)) +* prebuilt librocksdb in docker image ([#2318](https://github.com/dashpay/platform/issues/2318)) +* run devcontainers workflow only on push to master ([#2295](https://github.com/dashpay/platform/issues/2295)) +* switch release workflow to github runners ([#2346](https://github.com/dashpay/platform/issues/2346)) +* switch to free runners ([#2319](https://github.com/dashpay/platform/issues/2319)) +* use prebuilt librocksdb in github actions ([#2316](https://github.com/dashpay/platform/issues/2316)) + + +### Miscellaneous Chores + +* **dashmate:** update Core to 21.2 nightly +* make protocol version 6 ([#2327](https://github.com/dashpay/platform/issues/2327)) +* make sure we activated mn_rr +* **release:** update changelog and bump version to 1.6.0-dev.1 ([#2350](https://github.com/dashpay/platform/issues/2350)) +* remove `deprecatedrpc=hpmn` +* remove unnecessary migration +* **sdk:** expose proof verifier errors ([#2333](https://github.com/dashpay/platform/issues/2333)) +* **sdk:** vote poll queries encoding ([#2334](https://github.com/dashpay/platform/issues/2334)) +* switch core to 22 rc1 +* update core image +* update Core only for testnet/local/devnet +* update the image to recent nightly + ## [1.6.0-dev.2](https://github.com/dashpay/platform/compare/v1.6.0-dev.1...v1.6.0-dev.2) (2024-11-27) diff --git a/Cargo.lock b/Cargo.lock index d558f6deba4..d0ac2da6fc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,7 +668,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "check-features" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "toml", ] @@ -1047,7 +1047,7 @@ dependencies = [ [[package]] name = "dapi-grpc" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "dapi-grpc-macros", "futures-core", @@ -1063,7 +1063,7 @@ dependencies = [ [[package]] name = "dapi-grpc-macros" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "dapi-grpc", "heck", @@ -1108,7 +1108,7 @@ dependencies = [ [[package]] name = "dash-sdk" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "arc-swap", "async-trait", @@ -1214,7 +1214,7 @@ dependencies = [ [[package]] name = "dashpay-contract" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "platform-value", "platform-version", @@ -1224,7 +1224,7 @@ dependencies = [ [[package]] name = "data-contracts" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "dashpay-contract", "dpns-contract", @@ -1356,7 +1356,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "dpns-contract" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "platform-value", "platform-version", @@ -1366,7 +1366,7 @@ dependencies = [ [[package]] name = "dpp" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "anyhow", "assert_matches", @@ -1416,7 +1416,7 @@ dependencies = [ [[package]] name = "drive" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "arc-swap", "assert_matches", @@ -1457,7 +1457,7 @@ dependencies = [ [[package]] name = "drive-abci" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "arc-swap", "assert_matches", @@ -1511,7 +1511,7 @@ dependencies = [ [[package]] name = "drive-proof-verifier" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "bincode", "dapi-grpc", @@ -1733,7 +1733,7 @@ checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" [[package]] name = "feature-flags-contract" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "platform-value", "platform-version", @@ -2730,7 +2730,7 @@ dependencies = [ [[package]] name = "json-schema-compatibility-validator" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "assert_matches", "json-patch", @@ -2894,7 +2894,7 @@ dependencies = [ [[package]] name = "masternode-reward-shares-contract" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "platform-value", "platform-version", @@ -3465,7 +3465,7 @@ checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" [[package]] name = "platform-serialization" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "bincode", "platform-version", @@ -3473,7 +3473,7 @@ dependencies = [ [[package]] name = "platform-serialization-derive" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "proc-macro2", "quote", @@ -3483,7 +3483,7 @@ dependencies = [ [[package]] name = "platform-value" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "base64 0.22.1", "bincode", @@ -3504,7 +3504,7 @@ dependencies = [ [[package]] name = "platform-value-convertible" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "quote", "syn 2.0.89", @@ -3512,7 +3512,7 @@ dependencies = [ [[package]] name = "platform-version" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "bincode", "grovedb-version", @@ -3523,7 +3523,7 @@ dependencies = [ [[package]] name = "platform-versioning" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "proc-macro2", "quote", @@ -3986,7 +3986,7 @@ dependencies = [ [[package]] name = "rs-dapi-client" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "backon", "chrono", @@ -4453,7 +4453,7 @@ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" [[package]] name = "simple-signer" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "base64 0.22.1", "bincode", @@ -4525,7 +4525,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "strategy-tests" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "bincode", "dpp", @@ -5370,7 +5370,7 @@ dependencies = [ [[package]] name = "wallet-utils-contract" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "platform-value", "platform-version", @@ -5461,7 +5461,7 @@ checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" [[package]] name = "wasm-dpp" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "anyhow", "async-trait", @@ -5763,7 +5763,7 @@ dependencies = [ [[package]] name = "withdrawals-contract" -version = "1.6.0-dev.2" +version = "1.6.0" dependencies = [ "num_enum 0.5.11", "platform-value", diff --git a/package.json b/package.json index 8532a87f0a9..d31e75f7f10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/platform", - "version": "1.6.0-dev.2", + "version": "1.6.0", "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 885d2044474..525806e2a4d 100644 --- a/packages/bench-suite/package.json +++ b/packages/bench-suite/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/bench-suite", "private": true, - "version": "1.6.0-dev.2", + "version": "1.6.0", "description": "Dash Platform benchmark tool", "scripts": { "bench": "node ./bin/bench.js", diff --git a/packages/check-features/Cargo.toml b/packages/check-features/Cargo.toml index c9747831ab5..a23bd98658e 100644 --- a/packages/check-features/Cargo.toml +++ b/packages/check-features/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "check-features" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/packages/dapi-grpc/Cargo.toml b/packages/dapi-grpc/Cargo.toml index b428d56c342..8ddc3513ba0 100644 --- a/packages/dapi-grpc/Cargo.toml +++ b/packages/dapi-grpc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dapi-grpc" description = "GRPC client for Dash Platform" -version = "1.6.0-dev.2" +version = "1.6.0" authors = [ "Samuel Westrich ", "Igor Markin ", diff --git a/packages/dapi-grpc/package.json b/packages/dapi-grpc/package.json index 95c264cfa50..4097f4b3ff0 100644 --- a/packages/dapi-grpc/package.json +++ b/packages/dapi-grpc/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dapi-grpc", - "version": "1.6.0-dev.2", + "version": "1.6.0", "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 370f00e2b23..cf844343de8 100644 --- a/packages/dapi/package.json +++ b/packages/dapi/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/dapi", "private": true, - "version": "1.6.0-dev.2", + "version": "1.6.0", "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 75dabe46857..5f22fcfbc8e 100644 --- a/packages/dash-spv/package.json +++ b/packages/dash-spv/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dash-spv", - "version": "2.6.0-dev.2", + "version": "2.6.0", "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 50109d84b2e..e4ef9ca64d1 100644 --- a/packages/dashmate/package.json +++ b/packages/dashmate/package.json @@ -1,6 +1,6 @@ { "name": "dashmate", - "version": "1.6.0-dev.2", + "version": "1.6.0", "description": "Distribution package for Dash node installation", "scripts": { "lint": "eslint .", diff --git a/packages/dashpay-contract/Cargo.toml b/packages/dashpay-contract/Cargo.toml index 83fd454e726..6c390b7e61c 100644 --- a/packages/dashpay-contract/Cargo.toml +++ b/packages/dashpay-contract/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dashpay-contract" description = "DashPay data contract schema and tools" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/dashpay-contract/package.json b/packages/dashpay-contract/package.json index aa3e0fb3e6b..4a372bdee26 100644 --- a/packages/dashpay-contract/package.json +++ b/packages/dashpay-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dashpay-contract", - "version": "1.6.0-dev.2", + "version": "1.6.0", "description": "Reference contract of the DashPay DPA on Dash Evolution", "scripts": { "lint": "eslint .", diff --git a/packages/data-contracts/Cargo.toml b/packages/data-contracts/Cargo.toml index fe99d0865e8..58aca054c58 100644 --- a/packages/data-contracts/Cargo.toml +++ b/packages/data-contracts/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "data-contracts" description = "Dash Platform system data contracts" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/dpns-contract/Cargo.toml b/packages/dpns-contract/Cargo.toml index 91d8dd8ff9e..f85ad8e2d42 100644 --- a/packages/dpns-contract/Cargo.toml +++ b/packages/dpns-contract/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dpns-contract" description = "DPNS data contract schema and tools" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/dpns-contract/package.json b/packages/dpns-contract/package.json index fc13d7ea990..96010e89c8b 100644 --- a/packages/dpns-contract/package.json +++ b/packages/dpns-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dpns-contract", - "version": "1.6.0-dev.2", + "version": "1.6.0", "description": "A contract and helper scripts for DPNS DApp", "scripts": { "lint": "eslint .", diff --git a/packages/feature-flags-contract/Cargo.toml b/packages/feature-flags-contract/Cargo.toml index 8d29b0af4bb..c463773e6cf 100644 --- a/packages/feature-flags-contract/Cargo.toml +++ b/packages/feature-flags-contract/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "feature-flags-contract" description = "Feature flags data contract schema and tools" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/feature-flags-contract/package.json b/packages/feature-flags-contract/package.json index c9e135190df..1a727cb8ae5 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": "1.6.0-dev.2", + "version": "1.6.0", "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 316323ea15e..1f008779d08 100644 --- a/packages/js-dapi-client/package.json +++ b/packages/js-dapi-client/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dapi-client", - "version": "1.6.0-dev.2", + "version": "1.6.0", "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 52e4722ce35..88ee182e566 100644 --- a/packages/js-dash-sdk/package.json +++ b/packages/js-dash-sdk/package.json @@ -1,6 +1,6 @@ { "name": "dash", - "version": "4.6.0-dev.2", + "version": "4.6.0", "description": "Dash library for JavaScript/TypeScript ecosystem (Wallet, DAPI, Primitives, BLS, ...)", "main": "build/index.js", "unpkg": "dist/dash.min.js", diff --git a/packages/js-grpc-common/package.json b/packages/js-grpc-common/package.json index 91fbbef547d..544ea560db7 100644 --- a/packages/js-grpc-common/package.json +++ b/packages/js-grpc-common/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/grpc-common", - "version": "1.6.0-dev.2", + "version": "1.6.0", "description": "Common GRPC library", "main": "index.js", "scripts": { diff --git a/packages/masternode-reward-shares-contract/Cargo.toml b/packages/masternode-reward-shares-contract/Cargo.toml index 1ff54ab9c1a..45fa85f2e57 100644 --- a/packages/masternode-reward-shares-contract/Cargo.toml +++ b/packages/masternode-reward-shares-contract/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "masternode-reward-shares-contract" description = "Masternode reward shares data contract schema and tools" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/masternode-reward-shares-contract/package.json b/packages/masternode-reward-shares-contract/package.json index 86b72d4e3f3..da0e6e96853 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": "1.6.0-dev.2", + "version": "1.6.0", "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 e0e529722df..b554595863c 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": "1.6.0-dev.2", + "version": "1.6.0", "description": "Dash Network end-to-end tests", "scripts": { "test": "yarn exec bin/test.sh", diff --git a/packages/rs-dapi-client/Cargo.toml b/packages/rs-dapi-client/Cargo.toml index 0f24b1406bf..590333193aa 100644 --- a/packages/rs-dapi-client/Cargo.toml +++ b/packages/rs-dapi-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rs-dapi-client" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" [features] diff --git a/packages/rs-dapi-grpc-macros/Cargo.toml b/packages/rs-dapi-grpc-macros/Cargo.toml index aafb311515e..d237b692a4f 100644 --- a/packages/rs-dapi-grpc-macros/Cargo.toml +++ b/packages/rs-dapi-grpc-macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dapi-grpc-macros" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" description = "Macros used by dapi-grpc. Internal use only." diff --git a/packages/rs-dpp/Cargo.toml b/packages/rs-dpp/Cargo.toml index 286456cfb42..7d0dbbd03d9 100644 --- a/packages/rs-dpp/Cargo.toml +++ b/packages/rs-dpp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dpp" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true authors = [ diff --git a/packages/rs-drive-abci/Cargo.toml b/packages/rs-drive-abci/Cargo.toml index 14a9d742fe2..2ee508c235f 100644 --- a/packages/rs-drive-abci/Cargo.toml +++ b/packages/rs-drive-abci/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drive-abci" -version = "1.6.0-dev.2" +version = "1.6.0" authors = [ "Samuel Westrich ", "Ivan Shumkov ", diff --git a/packages/rs-drive-proof-verifier/Cargo.toml b/packages/rs-drive-proof-verifier/Cargo.toml index 0f1093fddf2..49b70d75588 100644 --- a/packages/rs-drive-proof-verifier/Cargo.toml +++ b/packages/rs-drive-proof-verifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drive-proof-verifier" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true diff --git a/packages/rs-drive/Cargo.toml b/packages/rs-drive/Cargo.toml index ee4a417f1a8..cdce61f59ff 100644 --- a/packages/rs-drive/Cargo.toml +++ b/packages/rs-drive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "drive" description = "Dash drive built on top of GroveDB" -version = "1.6.0-dev.2" +version = "1.6.0" authors = [ "Samuel Westrich ", "Ivan Shumkov ", diff --git a/packages/rs-json-schema-compatibility-validator/Cargo.toml b/packages/rs-json-schema-compatibility-validator/Cargo.toml index ff8b26a9498..88a4d8cc56e 100644 --- a/packages/rs-json-schema-compatibility-validator/Cargo.toml +++ b/packages/rs-json-schema-compatibility-validator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "json-schema-compatibility-validator" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true authors = ["Ivan Shumkov "] diff --git a/packages/rs-platform-serialization-derive/Cargo.toml b/packages/rs-platform-serialization-derive/Cargo.toml index 047b7bb182a..511ade2685f 100644 --- a/packages/rs-platform-serialization-derive/Cargo.toml +++ b/packages/rs-platform-serialization-derive/Cargo.toml @@ -2,7 +2,7 @@ name = "platform-serialization-derive" authors = ["Samuel Westrich "] description = "Bincode serialization and deserialization derivations" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/rs-platform-serialization/Cargo.toml b/packages/rs-platform-serialization/Cargo.toml index a2fcbe68289..736d1f45f2f 100644 --- a/packages/rs-platform-serialization/Cargo.toml +++ b/packages/rs-platform-serialization/Cargo.toml @@ -2,7 +2,7 @@ name = "platform-serialization" authors = ["Samuel Westrich "] description = "Bincode based serialization and deserialization" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/rs-platform-value-convertible/Cargo.toml b/packages/rs-platform-value-convertible/Cargo.toml index c6845eb5ee0..7707e8de4b4 100644 --- a/packages/rs-platform-value-convertible/Cargo.toml +++ b/packages/rs-platform-value-convertible/Cargo.toml @@ -2,7 +2,7 @@ name = "platform-value-convertible" authors = ["Samuel Westrich "] description = "Convertion to and from platform values" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/rs-platform-value/Cargo.toml b/packages/rs-platform-value/Cargo.toml index 0a533d1e4d6..bf2bf53afd5 100644 --- a/packages/rs-platform-value/Cargo.toml +++ b/packages/rs-platform-value/Cargo.toml @@ -2,7 +2,7 @@ name = "platform-value" authors = ["Samuel Westrich "] description = "A simple value module" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/rs-platform-version/Cargo.toml b/packages/rs-platform-version/Cargo.toml index b5e1e94210a..fa9aa022d00 100644 --- a/packages/rs-platform-version/Cargo.toml +++ b/packages/rs-platform-version/Cargo.toml @@ -2,7 +2,7 @@ name = "platform-version" authors = ["Samuel Westrich "] description = "Versioning library for Platform" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/rs-platform-versioning/Cargo.toml b/packages/rs-platform-versioning/Cargo.toml index 7e29d741dca..cdd0d8ad809 100644 --- a/packages/rs-platform-versioning/Cargo.toml +++ b/packages/rs-platform-versioning/Cargo.toml @@ -2,7 +2,7 @@ name = "platform-versioning" authors = ["Samuel Westrich "] description = "Version derivation" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/rs-sdk/Cargo.toml b/packages/rs-sdk/Cargo.toml index fdf02c2e30e..3463d238b43 100644 --- a/packages/rs-sdk/Cargo.toml +++ b/packages/rs-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dash-sdk" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" [dependencies] diff --git a/packages/simple-signer/Cargo.toml b/packages/simple-signer/Cargo.toml index 95b14fa8edf..d7402445664 100644 --- a/packages/simple-signer/Cargo.toml +++ b/packages/simple-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-signer" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true diff --git a/packages/strategy-tests/Cargo.toml b/packages/strategy-tests/Cargo.toml index 506121eaeb3..0058de7dfba 100644 --- a/packages/strategy-tests/Cargo.toml +++ b/packages/strategy-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strategy-tests" -version = "1.6.0-dev.2" +version = "1.6.0" authors = [ "Samuel Westrich ", "Ivan Shumkov ", diff --git a/packages/wallet-lib/package.json b/packages/wallet-lib/package.json index 8a7b120a03c..e74d5f3192e 100644 --- a/packages/wallet-lib/package.json +++ b/packages/wallet-lib/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/wallet-lib", - "version": "8.6.0-dev.2", + "version": "8.6.0", "description": "Light wallet library for Dash", "main": "src/index.js", "unpkg": "dist/wallet-lib.min.js", diff --git a/packages/wallet-utils-contract/Cargo.toml b/packages/wallet-utils-contract/Cargo.toml index 39078e80fb4..6754736773b 100644 --- a/packages/wallet-utils-contract/Cargo.toml +++ b/packages/wallet-utils-contract/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wallet-utils-contract" description = "Wallet data contract schema and tools" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/wallet-utils-contract/package.json b/packages/wallet-utils-contract/package.json index 88784a353e4..164b9f2aada 100644 --- a/packages/wallet-utils-contract/package.json +++ b/packages/wallet-utils-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/wallet-utils-contract", - "version": "1.6.0-dev.2", + "version": "1.6.0", "description": "A contract and helper scripts for Wallet DApp", "scripts": { "lint": "eslint .", diff --git a/packages/wasm-dpp/Cargo.toml b/packages/wasm-dpp/Cargo.toml index f0fbca1d092..e4715d684d0 100644 --- a/packages/wasm-dpp/Cargo.toml +++ b/packages/wasm-dpp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-dpp" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true authors = ["Anton Suprunchuk "] diff --git a/packages/wasm-dpp/package.json b/packages/wasm-dpp/package.json index 05847ae262f..4c2ecdd5b4b 100644 --- a/packages/wasm-dpp/package.json +++ b/packages/wasm-dpp/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/wasm-dpp", - "version": "1.6.0-dev.2", + "version": "1.6.0", "description": "The JavaScript implementation of the Dash Platform Protocol", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/withdrawals-contract/Cargo.toml b/packages/withdrawals-contract/Cargo.toml index 46a10722e52..179d3f32977 100644 --- a/packages/withdrawals-contract/Cargo.toml +++ b/packages/withdrawals-contract/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "withdrawals-contract" description = "Witdrawals data contract schema and tools" -version = "1.6.0-dev.2" +version = "1.6.0" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/withdrawals-contract/package.json b/packages/withdrawals-contract/package.json index 8053d74a3b2..44e9d7b3aaa 100644 --- a/packages/withdrawals-contract/package.json +++ b/packages/withdrawals-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/withdrawals-contract", - "version": "1.6.0-dev.2", + "version": "1.6.0", "description": "Data Contract to manipulate and track withdrawals", "scripts": { "build": "", From ae4ce069cfb14754d36b2a7d379ec48bbb3d654d Mon Sep 17 00:00:00 2001 From: Ivan Shumkov Date: Fri, 29 Nov 2024 14:58:22 +0700 Subject: [PATCH 2/3] docs: update changeling --- CHANGELOG.md | 61 +++++++++++----------------------------------------- 1 file changed, 13 insertions(+), 48 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f227be1037..15deacda6dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,36 +1,16 @@ -## [1.6.0](https://github.com/dashpay/platform/compare/v1.6.0-dev.2...v1.6.0) (2024-11-29) - - -### Continuous Integration - -* docker image always released as -dev ([#2358](https://github.com/dashpay/platform/issues/2358)) - -## [1.6.0-dev.2](https://github.com/dashpay/platform/compare/v1.6.0-dev.1...v1.6.0-dev.2) (2024-11-27) - +## [1.6.0](https://github.com/dashpay/platform/compare/v1.5.1...v1.6.0) (2024-11-29) ### ⚠ BREAKING CHANGES -* **sdk:** retry broadcast operations (#2337) - -### Features - -* **sdk:** retry broadcast operations ([#2337](https://github.com/dashpay/platform/issues/2337)) - - -### Continuous Integration - -* change s3 cache provider to optimize costs ([#2344](https://github.com/dashpay/platform/issues/2344)) - - -### Miscellaneous Chores - -* **release:** update changelog and bump version to 1.6.0-dev.2 ([#2356](https://github.com/dashpay/platform/issues/2356)) - -## [1.6.0-dev.1](https://github.com/dashpay/platform/compare/v1.5.1...v1.6.0-dev.1) (2024-11-25) +* **sdk:** BroadcastStateTransition::broadcast: added Option +* **sdk:** BroadcastStateTransition::broadcast_and_wait: + * removed timeout_ms + * added Option ### Features +* **sdk:** retry broadcast operations ([#2337](https://github.com/dashpay/platform/issues/2337)) * hardcoded identity transfers in strategy tests ([#2322](https://github.com/dashpay/platform/issues/2322)) * integrate wallet contract ([#2345](https://github.com/dashpay/platform/issues/2345)) * **sdk:** fetch many and return metadata and proof to client ([#2331](https://github.com/dashpay/platform/issues/2331)) @@ -46,10 +26,6 @@ * **drive:** apply batch is not using transaction in `remove_all_votes_given_by_identities` ([#2309](https://github.com/dashpay/platform/issues/2309)) * **drive:** nonce already present in past internal error ([#2343](https://github.com/dashpay/platform/issues/2343)) * **drive:** uncommitted state if db transaction fails ([#2305](https://github.com/dashpay/platform/issues/2305)) -* incorrect dashd tag -* mn_rr activated before we have quorums -* platform status -* wrong migration version ### Build System @@ -58,14 +34,18 @@ * use cargo binstall to speed up builds ([#2321](https://github.com/dashpay/platform/issues/2321)) -### Code Refactoring +### Miscellaneous Chores -* remove unused import -* remove unused import +* make protocol version 6 ([#2327](https://github.com/dashpay/platform/issues/2327)) +* **release:** update changelog and bump version to 1.6.0-dev.1 ([#2350](https://github.com/dashpay/platform/issues/2350)) +* **sdk:** expose proof verifier errors ([#2333](https://github.com/dashpay/platform/issues/2333)) +* **sdk:** vote poll queries encoding ([#2334](https://github.com/dashpay/platform/issues/2334)) ### Continuous Integration +* docker image always released as -dev ([#2358](https://github.com/dashpay/platform/issues/2358)) +* change s3 cache provider to optimize costs ([#2344](https://github.com/dashpay/platform/issues/2344)) * do not run test on push ([#2308](https://github.com/dashpay/platform/issues/2308)) * improve caching ([#2329](https://github.com/dashpay/platform/issues/2329)) * prebuilt librocksdb in docker image ([#2318](https://github.com/dashpay/platform/issues/2318)) @@ -75,21 +55,6 @@ * use prebuilt librocksdb in github actions ([#2316](https://github.com/dashpay/platform/issues/2316)) -### Miscellaneous Chores - -* **dashmate:** update Core to 21.2 nightly -* make protocol version 6 ([#2327](https://github.com/dashpay/platform/issues/2327)) -* make sure we activated mn_rr -* **release:** update changelog and bump version to 1.6.0-dev.1 ([#2350](https://github.com/dashpay/platform/issues/2350)) -* remove `deprecatedrpc=hpmn` -* remove unnecessary migration -* **sdk:** expose proof verifier errors ([#2333](https://github.com/dashpay/platform/issues/2333)) -* **sdk:** vote poll queries encoding ([#2334](https://github.com/dashpay/platform/issues/2334)) -* switch core to 22 rc1 -* update core image -* update Core only for testnet/local/devnet -* update the image to recent nightly - ## [1.6.0-dev.2](https://github.com/dashpay/platform/compare/v1.6.0-dev.1...v1.6.0-dev.2) (2024-11-27) From f3e34b86860a2f0f6ef731359bcf3228390f012a Mon Sep 17 00:00:00 2001 From: ivanshumkov Date: Fri, 29 Nov 2024 15:02:29 +0700 Subject: [PATCH 3/3] chore: update migration --- packages/dashmate/configs/getConfigFileMigrationsFactory.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dashmate/configs/getConfigFileMigrationsFactory.js b/packages/dashmate/configs/getConfigFileMigrationsFactory.js index 2ff79794065..5eb0a5cec4e 100644 --- a/packages/dashmate/configs/getConfigFileMigrationsFactory.js +++ b/packages/dashmate/configs/getConfigFileMigrationsFactory.js @@ -1035,8 +1035,8 @@ export default function getConfigFileMigrationsFactory(homeDir, defaultConfigs) '1.6.0': (configFile) => { Object.entries(configFile.configs) .forEach(([, options]) => { - options.platform.drive.abci.docker.image = 'dashpay/drive:1-dev'; - options.platform.dapi.api.docker.image = 'dashpay/dapi:1-dev'; + options.platform.drive.abci.docker.image = 'dashpay/drive:1'; + options.platform.dapi.api.docker.image = 'dashpay/dapi:1'; }); return configFile; },