From 45944225ddd3faa2cd1182683516bec6a78187ac Mon Sep 17 00:00:00 2001 From: ivanshumkov Date: Tue, 21 Oct 2025 19:10:48 +0700 Subject: [PATCH 1/4] chore(release): update changelog and version to 2.1.0-rc.1 --- CHANGELOG.md | 199 ++++++++++++++++++ Cargo.lock | 74 +++---- 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 +- .../dash-platform-balance-checker/Cargo.toml | 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-evo-sdk/package.json | 2 +- packages/js-grpc-common/package.json | 2 +- packages/keyword-search-contract/Cargo.toml | 2 +- packages/keyword-search-contract/package.json | 2 +- .../Cargo.toml | 2 +- .../package.json | 2 +- packages/platform-test-suite/package.json | 2 +- packages/rs-context-provider/Cargo.toml | 2 +- packages/rs-dapi-client/Cargo.toml | 2 +- packages/rs-dapi-grpc-macros/Cargo.toml | 2 +- packages/rs-dapi/Cargo.toml | 2 +- packages/rs-dash-event-bus/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-platform-wallet/Cargo.toml | 2 +- packages/rs-sdk-ffi/Cargo.toml | 2 +- .../Cargo.toml | 2 +- packages/rs-sdk/Cargo.toml | 2 +- packages/simple-signer/Cargo.toml | 2 +- packages/strategy-tests/Cargo.toml | 2 +- packages/token-history-contract/Cargo.toml | 2 +- packages/token-history-contract/package.json | 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/wasm-drive-verify/Cargo.toml | 2 +- packages/wasm-drive-verify/package.json | 2 +- packages/wasm-sdk/Cargo.toml | 2 +- packages/wasm-sdk/package.json | 2 +- packages/withdrawals-contract/Cargo.toml | 2 +- packages/withdrawals-contract/package.json | 2 +- 62 files changed, 296 insertions(+), 97 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8360437107..cdd23045f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,202 @@ +## [2.1.0-rc.1](https://github.com/dashpay/platform/compare/v2.1.0-dev.8...v2.1.0-rc.1) (2025-10-21) + + +### Features + +* **swift-sdk:** swift SDK improvements ([#2809](https://github.com/dashpay/platform/issues/2809)) +* **wasm-sdk:** add custom masternode address configuration ([#2805](https://github.com/dashpay/platform/issues/2805)) + + +### Miscellaneous Chores + +* update to groveDB 3.1 ([#2808](https://github.com/dashpay/platform/issues/2808)) +* update to rust dash core v0.40.0 ([#2810](https://github.com/dashpay/platform/issues/2810)) + + +### Code Refactoring + +* **dapi:** rewrite dapi in Rust as rs-dapi ([#2716](https://github.com/dashpay/platform/issues/2716)) + +## [2.1.0-dev.8](https://github.com/dashpay/platform/compare/v2.1.0-dev.7...v2.1.0-dev.8) (2025-10-03) + + +### ⚠ BREAKING CHANGES + +* **platform:** creator id and improved verification of document uniqueness before insertion (#2790) + +### Features + +* **platform:** creator id and improved verification of document uniqueness before insertion ([#2790](https://github.com/dashpay/platform/issues/2790)) +* **sdk:** expose data contract from json ([#2791](https://github.com/dashpay/platform/issues/2791)) + + +### Bug Fixes + +* **dashmate:** consensus params in dashmate different than on testnet ([#2682](https://github.com/dashpay/platform/issues/2682)) +* **sdk:** wasm is not initialized for some methods ([#2792](https://github.com/dashpay/platform/issues/2792)) + + +### Miscellaneous Chores + +* **release:** update changelog and bump version to 2.1.0-dev.8 ([#2797](https://github.com/dashpay/platform/issues/2797)) +* script to backup and restore state + +### [2.0.1](https://github.com/dashpay/platform/compare/v2.0.0...v2.0.1) (2025-07-10) + + +### ⚠ BREAKING CHANGES + +* **platform:** update keyword search contract ID and owner ID bytes (#2693) + +### Bug Fixes + +* **platform:** update keyword search contract ID and owner ID bytes ([#2693](https://github.com/dashpay/platform/issues/2693)) + + +### Miscellaneous Chores + +* release version 2.0.1 ([#2695](https://github.com/dashpay/platform/issues/2695)) + +## [2.1.0-dev.7](https://github.com/dashpay/platform/compare/v2.1.0-dev.6...v2.1.0-dev.7) (2025-09-29) + + +### Bug Fixes + +* **sdk:** wasm sdk is not initialized for static methods ([#2788](https://github.com/dashpay/platform/issues/2788)) + + +### Miscellaneous Chores + +* **release:** update changelog and bump version to 2.1.0-dev.7 ([#2789](https://github.com/dashpay/platform/issues/2789)) + +## [2.1.0-dev.6](https://github.com/dashpay/platform/compare/v2.1.0-dev.5...v2.1.0-dev.6) (2025-09-24) + + +### Features + +* **drive:** document filter for state transition subscriptions part 2 ([#2781](https://github.com/dashpay/platform/issues/2781)) +* **sdk:** add more SDK methods ([#2784](https://github.com/dashpay/platform/issues/2784)) + + +### Bug Fixes + +* **dashmate:** incompatible tenderdash version ([#2786](https://github.com/dashpay/platform/issues/2786)) + + +### Performance Improvements + +* **rs-sdk:** optimize wasm-sdk bundle size ([#2783](https://github.com/dashpay/platform/issues/2783)) + + +### Miscellaneous Chores + +* **release:** update changelog and bump version to 2.1.0-dev.6 ([#2785](https://github.com/dashpay/platform/issues/2785)) + +## [2.1.0-dev.5](https://github.com/dashpay/platform/compare/v2.1.0-dev.4...v2.1.0-dev.5) (2025-09-19) + + +### Features + +* **drive:** document filter for state transition subscriptions part 1 ([#2761](https://github.com/dashpay/platform/issues/2761)) + + +### Build System + +* fix sdk npm packaging ([#2780](https://github.com/dashpay/platform/issues/2780)) + + +### Miscellaneous Chores + +* **release:** update changelog and bump version to 2.1.0-dev.5 ([#2782](https://github.com/dashpay/platform/issues/2782)) + +## [2.1.0-dev.4](https://github.com/dashpay/platform/compare/v2.0.1...v2.1.0-dev.4) (2025-09-19) + + +### ⚠ BREAKING CHANGES + +* **wasm-sdk:** handle identity create transition signing for all types of keys (#2754) +* **wasm-sdk:** remove unused key_id parameters from state transitions (#2759) +* **sdk:** provide all getStatus info (#2729) + +### Features + +* add tests for new token transitions +* add wasm bindings for Drive verification functions ([#2660](https://github.com/dashpay/platform/issues/2660)) +* balance checker app ([#2688](https://github.com/dashpay/platform/issues/2688)) +* **dashmate:** allow configuring zmq using dashmate ([#2697](https://github.com/dashpay/platform/issues/2697)) +* evo sdk ([#2771](https://github.com/dashpay/platform/issues/2771)) +* **sdk:** add request settings in wasm sdk ([#2707](https://github.com/dashpay/platform/issues/2707)) +* **sdk:** add username search example in evo-sdk ([#2706](https://github.com/dashpay/platform/issues/2706)) +* **sdk:** adding a trusted context provider package ([#2687](https://github.com/dashpay/platform/issues/2687)) +* **sdk:** dpns sdk improvements ([#2692](https://github.com/dashpay/platform/issues/2692)) +* **sdk:** enable proof support for most queries ([#2718](https://github.com/dashpay/platform/issues/2718)) +* **sdk:** epic: rs-sdk-ffi and ios support ([#2756](https://github.com/dashpay/platform/issues/2756)) +* **sdk:** identity creation in wasm ([#2711](https://github.com/dashpay/platform/issues/2711)) +* **sdk:** make wasm sdk complete for all state transitions and most queries ([#2690](https://github.com/dashpay/platform/issues/2690)) +* **sdk:** provide all getStatus info ([#2729](https://github.com/dashpay/platform/issues/2729)) +* **sdk:** wasm docs and fixes ([#2700](https://github.com/dashpay/platform/issues/2700)) +* **sdk:** wasm drive verify optimization ([#2683](https://github.com/dashpay/platform/issues/2683)) +* **sdk:** wasm sdk core and test suite ([#2709](https://github.com/dashpay/platform/issues/2709)) +* **wasm-sdk:** implement four missing token transitions +* **wasm-sdk:** remove unused key_id parameters from state transitions ([#2759](https://github.com/dashpay/platform/issues/2759)) + + +### Bug Fixes + +* **sdk:** fix documentation examples ([#2710](https://github.com/dashpay/platform/issues/2710)) +* **sdk:** fix generate docs ([#2730](https://github.com/dashpay/platform/issues/2730)) +* **sdk:** install wasm-opt from Github instead of apt ([#2701](https://github.com/dashpay/platform/issues/2701)) +* **sdk:** js sdk audit warnings by adding crypto-related dependencies to package.json ([#2757](https://github.com/dashpay/platform/issues/2757)) +* **sdk:** modifications to get wasm-sdk working again ([#2689](https://github.com/dashpay/platform/issues/2689)) +* **wasm-sdk:** handle identity create transition signing for all types of keys ([#2754](https://github.com/dashpay/platform/issues/2754)) +* **wasm-sdk:** address compiler warnings ([#2734](https://github.com/dashpay/platform/issues/2734)) +* **wasm-sdk:** connect where and orderBy clause functionality for getDocuments ([#2753](https://github.com/dashpay/platform/issues/2753)) +* **wasm-sdk:** enable proofs for getContestedResourceVotersForIdentity ([#2732](https://github.com/dashpay/platform/issues/2732)) +* **wasm-sdk:** fix nft transitions ([#2751](https://github.com/dashpay/platform/issues/2751)) +* **wasm-sdk:** resolve CI test failures and build issues ([#2765](https://github.com/dashpay/platform/issues/2765)) +* **wasm-sdk:** resolve test failures and optimize CI workflow ([#2735](https://github.com/dashpay/platform/issues/2735)) +* **wasm-sdk:** use identity contract nonce for data contract updates ([#2738](https://github.com/dashpay/platform/issues/2738)) + + +### Tests + +* **sdk:** automate wasm-sdk page UI testing (partial) ([#2715](https://github.com/dashpay/platform/issues/2715)) +* **sdk:** expand wasm-sdk page UI testing ([#2720](https://github.com/dashpay/platform/issues/2720)) +* **wasm-sdk:** add ui tests for almost all state transitions ([#2739](https://github.com/dashpay/platform/issues/2739)) + + +### Build System + +* bump tenderdash-abci to v1.5.0-dev.2 ([#2770](https://github.com/dashpay/platform/issues/2770)) +* update rust to 1.89 ([#2755](https://github.com/dashpay/platform/issues/2755)) + + +### Code Refactoring + +* **sdk:** wasm-sdk doc generation refactor ([#2726](https://github.com/dashpay/platform/issues/2726)) +* swift sdk fixes ([#2772](https://github.com/dashpay/platform/issues/2772)) +* **wasm-sdk:** improve documentation generation maintainability ([#2773](https://github.com/dashpay/platform/issues/2773)) + + +### Continuous Integration + +* dont do CI when it's not needed ([#2774](https://github.com/dashpay/platform/issues/2774)) +* swift CI fixes ([#2775](https://github.com/dashpay/platform/issues/2775)) +* Use self hosted mac runner ([#2776](https://github.com/dashpay/platform/issues/2776)) + + +### Miscellaneous Chores + +* add wasm-sdk as scope for pr linting ([#2731](https://github.com/dashpay/platform/issues/2731)) +* clean dpp clippy ([#2764](https://github.com/dashpay/platform/issues/2764)) +* **drive:** fix drive linting ([#2763](https://github.com/dashpay/platform/issues/2763)) +* **platform:** add protocol version 10 support ([#2686](https://github.com/dashpay/platform/issues/2686)) +* **release:** update changelog and bump version to 2.1.0-dev.4 ([#2779](https://github.com/dashpay/platform/issues/2779)) +* sdk clippy issues ([#2767](https://github.com/dashpay/platform/issues/2767)) +* **sdk:** use correct port for evo-sdk mainnet ([#2699](https://github.com/dashpay/platform/issues/2699)) +* update yarn cache with new dependencies ([#2758](https://github.com/dashpay/platform/issues/2758)) +* **wasm-sdk:** apply cargo fmt and cleanup ([#2766](https://github.com/dashpay/platform/issues/2766)) + ## [2.1.0-pr.2716.1](https://github.com/dashpay/platform/compare/v2.1.0-dev.8...v2.1.0-pr.2716.1) (2025-10-10) diff --git a/Cargo.lock b/Cargo.lock index d2d298deda9..0cd9a50a454 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -895,7 +895,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "check-features" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "toml", ] @@ -1367,7 +1367,7 @@ dependencies = [ [[package]] name = "dapi-grpc" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "dapi-grpc-macros", "futures-core", @@ -1385,7 +1385,7 @@ dependencies = [ [[package]] name = "dapi-grpc-macros" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "dapi-grpc", "heck 0.5.0", @@ -1430,7 +1430,7 @@ dependencies = [ [[package]] name = "dash-context-provider" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "dpp", "drive", @@ -1464,7 +1464,7 @@ dependencies = [ [[package]] name = "dash-platform-balance-checker" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "anyhow", "clap", @@ -1480,7 +1480,7 @@ dependencies = [ [[package]] name = "dash-sdk" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "arc-swap", "assert_matches", @@ -1746,7 +1746,7 @@ dependencies = [ [[package]] name = "dashpay-contract" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "platform-value", "platform-version", @@ -1756,7 +1756,7 @@ dependencies = [ [[package]] name = "data-contracts" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "dashpay-contract", "dpns-contract", @@ -1903,7 +1903,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "dpns-contract" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "platform-value", "platform-version", @@ -1913,7 +1913,7 @@ dependencies = [ [[package]] name = "dpp" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "anyhow", "assert_matches", @@ -1969,7 +1969,7 @@ dependencies = [ [[package]] name = "drive" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "arc-swap", "assert_matches", @@ -2010,7 +2010,7 @@ dependencies = [ [[package]] name = "drive-abci" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "arc-swap", "assert_matches", @@ -2064,7 +2064,7 @@ dependencies = [ [[package]] name = "drive-proof-verifier" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "bincode 2.0.0-rc.3", "dapi-grpc", @@ -2318,7 +2318,7 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "feature-flags-contract" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "platform-value", "platform-version", @@ -3495,7 +3495,7 @@ dependencies = [ [[package]] name = "json-schema-compatibility-validator" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "assert_matches", "json-patch", @@ -3653,7 +3653,7 @@ dependencies = [ [[package]] name = "keyword-search-contract" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "base58", "platform-value", @@ -3805,7 +3805,7 @@ dependencies = [ [[package]] name = "masternode-reward-shares-contract" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "platform-value", "platform-version", @@ -4517,7 +4517,7 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "platform-serialization" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "bincode 2.0.0-rc.3", "platform-version", @@ -4525,7 +4525,7 @@ dependencies = [ [[package]] name = "platform-serialization-derive" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "proc-macro2", "quote", @@ -4535,7 +4535,7 @@ dependencies = [ [[package]] name = "platform-value" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "base64 0.22.1", "bincode 2.0.0-rc.3", @@ -4554,7 +4554,7 @@ dependencies = [ [[package]] name = "platform-value-convertible" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "quote", "syn 2.0.106", @@ -4562,7 +4562,7 @@ dependencies = [ [[package]] name = "platform-version" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "bincode 2.0.0-rc.3", "grovedb-version", @@ -4573,7 +4573,7 @@ dependencies = [ [[package]] name = "platform-versioning" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "proc-macro2", "quote", @@ -4582,7 +4582,7 @@ dependencies = [ [[package]] name = "platform-wallet" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "dashcore 0.40.0 (git+https://github.com/dashpay/rust-dashcore?tag=v0.40.0)", "dpp", @@ -5362,7 +5362,7 @@ dependencies = [ [[package]] name = "rs-dapi" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "async-trait", "axum 0.8.4", @@ -5411,7 +5411,7 @@ dependencies = [ [[package]] name = "rs-dapi-client" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "backon", "chrono", @@ -5438,7 +5438,7 @@ dependencies = [ [[package]] name = "rs-dash-event-bus" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "metrics", "tokio", @@ -5447,7 +5447,7 @@ dependencies = [ [[package]] name = "rs-sdk-ffi" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "bincode 2.0.0-rc.3", "bs58", @@ -5476,7 +5476,7 @@ dependencies = [ [[package]] name = "rs-sdk-trusted-context-provider" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "arc-swap", "async-trait", @@ -6167,7 +6167,7 @@ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" [[package]] name = "simple-signer" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "base64 0.22.1", "bincode 2.0.0-rc.3", @@ -6264,7 +6264,7 @@ dependencies = [ [[package]] name = "strategy-tests" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "bincode 2.0.0-rc.3", "dpp", @@ -6661,7 +6661,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "token-history-contract" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "platform-value", "platform-version", @@ -7369,7 +7369,7 @@ dependencies = [ [[package]] name = "wallet-utils-contract" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "platform-value", "platform-version", @@ -7508,7 +7508,7 @@ dependencies = [ [[package]] name = "wasm-dpp" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "anyhow", "async-trait", @@ -7532,7 +7532,7 @@ dependencies = [ [[package]] name = "wasm-drive-verify" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "base64 0.22.1", "bincode 2.0.0-rc.3", @@ -7567,7 +7567,7 @@ dependencies = [ [[package]] name = "wasm-sdk" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "base64 0.22.1", "bip39", @@ -8131,7 +8131,7 @@ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" [[package]] name = "withdrawals-contract" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" dependencies = [ "num_enum 0.5.11", "platform-value", diff --git a/package.json b/package.json index d4f8b61309e..942ee0b17d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/platform", - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "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 2cea8e03239..ae6e0199cbb 100644 --- a/packages/bench-suite/package.json +++ b/packages/bench-suite/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/bench-suite", "private": true, - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "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 5873205e691..74f55fe0374 100644 --- a/packages/check-features/Cargo.toml +++ b/packages/check-features/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "check-features" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" 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 3634671bb44..d701893bffc 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" authors = [ "Samuel Westrich ", "Igor Markin ", diff --git a/packages/dapi-grpc/package.json b/packages/dapi-grpc/package.json index 99bc42efba9..d4efe5b74f1 100644 --- a/packages/dapi-grpc/package.json +++ b/packages/dapi-grpc/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dapi-grpc", - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.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 b0977b402fe..b2d114e22d7 100644 --- a/packages/dapi/package.json +++ b/packages/dapi/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/dapi", "private": true, - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "description": "A decentralized API for the Dash network", "scripts": { "api": "node scripts/api.js", diff --git a/packages/dash-platform-balance-checker/Cargo.toml b/packages/dash-platform-balance-checker/Cargo.toml index 76831c85196..b371cbcedd7 100644 --- a/packages/dash-platform-balance-checker/Cargo.toml +++ b/packages/dash-platform-balance-checker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dash-platform-balance-checker" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" [[bin]] diff --git a/packages/dash-spv/package.json b/packages/dash-spv/package.json index b3ff40666b9..7ac487bc1bd 100644 --- a/packages/dash-spv/package.json +++ b/packages/dash-spv/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dash-spv", - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "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 e0d3268de11..49e98389a9c 100644 --- a/packages/dashmate/package.json +++ b/packages/dashmate/package.json @@ -1,6 +1,6 @@ { "name": "dashmate", - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "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 4c730d21c49..35fc6ab9377 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/dashpay-contract/package.json b/packages/dashpay-contract/package.json index e11a65e1025..7f6d620fb2c 100644 --- a/packages/dashpay-contract/package.json +++ b/packages/dashpay-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dashpay-contract", - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "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 fdc02da697b..7824d280b3e 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/dpns-contract/Cargo.toml b/packages/dpns-contract/Cargo.toml index 95a2e14dd7c..7d9994ccc80 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/dpns-contract/package.json b/packages/dpns-contract/package.json index abd4175c255..232c7e98278 100644 --- a/packages/dpns-contract/package.json +++ b/packages/dpns-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dpns-contract", - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "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 f07ca24c9a2..ba9bdfaafb7 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" 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 4dcb3c0d37e..7356b220c08 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": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.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 7bdd90b9bed..74af7fe0b07 100644 --- a/packages/js-dapi-client/package.json +++ b/packages/js-dapi-client/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dapi-client", - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "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 fc68416710c..796772d3152 100644 --- a/packages/js-dash-sdk/package.json +++ b/packages/js-dash-sdk/package.json @@ -1,6 +1,6 @@ { "name": "dash", - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "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-evo-sdk/package.json b/packages/js-evo-sdk/package.json index b2333ba3369..428075beea8 100644 --- a/packages/js-evo-sdk/package.json +++ b/packages/js-evo-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/evo-sdk", - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "type": "module", "main": "./dist/evo-sdk.module.js", "types": "./dist/sdk.d.ts", diff --git a/packages/js-grpc-common/package.json b/packages/js-grpc-common/package.json index 500d11dac5c..d866b4b5be7 100644 --- a/packages/js-grpc-common/package.json +++ b/packages/js-grpc-common/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/grpc-common", - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "description": "Common GRPC library", "main": "index.js", "scripts": { diff --git a/packages/keyword-search-contract/Cargo.toml b/packages/keyword-search-contract/Cargo.toml index 1a64ac3f3d7..fd8538a2d1d 100644 --- a/packages/keyword-search-contract/Cargo.toml +++ b/packages/keyword-search-contract/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "keyword-search-contract" description = "Search data contract schema and tools. Keyword Search contract is used to find other contracts and tokens" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/keyword-search-contract/package.json b/packages/keyword-search-contract/package.json index 832358abe85..0d63b09802b 100644 --- a/packages/keyword-search-contract/package.json +++ b/packages/keyword-search-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/keyword-search-contract", - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "description": "A contract that allows searching for contracts", "scripts": { "lint": "eslint .", diff --git a/packages/masternode-reward-shares-contract/Cargo.toml b/packages/masternode-reward-shares-contract/Cargo.toml index f1d30483e62..74fbb0c332e 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" 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 8d334c9f140..39442550f0e 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": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "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 deea14862a8..e6dfbdf4d3f 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": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "description": "Dash Network end-to-end tests", "scripts": { "test": "yarn exec bin/test.sh", diff --git a/packages/rs-context-provider/Cargo.toml b/packages/rs-context-provider/Cargo.toml index 8bc2c7420ca..7f56019323a 100644 --- a/packages/rs-context-provider/Cargo.toml +++ b/packages/rs-context-provider/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dash-context-provider" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" authors = ["sam@dash.org"] license = "MIT" diff --git a/packages/rs-dapi-client/Cargo.toml b/packages/rs-dapi-client/Cargo.toml index 31229f085e7..3633ae6ab49 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" [features] diff --git a/packages/rs-dapi-grpc-macros/Cargo.toml b/packages/rs-dapi-grpc-macros/Cargo.toml index 0694a0be2f5..0130b397ee8 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" description = "Macros used by dapi-grpc. Internal use only." diff --git a/packages/rs-dapi/Cargo.toml b/packages/rs-dapi/Cargo.toml index 96ac8d12e5f..afae3114be3 100644 --- a/packages/rs-dapi/Cargo.toml +++ b/packages/rs-dapi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rs-dapi" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2024" [[bin]] diff --git a/packages/rs-dash-event-bus/Cargo.toml b/packages/rs-dash-event-bus/Cargo.toml index 266286a87a7..48bed0fee72 100644 --- a/packages/rs-dash-event-bus/Cargo.toml +++ b/packages/rs-dash-event-bus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rs-dash-event-bus" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2024" license = "MIT" description = "Shared event bus and Platform events multiplexer for Dash Platform (rs-dapi, rs-drive-abci, rs-sdk)" diff --git a/packages/rs-dpp/Cargo.toml b/packages/rs-dpp/Cargo.toml index 8547477c6a8..f08da5fa334 100644 --- a/packages/rs-dpp/Cargo.toml +++ b/packages/rs-dpp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dpp" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" rust-version.workspace = true authors = [ diff --git a/packages/rs-drive-abci/Cargo.toml b/packages/rs-drive-abci/Cargo.toml index 2a3167f01d7..c6247e34931 100644 --- a/packages/rs-drive-abci/Cargo.toml +++ b/packages/rs-drive-abci/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drive-abci" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" authors = [ "Samuel Westrich ", "Ivan Shumkov ", diff --git a/packages/rs-drive-proof-verifier/Cargo.toml b/packages/rs-drive-proof-verifier/Cargo.toml index 8e771f65cf8..46d9394aedd 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" rust-version.workspace = true diff --git a/packages/rs-drive/Cargo.toml b/packages/rs-drive/Cargo.toml index ac8a29ed262..3c0fbd48448 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" 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 9040c0d0b3f..caa915b26f1 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" 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 ea318b320c9..57199b7d393 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" 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 142bd106e6b..e93cd92cc4d 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" 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 19adad3f325..0a418dbf017 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" 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 bf6b0a5a5da..97377d47afb 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" 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 2675d3cec06..eb4e633d92a 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" 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 7231354b5a3..93ed586f917 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/rs-platform-wallet/Cargo.toml b/packages/rs-platform-wallet/Cargo.toml index 8417dc1ae6c..e27366f1382 100644 --- a/packages/rs-platform-wallet/Cargo.toml +++ b/packages/rs-platform-wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "platform-wallet" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" authors = ["Dash Core Team"] license = "MIT" diff --git a/packages/rs-sdk-ffi/Cargo.toml b/packages/rs-sdk-ffi/Cargo.toml index 679469384cc..21f92dc3856 100644 --- a/packages/rs-sdk-ffi/Cargo.toml +++ b/packages/rs-sdk-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rs-sdk-ffi" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" authors = ["Dash Core Group "] edition = "2021" license = "MIT" diff --git a/packages/rs-sdk-trusted-context-provider/Cargo.toml b/packages/rs-sdk-trusted-context-provider/Cargo.toml index 60a397d104c..ecbe6547ca7 100644 --- a/packages/rs-sdk-trusted-context-provider/Cargo.toml +++ b/packages/rs-sdk-trusted-context-provider/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rs-sdk-trusted-context-provider" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" authors = ["sam@dash.org"] license = "MIT" diff --git a/packages/rs-sdk/Cargo.toml b/packages/rs-sdk/Cargo.toml index 3460b0489c7..4e15b0d31d2 100644 --- a/packages/rs-sdk/Cargo.toml +++ b/packages/rs-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dash-sdk" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" [dependencies] diff --git a/packages/simple-signer/Cargo.toml b/packages/simple-signer/Cargo.toml index 2336ea2195c..e8480dc7b27 100644 --- a/packages/simple-signer/Cargo.toml +++ b/packages/simple-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-signer" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" rust-version.workspace = true diff --git a/packages/strategy-tests/Cargo.toml b/packages/strategy-tests/Cargo.toml index 6aa38750755..fc865706659 100644 --- a/packages/strategy-tests/Cargo.toml +++ b/packages/strategy-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strategy-tests" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" authors = [ "Samuel Westrich ", "Ivan Shumkov ", diff --git a/packages/token-history-contract/Cargo.toml b/packages/token-history-contract/Cargo.toml index 8d99406ce78..0f213e8c7ef 100644 --- a/packages/token-history-contract/Cargo.toml +++ b/packages/token-history-contract/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "token-history-contract" description = "Token history data contract schema and tools" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/token-history-contract/package.json b/packages/token-history-contract/package.json index 7fbab254447..d834b75d2c9 100644 --- a/packages/token-history-contract/package.json +++ b/packages/token-history-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/token-history-contract", - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "description": "The token history contract", "scripts": { "lint": "eslint .", diff --git a/packages/wallet-lib/package.json b/packages/wallet-lib/package.json index 58596891980..507d0c13cf8 100644 --- a/packages/wallet-lib/package.json +++ b/packages/wallet-lib/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/wallet-lib", - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "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 a2e4714fdd4..94270e52e1f 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" 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 2335aaa4e6f..11b3ec08787 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": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "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 fe3c95f5d29..f5d1f9cae4f 100644 --- a/packages/wasm-dpp/Cargo.toml +++ b/packages/wasm-dpp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-dpp" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" rust-version.workspace = true authors = ["Anton Suprunchuk "] diff --git a/packages/wasm-dpp/package.json b/packages/wasm-dpp/package.json index b9225e216f8..9866592e99c 100644 --- a/packages/wasm-dpp/package.json +++ b/packages/wasm-dpp/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/wasm-dpp", - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "description": "The JavaScript implementation of the Dash Platform Protocol", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/wasm-drive-verify/Cargo.toml b/packages/wasm-drive-verify/Cargo.toml index 9be20b9ddc3..6546d4d2dd8 100644 --- a/packages/wasm-drive-verify/Cargo.toml +++ b/packages/wasm-drive-verify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-drive-verify" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" authors = ["Dash Core Group "] edition = "2021" rust-version = "1.89" diff --git a/packages/wasm-drive-verify/package.json b/packages/wasm-drive-verify/package.json index 3ff427c8df2..338988fb6f6 100644 --- a/packages/wasm-drive-verify/package.json +++ b/packages/wasm-drive-verify/package.json @@ -3,7 +3,7 @@ "collaborators": [ "Dash Core Group " ], - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "license": "MIT", "description": "WASM bindings for Drive verify functions", "repository": { diff --git a/packages/wasm-sdk/Cargo.toml b/packages/wasm-sdk/Cargo.toml index fcc92b35ccb..cb8e18676bf 100644 --- a/packages/wasm-sdk/Cargo.toml +++ b/packages/wasm-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-sdk" -version = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" publish = false rust-version.workspace = true diff --git a/packages/wasm-sdk/package.json b/packages/wasm-sdk/package.json index d2fc768c3f1..6e1f07d644f 100644 --- a/packages/wasm-sdk/package.json +++ b/packages/wasm-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/wasm-sdk", - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "type": "module", "main": "./dist/sdk.js", "types": "./dist/sdk.d.ts", diff --git a/packages/withdrawals-contract/Cargo.toml b/packages/withdrawals-contract/Cargo.toml index 3d23157c838..338a0379f8c 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 = "2.1.0-pr.2716.1" +version = "2.1.0-rc.1" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/withdrawals-contract/package.json b/packages/withdrawals-contract/package.json index f5c187bf670..fb8f7d7a34a 100644 --- a/packages/withdrawals-contract/package.json +++ b/packages/withdrawals-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/withdrawals-contract", - "version": "2.1.0-pr.2716.1", + "version": "2.1.0-rc.1", "description": "Data Contract to manipulate and track withdrawals", "scripts": { "build": "", From 6568dc44bd649cf360b709a7719ae99babff248a Mon Sep 17 00:00:00 2001 From: ivanshumkov Date: Tue, 21 Oct 2025 19:20:21 +0700 Subject: [PATCH 2/4] chore(dashmate): migrate docker image versions --- .../dashmate/configs/defaults/getBaseConfigFactory.js | 2 +- .../configs/getConfigFileMigrationsFactory.js | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/dashmate/configs/defaults/getBaseConfigFactory.js b/packages/dashmate/configs/defaults/getBaseConfigFactory.js index ab1703c57a7..608f5aa929a 100644 --- a/packages/dashmate/configs/defaults/getBaseConfigFactory.js +++ b/packages/dashmate/configs/defaults/getBaseConfigFactory.js @@ -343,7 +343,7 @@ export default function getBaseConfigFactory() { tenderdash: { mode: 'full', docker: { - image: 'dashpay/tenderdash:1-dev', + image: 'dashpay/tenderdash:1.5.0', }, p2p: { host: '0.0.0.0', diff --git a/packages/dashmate/configs/getConfigFileMigrationsFactory.js b/packages/dashmate/configs/getConfigFileMigrationsFactory.js index a3d68ef8bf4..154a2c307ee 100644 --- a/packages/dashmate/configs/getConfigFileMigrationsFactory.js +++ b/packages/dashmate/configs/getConfigFileMigrationsFactory.js @@ -1205,6 +1205,17 @@ export default function getConfigFileMigrationsFactory(homeDir, defaultConfigs) return configFile; }, + '2.1.0-rc.1': (configFile) => { + Object.entries(configFile.configs) + .forEach(([, options]) => { + options.platform.drive.abci.docker.image = 'dashpay/drive:2-rc'; + options.platform.dapi.api.docker.image = 'dashpay/dapi:2-rc'; + options.platform.dapi.rsDapi.docker.image = 'dashpay/rs-dapi:2-rc'; + options.platform.drive.tenderdash.docker.image = 'dashpay/tenderdash:1.5.0'; + }); + + return configFile; + }, }; } From f1f921a11bdc2ffd21f1d19651076c617868a202 Mon Sep 17 00:00:00 2001 From: ivanshumkov Date: Tue, 21 Oct 2025 19:31:50 +0700 Subject: [PATCH 3/4] docs: cleanup changelog --- CHANGELOG.md | 278 --------------------------------------------------- 1 file changed, 278 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd23045f22..70e8eb2ab69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,21 +41,6 @@ * **release:** update changelog and bump version to 2.1.0-dev.8 ([#2797](https://github.com/dashpay/platform/issues/2797)) * script to backup and restore state -### [2.0.1](https://github.com/dashpay/platform/compare/v2.0.0...v2.0.1) (2025-07-10) - - -### ⚠ BREAKING CHANGES - -* **platform:** update keyword search contract ID and owner ID bytes (#2693) - -### Bug Fixes - -* **platform:** update keyword search contract ID and owner ID bytes ([#2693](https://github.com/dashpay/platform/issues/2693)) - - -### Miscellaneous Chores - -* release version 2.0.1 ([#2695](https://github.com/dashpay/platform/issues/2695)) ## [2.1.0-dev.7](https://github.com/dashpay/platform/compare/v2.1.0-dev.6...v2.1.0-dev.7) (2025-09-29) @@ -197,269 +182,6 @@ * update yarn cache with new dependencies ([#2758](https://github.com/dashpay/platform/issues/2758)) * **wasm-sdk:** apply cargo fmt and cleanup ([#2766](https://github.com/dashpay/platform/issues/2766)) -## [2.1.0-pr.2716.1](https://github.com/dashpay/platform/compare/v2.1.0-dev.8...v2.1.0-pr.2716.1) (2025-10-10) - - -### ⚠ BREAKING CHANGES - -* **sdk:** provide all getStatus info (#2729) - -### Features - -* access log -* add tests for new token transitions -* bloom filters -* cache metrics -* config dapi_platform_cache_bytes, dapi_core_cache_bytes -* core client block cache -* core get_block get_blockchain_status get_masternode_status get_estimated_transaction_fee -* core get_transaction -* core transaction broadcast -* **dapi-cli:** dapi_cli core masternode-status -* **dapi-cli:** identity cmd -* dashmate rs-dapi metrics support -* **dashmate:** deprecate old dapi -* **dashmate:** rs dapi log level configurable -* **drive-abci:** event bus -* event bus in rs-dapi -* **event_bus:** impl no_unsubscribe_on_drop -* forward core chain locks in tx stream -* get_best_block_height -* historical streaming for `subscribeToBlockHeadersWithChainLocks` -* masternode list diff -* **platform-test-suite:** disable peer lookup when DAPI_ADDRESSES is provided -* publish finalized transaction -* request metrics -* rs-dapi only forwards subscribe platform events req/resp -* **rs-dapi:** rest and jsonrpc translator -* **rs-dapi:** rest get glock by hash/height -* rs-drive-abci subscribe endpoint -* **sdk:** provide all getStatus info ([#2729](https://github.com/dashpay/platform/issues/2729)) -* subscribe to all transactions -* tenderdash client example -* transaction stream gate auto open after timeout -* **wasm-sdk:** implement four missing token transitions - - -### Bug Fixes - -* mempool uses shared stream state -* cache merged for no good reason -* core client needs timeouts -* dapi-grpc service capitalization - clippy warning -* **dapi-grpc:** invalid routers -* dash-serialized-consensus-error-bin -* dashmate reset access denied when deleting logs -* **dashmate:** support dapi deprecated in schema -* deprecated mode not working -* docker build fails -* dockerfile overwrites log level -* duplicates in subs -* empty data scenario -* error handling, continued -* get_blockchain_status fails -* getBlockHash height parsing -* instant lock deserialize -* invalid serialization of consensus params -* jsonrpc request id should be unique -* mempool should not block normal txs sending -* mn diff using wrong method -* **sdk:** fix generate docs ([#2730](https://github.com/dashpay/platform/issues/2730)) -* streaming fails on error -* tenderdash client -* **test:** fix env tests that are unsafe in edition=2024 -* transaction filter update -* transaction stream: merkle block checks already delivered txs -* **wallet-lib:** resume sync from last synced height -* **wallet-lib:** stream restarted every now and then due to addressesGenerated = []; -* **wasm-drive-verify:** simple_benchmars.rs fail -* wasm-sdk does not build -* **wasm-sdk:** enable proofs for getContestedResourceVotersForIdentity ([#2732](https://github.com/dashpay/platform/issues/2732)) -* **wasm-sdk:** resolve test failures and optimize CI workflow ([#2735](https://github.com/dashpay/platform/issues/2735)) -* **wasm-sdk:** use identity contract nonce for data contract updates ([#2738](https://github.com/dashpay/platform/issues/2738)) -* zmq tx event -* zmq_listernet should listen on rawtxlock and rawchainlock - - -### Tests - -* add debug info - to revert -* bloom filtering -* bloom filters -* increase tests of bloom filtering -* more debug, to revert -* platform events ping test (fails now) -* **sdk:** expand wasm-sdk page UI testing ([#2720](https://github.com/dashpay/platform/issues/2720)) -* test event bus -* **wallet-lib:** add txids to merke block info -* **wallet-lib:** add txids to merke block info, continued - - -### Build System - -* bump tenderdash-abci to v1.5.0-dev.2 -* **deps:** bump wasm-bindgen to 0.2.103 -* **deps:** dashcore v0.40-dev in wasm-sdk -* **deps:** rust 1.89 -* **deps:** update dashcore to latest dev -* Dockerfile rocksdb 10.4.2 -* fix build -* **rs-dapi:** bump tonic -* update Cargo.lock -* update rust-dashcore - - -### Code Refactoring - -* cache sync -* cache using serde -* cache with memory usage limits -* dapi-cli -* divide block_header_stream.rs into parts. -* error handling -* less Arcs in DapiServer -* move bloom implementation to separate mod -* move some code around -* remove mocks -* remove REST gateway -* remove rs-dapi/dapi_cli -* rename rs-dash-notify to rs-dash-event-bus -* **rs-dapi:** move mux to platformserviceimpl -* **sdk:** wasm-sdk doc generation refactor ([#2726](https://github.com/dashpay/platform/issues/2726)) -* td client uses req/resp structs, not plain json -* trace spawned threaads -* transaction_stream refactor async handling -* use bloom logic from dash spv -* use bounded streams in subscriptions - - -### Miscellaneous Chores - -* Remove panic on ZMQ startup -* add InstantLock and chainLock msgs to bloom filter and CoreAllTxs -* add merke block to the tx stream -* add rs-dapi todo -* add some logs -* add some tracing -* add subscribePlatformEvents to envoy config -* add timeout when proxying -* add wasm-sdk as scope for pr linting ([#2731](https://github.com/dashpay/platform/issues/2731)) -* always create websocket client -* better debug -* block header stream - add chainlocks -* block_header_stream adjust errors -* block_header_stream async -* block_header_stream history adjust -* block_header_stream input validation -* bloom filters using dashcore -* broadcast tx error handling - cbor walk fix -* cache fixes -* cache invalidation -* cache layer, initial impl -* cargo fmt -* change how bloom filter locking works -* clippy -* comment -* consensus error print on silly level -* dapi-cli protocol upgrade info -* dashmate config location -* dashmate config migrations fix -* debug -* debug consensus error again -* debug improvements -* debug log in js-dapi-client -* disable deduplication -* DriveErrorDataBin -* drop events on full receiver -* drop invalid instant locks -* envoy tune keepalives for rs-dapi -* error handling -* error mapping -* errors continued -* event bus in rs-sdk -* fallback to contains -* fix access log -* fix build -* fix build -* fix build in rs-dash-notify -* fix cache and core client -* fix connected check -* fix core config -* fix debug msg -* fix error status -* fix example build -* fix notifications -* fix path parsing -* fix tests -* fix timeout in wait_for_state_transition_result_impl -* fix wallet-lib -* fixes of error handling -* fmt -* fmt and others -* furher implementation of erorrs in broadcast -* grpc producer ready flag -* grpc tuning -* healthcheck improvements -* improve debug -* improve error handling -* improve error mapping -* improve grpc logging -* improve subscriptions -* improve tests -* inc envoy timeouts -* instant lock delivered -* json rpc translator params bool parsing -* mempool processing gets separate TransactionsStreamState -* merkle block -* metrics and cache updates -* minor refactor -* minor review fixes -* mn list sync logging -* more debug -* more debug -* more debug -* more debug -* more debug ion subscriptions -* more logging -* more logs in subscriptions -* optimized core client with rate limits -* platform_events example improved -* refactor -* refactor logging -* refactoring broadcast errors -* remove logrotate.conf -* remove subscriptions from drive-abci and rs-sdk - moved to separate pr -* remove unused deps in rs-dash-event-bus -* remove uuid -* remove worksers from LruResponseCache -* rename filters -* revert DAPI_ADDRESSES env var support in platform-test-suite -* review -* rewrite rs-dash-notify -* rs-dapi, continued -* rs-sdk events WIP -* same wasm-bindgen version and related libs -* self review -* self review -* self review and tests updated -* speed up historical queries -* subscribe_platform_events -* sync docs -* sync event bus with packages/rs-dash-event-bus -* tracing middleware for reqwest in td client -* transaction_stream deliver merkle block even if no matching txs -* try to fix core client block fetch -* try to fix error handling -* trying to fix Dockerfile -* trying to fix error handling -* tx stream -* tx stream order -* tx stream refactor -* update wait for state transition result logic -* use EventBus instead of subscriber_manager -* use unconfirmed_tx to check if tx is in mempool -* wallet-lib logs tx hashes and block hashes - to revert -* watch channel instead of notify ## [2.1.0-dev.3](https://github.com/dashpay/platform/compare/v2.1.0-dev.2...v2.1.0-dev.3) (2025-08-07) From 7d6ccec9bbc45ea397338920b5482c99089dd3df Mon Sep 17 00:00:00 2001 From: ivanshumkov Date: Tue, 21 Oct 2025 19:41:52 +0700 Subject: [PATCH 4/4] fix(dashmate): invalid tenderdash version --- packages/dashmate/configs/defaults/getBaseConfigFactory.js | 2 +- packages/dashmate/configs/getConfigFileMigrationsFactory.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dashmate/configs/defaults/getBaseConfigFactory.js b/packages/dashmate/configs/defaults/getBaseConfigFactory.js index 608f5aa929a..821ab843cbb 100644 --- a/packages/dashmate/configs/defaults/getBaseConfigFactory.js +++ b/packages/dashmate/configs/defaults/getBaseConfigFactory.js @@ -343,7 +343,7 @@ export default function getBaseConfigFactory() { tenderdash: { mode: 'full', docker: { - image: 'dashpay/tenderdash:1.5.0', + image: 'dashpay/tenderdash:1.5', }, p2p: { host: '0.0.0.0', diff --git a/packages/dashmate/configs/getConfigFileMigrationsFactory.js b/packages/dashmate/configs/getConfigFileMigrationsFactory.js index 154a2c307ee..a90c9b27973 100644 --- a/packages/dashmate/configs/getConfigFileMigrationsFactory.js +++ b/packages/dashmate/configs/getConfigFileMigrationsFactory.js @@ -1211,7 +1211,7 @@ export default function getConfigFileMigrationsFactory(homeDir, defaultConfigs) options.platform.drive.abci.docker.image = 'dashpay/drive:2-rc'; options.platform.dapi.api.docker.image = 'dashpay/dapi:2-rc'; options.platform.dapi.rsDapi.docker.image = 'dashpay/rs-dapi:2-rc'; - options.platform.drive.tenderdash.docker.image = 'dashpay/tenderdash:1.5.0'; + options.platform.drive.tenderdash.docker.image = 'dashpay/tenderdash:1.5'; }); return configFile;