From 5acbbb2139e64e57bb5890507142c8272dc46b56 Mon Sep 17 00:00:00 2001 From: Ivan Shumkov Date: Tue, 16 Jul 2024 22:47:41 +0700 Subject: [PATCH] chore(release): update changelog and bump version to 1.0.0-beta.1 (#1964) --- CHANGELOG.md | 130 ++++++++++++++++++ Cargo.lock | 50 +++---- package.json | 2 +- packages/bench-suite/package.json | 2 +- packages/check-features/Cargo.toml | 2 +- packages/dapi-grpc/Cargo.toml | 2 +- packages/dapi-grpc/package.json | 2 +- packages/dapi/package.json | 2 +- packages/dash-spv/package.json | 2 +- packages/dashmate/package.json | 2 +- packages/dashpay-contract/Cargo.toml | 2 +- packages/dashpay-contract/package.json | 2 +- packages/data-contracts/Cargo.toml | 2 +- packages/dpns-contract/Cargo.toml | 2 +- packages/dpns-contract/package.json | 2 +- packages/feature-flags-contract/Cargo.toml | 2 +- packages/feature-flags-contract/package.json | 2 +- packages/js-dapi-client/package.json | 2 +- packages/js-dash-sdk/package.json | 2 +- packages/js-grpc-common/package.json | 2 +- .../Cargo.toml | 2 +- .../package.json | 2 +- packages/platform-test-suite/package.json | 2 +- packages/rs-dapi-client/Cargo.toml | 2 +- packages/rs-dapi-grpc-macros/Cargo.toml | 2 +- packages/rs-dpp/Cargo.toml | 2 +- packages/rs-drive-abci/Cargo.toml | 2 +- packages/rs-drive-proof-verifier/Cargo.toml | 2 +- packages/rs-drive/Cargo.toml | 2 +- .../Cargo.toml | 2 +- .../Cargo.toml | 2 +- packages/rs-platform-serialization/Cargo.toml | 2 +- .../rs-platform-value-convertible/Cargo.toml | 2 +- packages/rs-platform-value/Cargo.toml | 2 +- packages/rs-platform-version/Cargo.toml | 2 +- packages/rs-platform-versioning/Cargo.toml | 2 +- packages/rs-sdk/Cargo.toml | 2 +- packages/simple-signer/Cargo.toml | 2 +- packages/strategy-tests/Cargo.toml | 2 +- packages/wallet-lib/package.json | 2 +- packages/wasm-dpp/Cargo.toml | 2 +- packages/wasm-dpp/package.json | 2 +- packages/withdrawals-contract/Cargo.toml | 2 +- packages/withdrawals-contract/package.json | 2 +- 44 files changed, 197 insertions(+), 67 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f74edeadda..60c77e72c8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,133 @@ +## [1.0.0-beta.1](https://github.com/dashpay/platform/compare/v1.0.0-dev.16...v1.0.0-beta.1) (2024-07-16) + + +### ⚠ BREAKING CHANGES + +* **platform:** disable credit withdrawals in V1 (#1961) +* **drive-abci:** rotate quorums when all quorums members have had a chance to propose a block (#1942) +* allowed to make required fields optional (#1919) +* **dpp:** data contract validation issues (#1851) +* **platform:** proofs v1 support (#1934) +* **dpp:** do not allow `dependentSchemas` (#1888) +* **sdk:** impl Fetch/FetchMany for masternode voting endpoints (#1864) + +### Features + +* contender serialization ([#1882](https://github.com/dashpay/platform/issues/1882)) +* **dashmate:** import existing Core data ([#1915](https://github.com/dashpay/platform/issues/1915)) +* **dashmate:** verify system requirements ([#1914](https://github.com/dashpay/platform/issues/1914)) +* **drive-abci:** rotate quorums when all quorums members have had a chance to propose a block ([#1942](https://github.com/dashpay/platform/issues/1942)) +* **drive:** platform version patching and state migrations ([#1941](https://github.com/dashpay/platform/issues/1941)) +* integrate grovedb visualizer ([#1933](https://github.com/dashpay/platform/issues/1933)) +* **platform:** proofs v1 support ([#1934](https://github.com/dashpay/platform/issues/1934)) +* **platform:** update to versioned grove db ([#1943](https://github.com/dashpay/platform/issues/1943)) +* remove votes of removed masternodes when collateral is moved ([#1894](https://github.com/dashpay/platform/issues/1894)) +* **sdk:** impl Fetch/FetchMany for masternode voting endpoints ([#1864](https://github.com/dashpay/platform/issues/1864)) +* **sdk:** support mocking of error responses ([#1926](https://github.com/dashpay/platform/issues/1926)) +* versioning of action conversion ([#1957](https://github.com/dashpay/platform/issues/1957)) + + +### Bug Fixes + +* Abstain and Lock trees for votes are now always first and fixed some limits ([#1921](https://github.com/dashpay/platform/issues/1921)) +* added description keyword to schema for contested index +* allowed to make required fields optional ([#1919](https://github.com/dashpay/platform/issues/1919)) +* build broken after merge of contested unique indexes validation ([#1892](https://github.com/dashpay/platform/issues/1892)) +* cleanup fix and remove identitiesIdsOnly Vote State query ([#1890](https://github.com/dashpay/platform/issues/1890)) +* contested document resolution fixes 2 and improvement to masternode vote ([#1904](https://github.com/dashpay/platform/issues/1904)) +* contested resources query fixes ([#1896](https://github.com/dashpay/platform/issues/1896)) +* contested unique indexes can only be on non mutable document types ([#1891](https://github.com/dashpay/platform/issues/1891)) +* **dashmate:** cannot read properties of null (reading '1') ([#1939](https://github.com/dashpay/platform/issues/1939)) +* **dashmate:** restart platform waits for DKG ([#1944](https://github.com/dashpay/platform/issues/1944)) +* **dpp:** data contract validation issues ([#1851](https://github.com/dashpay/platform/issues/1851)) +* **dpp:** document factory wouldn't allow delete transitions for immutable document types ([#1956](https://github.com/dashpay/platform/issues/1956)) +* **drive:** add validation that an identity can not apply to be a contender in a contest twice. ([#1923](https://github.com/dashpay/platform/issues/1923)) +* **drive:** contested document resolution with masternode voting batch empty fix ([#1880](https://github.com/dashpay/platform/issues/1880)) +* **drive:** panic if PlatformState has serialisation error ([#1945](https://github.com/dashpay/platform/issues/1945)) +* **drive:** valid instant lock signatures marked as invalid ([#1946](https://github.com/dashpay/platform/issues/1946)) +* duplicate fields defined in DPNS contract +* final clean up and fixing of contested resource voting PR +* fixed voting strategy tests and cleanup +* import fix for drive refactoring ([#1959](https://github.com/dashpay/platform/issues/1959)) +* incorrect proofs are returned for various state transitions ([#1912](https://github.com/dashpay/platform/issues/1912)) +* merkle root hash verification failed on devnet ([#1929](https://github.com/dashpay/platform/issues/1929)) +* minor issues detected by github actions ([#1928](https://github.com/dashpay/platform/issues/1928)) +* **sdk:** panic GrpcContextProvider on async call inside sync code ([#1870](https://github.com/dashpay/platform/issues/1870)) +* **sdk:** state transition broadcast missing contract provider ([#1913](https://github.com/dashpay/platform/issues/1913)) +* small fix fixing compilation +* small fix for test: test_document_creation_on_contested_unique_index +* some document error messages didnt specify the corresponding property ([#1873](https://github.com/dashpay/platform/issues/1873)) +* sum tree verification with specialized balances ([#1899](https://github.com/dashpay/platform/issues/1899)) +* voting proofs work as intended and various fixes ([#1910](https://github.com/dashpay/platform/issues/1910)) + + +### Build System + +* update rs-tenderdash-abci to 1.0.0-dev.1 ([#1909](https://github.com/dashpay/platform/issues/1909)) +* upgrade rs-tenderdash-abci to v1.0.0 and tenderdash to v1.0.0 ([#1918](https://github.com/dashpay/platform/issues/1918)) +* use ubuntu-platform github runner hardware for all github actions ([#1920](https://github.com/dashpay/platform/issues/1920)) + + +### Styles + +* **drive:** update formatting + + +### Tests + +* fix documentTransition.hasPrefundedBalance is not a function ([#1931](https://github.com/dashpay/platform/issues/1931)) +* **sdk:** disable failing tests for bugs scheduled for future ([#1930](https://github.com/dashpay/platform/issues/1930)) +* **sdk:** increase test coverage of masternode voting ([#1906](https://github.com/dashpay/platform/issues/1906)) +* **sdk:** masternode voting SDK tests ([#1893](https://github.com/dashpay/platform/issues/1893)) +* **sdk:** regenerate test vectors for masternode voting ([#1927](https://github.com/dashpay/platform/issues/1927)) +* temporary skip withdrawal tests + + +### Code Refactoring + +* changed Epoch serialization to make it slightly more efficient ([#1953](https://github.com/dashpay/platform/issues/1953)) +* cleanup of warnings and fix tests +* extract document faker to crate ([#1887](https://github.com/dashpay/platform/issues/1887)) +* fees to use version system ([#1911](https://github.com/dashpay/platform/issues/1911)) +* final drive refactoring ([#1958](https://github.com/dashpay/platform/issues/1958)) +* move rs-random-document to separate crate ([#1952](https://github.com/dashpay/platform/issues/1952)) +* multiplier to version system and tests for refunds ([#1950](https://github.com/dashpay/platform/issues/1950)) +* rename DriveQuery to DriveDocumentQuery ([#1954](https://github.com/dashpay/platform/issues/1954)) +* use library for feature version ([#1938](https://github.com/dashpay/platform/issues/1938)) + + +### Continuous Integration + +* explicitly authenticate AWS ([#1960](https://github.com/dashpay/platform/issues/1960)) + + +### Miscellaneous Chores + +* autogenerated grpc code +* better logging for devnet upgrade protocol test ([#1925](https://github.com/dashpay/platform/issues/1925)) +* **dashmate:** core RPC platform services authentication ([#1883](https://github.com/dashpay/platform/issues/1883)) +* **dashmate:** enable Core RPC whitelists ([#1962](https://github.com/dashpay/platform/issues/1962)) +* **dashmate:** provide debug information if version check fails ([#1936](https://github.com/dashpay/platform/issues/1936)) +* **dpp:** do not allow `dependentSchemas` ([#1888](https://github.com/dashpay/platform/issues/1888)) +* **drive:** additional logging and minor refactoring ([#1947](https://github.com/dashpay/platform/issues/1947)) +* **platform:** disable credit withdrawals in V1 ([#1961](https://github.com/dashpay/platform/issues/1961)) +* removed unused dpp code on state transition actions (old duplicate) ([#1955](https://github.com/dashpay/platform/issues/1955)) +* renamed back vote_choices to votes on places where it had been incorrectly changed +* revisit system data contracts ([#1889](https://github.com/dashpay/platform/issues/1889)) +* temp squash of masternode voting into higher branch ([#1877](https://github.com/dashpay/platform/issues/1877)) +* update Cargo lock +* update masternode voting tests after merging in v1 +* update to latest GroveDB (Proofs v1) +* update to latest grovedb 1.0.0-rc.2 ([#1948](https://github.com/dashpay/platform/issues/1948)) +* validate that contested index is unique ([#1881](https://github.com/dashpay/platform/issues/1881)) + + +### Documentation + +* add llvm to README.md ([#1908](https://github.com/dashpay/platform/issues/1908)) +* badge link for CI was broken in README.md ([#1932](https://github.com/dashpay/platform/issues/1932)) +* update readme to add cmake ([#1837](https://github.com/dashpay/platform/issues/1837)) + ## [1.0.0-dev.16](https://github.com/dashpay/platform/compare/v1.0.0-dev.15...v1.0.0-dev.16) (2024-06-29) diff --git a/Cargo.lock b/Cargo.lock index 966fab82b6f..c98c84effe8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -765,7 +765,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "check-features" -version = "0.1.1-4" +version = "0.1.0-beta.1" dependencies = [ "toml", ] @@ -1131,7 +1131,7 @@ dependencies = [ [[package]] name = "dapi-grpc" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "dapi-grpc-macros", "futures-core", @@ -1147,7 +1147,7 @@ dependencies = [ [[package]] name = "dapi-grpc-macros" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "dapi-grpc", "heck 0.5.0", @@ -1192,7 +1192,7 @@ dependencies = [ [[package]] name = "dash-sdk" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "arc-swap", "async-trait", @@ -1292,7 +1292,7 @@ dependencies = [ [[package]] name = "dashpay-contract" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "platform-value", "platform-version", @@ -1302,7 +1302,7 @@ dependencies = [ [[package]] name = "data-contracts" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "dashpay-contract", "dpns-contract", @@ -1396,7 +1396,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "dpns-contract" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "platform-value", "platform-version", @@ -1406,7 +1406,7 @@ dependencies = [ [[package]] name = "dpp" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "anyhow", "assert_matches", @@ -1458,7 +1458,7 @@ dependencies = [ [[package]] name = "drive" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "arc-swap", "base64 0.22.1", @@ -1497,7 +1497,7 @@ dependencies = [ [[package]] name = "drive-abci" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "arc-swap", "assert_matches", @@ -1553,7 +1553,7 @@ dependencies = [ [[package]] name = "drive-proof-verifier" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "bincode", "dapi-grpc", @@ -1767,7 +1767,7 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" [[package]] name = "feature-flags-contract" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "platform-value", "platform-version", @@ -2683,7 +2683,7 @@ dependencies = [ [[package]] name = "json-schema-compatibility-validator" -version = "0.25.16-rc.8" +version = "0.25.0-beta.1" dependencies = [ "assert_matches", "json-patch", @@ -2850,7 +2850,7 @@ dependencies = [ [[package]] name = "masternode-reward-shares-contract" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "platform-value", "platform-version", @@ -3414,7 +3414,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "platform-serialization" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "bincode", "platform-version", @@ -3422,7 +3422,7 @@ dependencies = [ [[package]] name = "platform-serialization-derive" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "proc-macro2", "quote", @@ -3432,7 +3432,7 @@ dependencies = [ [[package]] name = "platform-value" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "base64 0.22.1", "bincode", @@ -3453,7 +3453,7 @@ dependencies = [ [[package]] name = "platform-value-convertible" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "quote", "syn 2.0.71", @@ -3461,7 +3461,7 @@ dependencies = [ [[package]] name = "platform-version" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "bincode", "grovedb-version", @@ -3472,7 +3472,7 @@ dependencies = [ [[package]] name = "platform-versioning" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "proc-macro2", "quote", @@ -4082,7 +4082,7 @@ dependencies = [ [[package]] name = "rs-dapi-client" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "backon", "chrono", @@ -4590,7 +4590,7 @@ checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" [[package]] name = "simple-signer" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "base64 0.22.1", "bincode", @@ -4681,7 +4681,7 @@ dependencies = [ [[package]] name = "strategy-tests" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "bincode", "dpp", @@ -5723,7 +5723,7 @@ checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" [[package]] name = "wasm-dpp" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "anyhow", "async-trait", @@ -5996,7 +5996,7 @@ dependencies = [ [[package]] name = "withdrawals-contract" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" dependencies = [ "num_enum", "platform-value", diff --git a/package.json b/package.json index ce6fb87b230..a1de0a44f2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/platform", - "version": "1.0.0-dev.16", + "version": "1.0.0-beta.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 716cadf1348..1967ef759be 100644 --- a/packages/bench-suite/package.json +++ b/packages/bench-suite/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/bench-suite", "private": true, - "version": "1.0.0-dev.16", + "version": "1.0.0-beta.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 c017554a3ca..ee583123ed7 100644 --- a/packages/check-features/Cargo.toml +++ b/packages/check-features/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "check-features" -version = "0.1.1-4" +version = "0.1.0-beta.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 f696d116a17..dbd83e355b5 100644 --- a/packages/dapi-grpc/Cargo.toml +++ b/packages/dapi-grpc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dapi-grpc" description = "GRPC client for Dash Platform" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" authors = [ "Samuel Westrich ", "Igor Markin ", diff --git a/packages/dapi-grpc/package.json b/packages/dapi-grpc/package.json index 7c506831027..fe34d22fa2b 100644 --- a/packages/dapi-grpc/package.json +++ b/packages/dapi-grpc/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dapi-grpc", - "version": "1.0.0-dev.16", + "version": "1.0.0-beta.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 e38deff724e..85660774924 100644 --- a/packages/dapi/package.json +++ b/packages/dapi/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/dapi", "private": true, - "version": "1.0.0-dev.16", + "version": "1.0.0-beta.1", "description": "A decentralized API for the Dash network", "scripts": { "api": "node scripts/api.js", diff --git a/packages/dash-spv/package.json b/packages/dash-spv/package.json index df097edce25..ead7d891158 100644 --- a/packages/dash-spv/package.json +++ b/packages/dash-spv/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dash-spv", - "version": "1.0.0-dev.16", + "version": "1.0.0-beta.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 29e792d7329..a8a33feab54 100644 --- a/packages/dashmate/package.json +++ b/packages/dashmate/package.json @@ -1,6 +1,6 @@ { "name": "dashmate", - "version": "1.0.0-dev.16", + "version": "1.0.0-beta.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 7b4dc558dc1..173d7e1cdc4 100644 --- a/packages/dashpay-contract/Cargo.toml +++ b/packages/dashpay-contract/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dashpay-contract" description = "DashPay data contract schema and tools" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" rust-version = "1.76" license = "MIT" diff --git a/packages/dashpay-contract/package.json b/packages/dashpay-contract/package.json index ddfba2b29bf..6752ff7ee64 100644 --- a/packages/dashpay-contract/package.json +++ b/packages/dashpay-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dashpay-contract", - "version": "1.0.0-dev.16", + "version": "1.0.0-beta.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 ef9e9d19f82..6bedccf9df1 100644 --- a/packages/data-contracts/Cargo.toml +++ b/packages/data-contracts/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "data-contracts" description = "Dash Platform system data contracts" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" rust-version = "1.76" license = "MIT" diff --git a/packages/dpns-contract/Cargo.toml b/packages/dpns-contract/Cargo.toml index 963ec343dd3..55a571dda85 100644 --- a/packages/dpns-contract/Cargo.toml +++ b/packages/dpns-contract/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dpns-contract" description = "DPNS data contract schema and tools" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" rust-version = "1.76" license = "MIT" diff --git a/packages/dpns-contract/package.json b/packages/dpns-contract/package.json index cead22513a6..e342fa74174 100644 --- a/packages/dpns-contract/package.json +++ b/packages/dpns-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dpns-contract", - "version": "1.0.0-dev.16", + "version": "1.0.0-beta.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 7bb25916db5..5f85350813c 100644 --- a/packages/feature-flags-contract/Cargo.toml +++ b/packages/feature-flags-contract/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "feature-flags-contract" description = "Feature flags data contract schema and tools" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" rust-version = "1.76" license = "MIT" diff --git a/packages/feature-flags-contract/package.json b/packages/feature-flags-contract/package.json index 403e08f885f..e89f0c3b517 100644 --- a/packages/feature-flags-contract/package.json +++ b/packages/feature-flags-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/feature-flags-contract", - "version": "1.0.0-dev.16", + "version": "1.0.0-beta.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 88e1df48abc..4d22a63718b 100644 --- a/packages/js-dapi-client/package.json +++ b/packages/js-dapi-client/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/dapi-client", - "version": "1.0.0-dev.16", + "version": "1.0.0-beta.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 0b7e89d90b7..2a543d8b94a 100644 --- a/packages/js-dash-sdk/package.json +++ b/packages/js-dash-sdk/package.json @@ -1,6 +1,6 @@ { "name": "dash", - "version": "4.0.0-dev.16", + "version": "4.0.0-beta.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-grpc-common/package.json b/packages/js-grpc-common/package.json index 86c1e61fca9..d5a59f53fc4 100644 --- a/packages/js-grpc-common/package.json +++ b/packages/js-grpc-common/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/grpc-common", - "version": "1.0.0-dev.16", + "version": "1.0.0-beta.1", "description": "Common GRPC library", "main": "index.js", "scripts": { diff --git a/packages/masternode-reward-shares-contract/Cargo.toml b/packages/masternode-reward-shares-contract/Cargo.toml index 8124bfd942e..93558071147 100644 --- a/packages/masternode-reward-shares-contract/Cargo.toml +++ b/packages/masternode-reward-shares-contract/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "masternode-reward-shares-contract" description = "Masternode reward shares data contract schema and tools" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" rust-version = "1.76" license = "MIT" diff --git a/packages/masternode-reward-shares-contract/package.json b/packages/masternode-reward-shares-contract/package.json index 36d965ff51e..d7a58d46f7e 100644 --- a/packages/masternode-reward-shares-contract/package.json +++ b/packages/masternode-reward-shares-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/masternode-reward-shares-contract", - "version": "1.0.0-dev.16", + "version": "1.0.0-beta.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 c77df73ce7d..22c709dbd72 100644 --- a/packages/platform-test-suite/package.json +++ b/packages/platform-test-suite/package.json @@ -1,7 +1,7 @@ { "name": "@dashevo/platform-test-suite", "private": true, - "version": "1.0.0-dev.16", + "version": "1.0.0-beta.1", "description": "Dash Network end-to-end tests", "scripts": { "test": "yarn exec bin/test.sh", diff --git a/packages/rs-dapi-client/Cargo.toml b/packages/rs-dapi-client/Cargo.toml index 80f51a55483..a15e593a2b8 100644 --- a/packages/rs-dapi-client/Cargo.toml +++ b/packages/rs-dapi-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rs-dapi-client" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" [features] diff --git a/packages/rs-dapi-grpc-macros/Cargo.toml b/packages/rs-dapi-grpc-macros/Cargo.toml index 7cfa28ff7a9..b4e4c9c2c30 100644 --- a/packages/rs-dapi-grpc-macros/Cargo.toml +++ b/packages/rs-dapi-grpc-macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dapi-grpc-macros" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" description = "Macros used by dapi-grpc. Internal use only." diff --git a/packages/rs-dpp/Cargo.toml b/packages/rs-dpp/Cargo.toml index e3f922cb6a0..232302b9081 100644 --- a/packages/rs-dpp/Cargo.toml +++ b/packages/rs-dpp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dpp" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" rust-version = "1.76" authors = [ diff --git a/packages/rs-drive-abci/Cargo.toml b/packages/rs-drive-abci/Cargo.toml index e7bce2ca2c5..e25c95842c9 100644 --- a/packages/rs-drive-abci/Cargo.toml +++ b/packages/rs-drive-abci/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drive-abci" -version = "1.0.0-dev.16" +version = "1.0.0-beta.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 f6c80b4e73e..e2b32e6813d 100644 --- a/packages/rs-drive-proof-verifier/Cargo.toml +++ b/packages/rs-drive-proof-verifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drive-proof-verifier" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" rust-version = "1.76" diff --git a/packages/rs-drive/Cargo.toml b/packages/rs-drive/Cargo.toml index a78478eaf61..1b3d7f61896 100644 --- a/packages/rs-drive/Cargo.toml +++ b/packages/rs-drive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "drive" description = "Dash drive built on top of GroveDB" -version = "1.0.0-dev.16" +version = "1.0.0-beta.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 b2e4b3040e8..69248535b26 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 = "0.25.16-rc.8" +version = "1.0.0-beta.1" edition = "2021" rust-version = "1.76" authors = [ diff --git a/packages/rs-platform-serialization-derive/Cargo.toml b/packages/rs-platform-serialization-derive/Cargo.toml index 8e44c2f85a1..f9b02274a15 100644 --- a/packages/rs-platform-serialization-derive/Cargo.toml +++ b/packages/rs-platform-serialization-derive/Cargo.toml @@ -2,7 +2,7 @@ name = "platform-serialization-derive" authors = ["Samuel Westrich "] description = "Bincode serialization and deserialization derivations" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" rust-version = "1.76" license = "MIT" diff --git a/packages/rs-platform-serialization/Cargo.toml b/packages/rs-platform-serialization/Cargo.toml index f39732ae917..bb1fba2fe3c 100644 --- a/packages/rs-platform-serialization/Cargo.toml +++ b/packages/rs-platform-serialization/Cargo.toml @@ -2,7 +2,7 @@ name = "platform-serialization" authors = ["Samuel Westrich "] description = "Bincode based serialization and deserialization" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" rust-version = "1.76" license = "MIT" diff --git a/packages/rs-platform-value-convertible/Cargo.toml b/packages/rs-platform-value-convertible/Cargo.toml index 83e6bb6553b..d925a12fa3c 100644 --- a/packages/rs-platform-value-convertible/Cargo.toml +++ b/packages/rs-platform-value-convertible/Cargo.toml @@ -2,7 +2,7 @@ name = "platform-value-convertible" authors = ["Samuel Westrich "] description = "Convertion to and from platform values" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" rust-version = "1.76" license = "MIT" diff --git a/packages/rs-platform-value/Cargo.toml b/packages/rs-platform-value/Cargo.toml index c8740461849..a5807a9812a 100644 --- a/packages/rs-platform-value/Cargo.toml +++ b/packages/rs-platform-value/Cargo.toml @@ -2,7 +2,7 @@ name = "platform-value" authors = ["Samuel Westrich "] description = "A simple value module" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" rust-version = "1.76" license = "MIT" diff --git a/packages/rs-platform-version/Cargo.toml b/packages/rs-platform-version/Cargo.toml index 9d02068df28..8570eb86ed9 100644 --- a/packages/rs-platform-version/Cargo.toml +++ b/packages/rs-platform-version/Cargo.toml @@ -2,7 +2,7 @@ name = "platform-version" authors = ["Samuel Westrich "] description = "Versioning library for Platform" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" rust-version = "1.76" license = "MIT" diff --git a/packages/rs-platform-versioning/Cargo.toml b/packages/rs-platform-versioning/Cargo.toml index 18955997dd6..ef41b48d985 100644 --- a/packages/rs-platform-versioning/Cargo.toml +++ b/packages/rs-platform-versioning/Cargo.toml @@ -2,7 +2,7 @@ name = "platform-versioning" authors = ["Samuel Westrich "] description = "Version derivation" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" rust-version = "1.76" license = "MIT" diff --git a/packages/rs-sdk/Cargo.toml b/packages/rs-sdk/Cargo.toml index 759bebe8a5e..f6a821ec941 100644 --- a/packages/rs-sdk/Cargo.toml +++ b/packages/rs-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dash-sdk" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" [dependencies] diff --git a/packages/simple-signer/Cargo.toml b/packages/simple-signer/Cargo.toml index 3b4fb32dce5..291a50f7f32 100644 --- a/packages/simple-signer/Cargo.toml +++ b/packages/simple-signer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-signer" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" rust-version = "1.76" diff --git a/packages/strategy-tests/Cargo.toml b/packages/strategy-tests/Cargo.toml index f56cdebab3e..8457dd485ab 100644 --- a/packages/strategy-tests/Cargo.toml +++ b/packages/strategy-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strategy-tests" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" authors = [ "Samuel Westrich ", "Ivan Shumkov ", diff --git a/packages/wallet-lib/package.json b/packages/wallet-lib/package.json index b4394bc964a..8f2dd774073 100644 --- a/packages/wallet-lib/package.json +++ b/packages/wallet-lib/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/wallet-lib", - "version": "8.0.0-dev.16", + "version": "8.0.0-beta.1", "description": "Light wallet library for Dash", "main": "src/index.js", "unpkg": "dist/wallet-lib.min.js", diff --git a/packages/wasm-dpp/Cargo.toml b/packages/wasm-dpp/Cargo.toml index d8a6addff51..0689b2c5eec 100644 --- a/packages/wasm-dpp/Cargo.toml +++ b/packages/wasm-dpp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-dpp" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" rust-version = "1.76" authors = ["Anton Suprunchuk "] diff --git a/packages/wasm-dpp/package.json b/packages/wasm-dpp/package.json index 6b573eb4fea..c8ddd1bbdb8 100644 --- a/packages/wasm-dpp/package.json +++ b/packages/wasm-dpp/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/wasm-dpp", - "version": "1.0.0-dev.16", + "version": "1.0.0-beta.1", "description": "The JavaScript implementation of the Dash Platform Protocol", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/withdrawals-contract/Cargo.toml b/packages/withdrawals-contract/Cargo.toml index 72ac24ef136..58ac67b0519 100644 --- a/packages/withdrawals-contract/Cargo.toml +++ b/packages/withdrawals-contract/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "withdrawals-contract" description = "Witdrawals data contract schema and tools" -version = "1.0.0-dev.16" +version = "1.0.0-beta.1" edition = "2021" rust-version = "1.76" license = "MIT" diff --git a/packages/withdrawals-contract/package.json b/packages/withdrawals-contract/package.json index 1322360aa15..630fe89e980 100644 --- a/packages/withdrawals-contract/package.json +++ b/packages/withdrawals-contract/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/withdrawals-contract", - "version": "1.0.0-dev.16", + "version": "1.0.0-beta.1", "description": "Data Contract to manipulate and track withdrawals", "scripts": { "build": "",