diff --git a/CHANGELOG.md b/CHANGELOG.md index 741294696f6..8c4eecf6d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,234 @@ +### [2.1.1](https://github.com/dashpay/platform/compare/v2.1.0-rc.1...v2.1.1) (2025-10-27) + + +### Features + +* **rs-sdk:** identity keys query ([#2806](https://github.com/dashpay/platform/issues/2806)) +* various swift sdk / ui improvements ([#2811](https://github.com/dashpay/platform/issues/2811)) + + +### Bug Fixes + +* **dashmate:** dapi not removed after migration to rs-dapi ([#2817](https://github.com/dashpay/platform/issues/2817)) +* **dashmate:** restart for rs-dapi and envoy ([#2821](https://github.com/dashpay/platform/issues/2821)) +* **swift-sdk:** make SPV C callbacks Swift 6–safe; eliminate races and TOCTOU ([#2814](https://github.com/dashpay/platform/issues/2814)) + + +### Documentation + +* **dpp:** add TokenPaymentInfo file description ([#2813](https://github.com/dashpay/platform/issues/2813)) + + +### Tests + +* **wasm-sdk:** expand data contract test coverage ([#2803](https://github.com/dashpay/platform/issues/2803)) + + +### Miscellaneous Chores + +* **release:** update changelog and version to 2.1.0 ([#2820](https://github.com/dashpay/platform/issues/2820)) +* update testnet DAPI address whitelist with currently enabled masternodes ([#2816](https://github.com/dashpay/platform/issues/2816)) + +## [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)) + + +### Code Refactoring + +* **dapi:** rewrite dapi in Rust as rs-dapi ([#2716](https://github.com/dashpay/platform/issues/2716)) + + +### Miscellaneous Chores + +* **release:** update changelog and bump version to 2.1.0-rc.1 ([#2812](https://github.com/dashpay/platform/issues/2812)) +* 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)) + +## [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](https://github.com/dashpay/platform/compare/v2.1.0-rc.1...v2.1.0) (2025-10-24) diff --git a/Cargo.lock b/Cargo.lock index b788aa48ea3..a2c08f426e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -895,7 +895,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "check-features" -version = "2.1.0" +version = "2.1.1" dependencies = [ "toml", ] @@ -1367,7 +1367,7 @@ dependencies = [ [[package]] name = "dapi-grpc" -version = "2.1.0" +version = "2.1.1" dependencies = [ "dapi-grpc-macros", "futures-core", @@ -1385,7 +1385,7 @@ dependencies = [ [[package]] name = "dapi-grpc-macros" -version = "2.1.0" +version = "2.1.1" dependencies = [ "dapi-grpc", "heck 0.5.0", @@ -1430,7 +1430,7 @@ dependencies = [ [[package]] name = "dash-context-provider" -version = "2.1.0" +version = "2.1.1" dependencies = [ "dpp", "drive", @@ -1464,7 +1464,7 @@ dependencies = [ [[package]] name = "dash-platform-balance-checker" -version = "2.1.0" +version = "2.1.1" dependencies = [ "anyhow", "clap", @@ -1480,7 +1480,7 @@ dependencies = [ [[package]] name = "dash-sdk" -version = "2.1.0" +version = "2.1.1" dependencies = [ "arc-swap", "assert_matches", @@ -1746,7 +1746,7 @@ dependencies = [ [[package]] name = "dashpay-contract" -version = "2.1.0" +version = "2.1.1" dependencies = [ "platform-value", "platform-version", @@ -1756,7 +1756,7 @@ dependencies = [ [[package]] name = "data-contracts" -version = "2.1.0" +version = "2.1.1" dependencies = [ "dashpay-contract", "dpns-contract", @@ -1903,7 +1903,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "dpns-contract" -version = "2.1.0" +version = "2.1.1" dependencies = [ "platform-value", "platform-version", @@ -1913,7 +1913,7 @@ dependencies = [ [[package]] name = "dpp" -version = "2.1.0" +version = "2.1.1" dependencies = [ "anyhow", "assert_matches", @@ -1969,7 +1969,7 @@ dependencies = [ [[package]] name = "drive" -version = "2.1.0" +version = "2.1.1" dependencies = [ "arc-swap", "assert_matches", @@ -2010,7 +2010,7 @@ dependencies = [ [[package]] name = "drive-abci" -version = "2.1.0" +version = "2.1.1" dependencies = [ "arc-swap", "assert_matches", @@ -2064,7 +2064,7 @@ dependencies = [ [[package]] name = "drive-proof-verifier" -version = "2.1.0" +version = "2.1.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" +version = "2.1.1" dependencies = [ "platform-value", "platform-version", @@ -3495,7 +3495,7 @@ dependencies = [ [[package]] name = "json-schema-compatibility-validator" -version = "2.1.0" +version = "2.1.1" dependencies = [ "assert_matches", "json-patch", @@ -3653,7 +3653,7 @@ dependencies = [ [[package]] name = "keyword-search-contract" -version = "2.1.0" +version = "2.1.1" dependencies = [ "base58", "platform-value", @@ -3805,7 +3805,7 @@ dependencies = [ [[package]] name = "masternode-reward-shares-contract" -version = "2.1.0" +version = "2.1.1" dependencies = [ "platform-value", "platform-version", @@ -4517,7 +4517,7 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "platform-serialization" -version = "2.1.0" +version = "2.1.1" dependencies = [ "bincode 2.0.0-rc.3", "platform-version", @@ -4525,7 +4525,7 @@ dependencies = [ [[package]] name = "platform-serialization-derive" -version = "2.1.0" +version = "2.1.1" dependencies = [ "proc-macro2", "quote", @@ -4535,7 +4535,7 @@ dependencies = [ [[package]] name = "platform-value" -version = "2.1.0" +version = "2.1.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" +version = "2.1.1" dependencies = [ "quote", "syn 2.0.106", @@ -4562,7 +4562,7 @@ dependencies = [ [[package]] name = "platform-version" -version = "2.1.0" +version = "2.1.1" dependencies = [ "bincode 2.0.0-rc.3", "grovedb-version", @@ -4573,7 +4573,7 @@ dependencies = [ [[package]] name = "platform-versioning" -version = "2.1.0" +version = "2.1.1" dependencies = [ "proc-macro2", "quote", @@ -4582,7 +4582,7 @@ dependencies = [ [[package]] name = "platform-wallet" -version = "2.1.0" +version = "2.1.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" +version = "2.1.1" dependencies = [ "async-trait", "axum 0.8.4", @@ -5411,7 +5411,7 @@ dependencies = [ [[package]] name = "rs-dapi-client" -version = "2.1.0" +version = "2.1.1" dependencies = [ "backon", "chrono", @@ -5438,7 +5438,7 @@ dependencies = [ [[package]] name = "rs-dash-event-bus" -version = "2.1.0" +version = "2.1.1" dependencies = [ "metrics", "tokio", @@ -5447,7 +5447,7 @@ dependencies = [ [[package]] name = "rs-sdk-ffi" -version = "2.1.0" +version = "2.1.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" +version = "2.1.1" dependencies = [ "arc-swap", "async-trait", @@ -6167,7 +6167,7 @@ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" [[package]] name = "simple-signer" -version = "2.1.0" +version = "2.1.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" +version = "2.1.1" dependencies = [ "bincode 2.0.0-rc.3", "dpp", @@ -6661,7 +6661,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "token-history-contract" -version = "2.1.0" +version = "2.1.1" dependencies = [ "platform-value", "platform-version", @@ -7369,7 +7369,7 @@ dependencies = [ [[package]] name = "wallet-utils-contract" -version = "2.1.0" +version = "2.1.1" dependencies = [ "platform-value", "platform-version", @@ -7508,7 +7508,7 @@ dependencies = [ [[package]] name = "wasm-dpp" -version = "2.1.0" +version = "2.1.1" dependencies = [ "anyhow", "async-trait", @@ -7532,7 +7532,7 @@ dependencies = [ [[package]] name = "wasm-drive-verify" -version = "2.1.0" +version = "2.1.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" +version = "2.1.1" dependencies = [ "base64 0.22.1", "bip39", @@ -8131,7 +8131,7 @@ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" [[package]] name = "withdrawals-contract" -version = "2.1.0" +version = "2.1.1" dependencies = [ "num_enum 0.5.11", "platform-value", diff --git a/package.json b/package.json index d027b334462..c670f772a73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/platform", - "version": "2.1.0", + "version": "2.1.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 4fbf39564ef..2aa4567cd0d 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", + "version": "2.1.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 307f94c3923..66437a8c783 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" +version = "2.1.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 b5d6eac0b10..7b628d79aff 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" +version = "2.1.1" authors = [ "Samuel Westrich ", "Igor Markin ", diff --git a/packages/dapi-grpc/package.json b/packages/dapi-grpc/package.json index 771c5b87335..6fe11df3f8c 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", + "version": "2.1.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 02fda1f2ac8..33e75e43290 100644 --- a/packages/dapi/package.json +++ b/packages/dapi/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/dapi", "private": true, - "version": "2.1.0", + "version": "2.1.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 3df89ccc405..46a4c1a31fb 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" +version = "2.1.1" edition = "2021" [[bin]] diff --git a/packages/dash-spv/package.json b/packages/dash-spv/package.json index abb2ef4b71a..12c32589f8a 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", + "version": "2.1.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 75542c0c539..57440204e44 100644 --- a/packages/dashmate/package.json +++ b/packages/dashmate/package.json @@ -1,6 +1,6 @@ { "name": "dashmate", - "version": "2.1.0", + "version": "2.1.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 11db84678b1..c898874c532 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" +version = "2.1.1" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/dashpay-contract/package.json b/packages/dashpay-contract/package.json index 513baea277f..e55a5713347 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", + "version": "2.1.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 16c06a8aefb..789ef888821 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" +version = "2.1.1" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/dpns-contract/Cargo.toml b/packages/dpns-contract/Cargo.toml index 3edc1300365..fc0b9690a03 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" +version = "2.1.1" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/dpns-contract/package.json b/packages/dpns-contract/package.json index a23108c4990..1d10a0d7077 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", + "version": "2.1.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 92392ddbc73..e74532af952 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" +version = "2.1.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 7dafed1bb98..8f70d488aa2 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", + "version": "2.1.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 1bba9135d68..af1b32f9e9c 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", + "version": "2.1.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 cc0b21c81d0..fa0fcfc213f 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", + "version": "2.1.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 e8e474fc63a..46ae488ea98 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", + "version": "2.1.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 e1439ecf0ae..13b087a8ff4 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", + "version": "2.1.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 b9966607639..7c276eed368 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" +version = "2.1.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 71fe57fe7f7..919023860f2 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", + "version": "2.1.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 c10a2fe9ae6..5291eb76290 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" +version = "2.1.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 357e53fcebb..48ad0cd811a 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", + "version": "2.1.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 587273a16dc..b03fda44072 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", + "version": "2.1.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 38677374567..84573b74906 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" +version = "2.1.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 a21eb73fdf2..618dff4f2ce 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" +version = "2.1.1" edition = "2021" [features] diff --git a/packages/rs-dapi-grpc-macros/Cargo.toml b/packages/rs-dapi-grpc-macros/Cargo.toml index aa975e72d4e..6cb6aa39659 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" +version = "2.1.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 189df575ec8..fdca2e3c9d5 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" +version = "2.1.1" edition = "2024" [[bin]] diff --git a/packages/rs-dash-event-bus/Cargo.toml b/packages/rs-dash-event-bus/Cargo.toml index 2ad7a7eee20..a415463882f 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" +version = "2.1.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 11b690ce690..44a0ebfba7d 100644 --- a/packages/rs-dpp/Cargo.toml +++ b/packages/rs-dpp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dpp" -version = "2.1.0" +version = "2.1.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 3e5aeb26d87..76be24809ea 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" +version = "2.1.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 e67d9ed7e90..0481cef553e 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" +version = "2.1.1" edition = "2021" rust-version.workspace = true diff --git a/packages/rs-drive/Cargo.toml b/packages/rs-drive/Cargo.toml index e1b9ccc41af..634d0b5f6a5 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" +version = "2.1.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 24d10669d9e..1730538e4be 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" +version = "2.1.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 12ccb9494ec..773b4300da9 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" +version = "2.1.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 2e4cd228d07..e995191a09d 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" +version = "2.1.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 e1a0f47fd5b..eb75c01f118 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" +version = "2.1.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 cd9b431330c..36d613827e0 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" +version = "2.1.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 fe7c62eb181..5724691a801 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" +version = "2.1.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 4cef32d5dde..84793805ebd 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" +version = "2.1.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 82c4fce011d..b8de6c765ca 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" +version = "2.1.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 a19df7da9b4..dfbfe417708 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" +version = "2.1.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 95f8ecdfb0f..d366996200a 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" +version = "2.1.1" edition = "2021" authors = ["sam@dash.org"] license = "MIT" diff --git a/packages/rs-sdk/Cargo.toml b/packages/rs-sdk/Cargo.toml index ef0ba65a676..2e39c254a10 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" +version = "2.1.1" edition = "2021" [dependencies] diff --git a/packages/simple-signer/Cargo.toml b/packages/simple-signer/Cargo.toml index af8a8c391e3..660be537947 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" +version = "2.1.1" edition = "2021" rust-version.workspace = true diff --git a/packages/strategy-tests/Cargo.toml b/packages/strategy-tests/Cargo.toml index 0e5f7af4608..7f6bc273fa0 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" +version = "2.1.1" authors = [ "Samuel Westrich ", "Ivan Shumkov ", diff --git a/packages/token-history-contract/Cargo.toml b/packages/token-history-contract/Cargo.toml index 5496e9cb675..e8221bcbb9a 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" +version = "2.1.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 dfb3f214c2a..a74fd4fb26f 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", + "version": "2.1.1", "description": "The token history contract", "scripts": { "lint": "eslint .", diff --git a/packages/wallet-lib/package.json b/packages/wallet-lib/package.json index ed2524e3191..8b93818b575 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", + "version": "2.1.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 8839f0ebeff..dd4eff07942 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" +version = "2.1.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 9a2e08d2fe2..6e4dc624d34 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", + "version": "2.1.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 855971d0ab3..f5e7e04248c 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" +version = "2.1.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 90c3c0e3d20..f5d638d47ec 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", + "version": "2.1.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 9b8110dc38c..51d8d013428 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" +version = "2.1.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 2aa565cccf5..9aec8812f9f 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", + "version": "2.1.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 2b1dbf544bc..d06349cfaab 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" +version = "2.1.1" edition = "2021" publish = false rust-version.workspace = true diff --git a/packages/wasm-sdk/package.json b/packages/wasm-sdk/package.json index 36c3e6f24c9..af48daaacbd 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", + "version": "2.1.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 f802257ed66..8dd658103ec 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" +version = "2.1.1" edition = "2021" rust-version.workspace = true license = "MIT" diff --git a/packages/withdrawals-contract/package.json b/packages/withdrawals-contract/package.json index 9b89516e551..a571715cf06 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", + "version": "2.1.1", "description": "Data Contract to manipulate and track withdrawals", "scripts": { "build": "",