From aec1c416dd9f740286dec7ae439e933bed2cdeb4 Mon Sep 17 00:00:00 2001 From: thephez Date: Mon, 22 Jul 2024 14:50:09 -0400 Subject: [PATCH] chore: update to v1.0.0-beta.4 (#39) * chore: update to platform v1.0-beta * fix: update dapi client to comment out disabled methods --- package-lock.json | 653 ++++++++++++++++++------------------- package.json | 4 +- use-dapi-client-methods.js | 7 +- 3 files changed, 331 insertions(+), 333 deletions(-) diff --git a/package-lock.json b/package-lock.json index 65a0b6e..19d09ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "platform-readme-tutorials", - "version": "1.0.0-dev", + "version": "1.0.0-beta", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "platform-readme-tutorials", - "version": "1.0.0-dev", + "version": "1.0.0-beta", "license": "MIT", "dependencies": { - "dash": "^4.0.0-dev.12" + "dash": "^4.0.0-beta.4" }, "devDependencies": { "dotenv": "^16.0.0", @@ -34,11 +34,11 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.24.2", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz", - "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", + "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", "dependencies": { - "@babel/highlight": "^7.24.2", + "@babel/highlight": "^7.24.7", "picocolors": "^1.0.0" }, "engines": { @@ -46,19 +46,19 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", - "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", + "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.24.2", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz", - "integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", + "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", "dependencies": { - "@babel/helper-validator-identifier": "^7.22.20", + "@babel/helper-validator-identifier": "^7.24.7", "chalk": "^2.4.2", "js-tokens": "^4.0.0", "picocolors": "^1.0.0" @@ -158,15 +158,15 @@ } }, "node_modules/@dashevo/dapi-client": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/dapi-client/-/dapi-client-1.0.0-dev.12.tgz", - "integrity": "sha512-t93e/BElyNyHapLjQwBYhHdsZP3HH8UXdFa/1ZIXG4Pi+Xtpp8U5Vohz1esM45eD+uLiA5dRJ9xtOVq1VGaCrQ==", - "dependencies": { - "@dashevo/dapi-grpc": "1.0.0-dev.12", - "@dashevo/dash-spv": "1.0.0-dev.12", - "@dashevo/dashcore-lib": "~0.21.1", - "@dashevo/grpc-common": "1.0.0-dev.12", - "@dashevo/wasm-dpp": "1.0.0-dev.12", + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/dapi-client/-/dapi-client-1.0.0-beta.4.tgz", + "integrity": "sha512-wUAlXGdFxUG9ZY1UmTTwwN5JVcf0c0oCCODUJzOlz/M+9HjAXz01OAFhaT/mWggHRtVpvY4shSh4/WS03Qge1w==", + "dependencies": { + "@dashevo/dapi-grpc": "1.0.0-beta.4", + "@dashevo/dash-spv": "1.0.0-beta.4", + "@dashevo/dashcore-lib": "~0.21.3", + "@dashevo/grpc-common": "1.0.0-beta.4", + "@dashevo/wasm-dpp": "1.0.0-beta.4", "bs58": "^4.0.1", "cbor": "^8.0.0", "google-protobuf": "^3.12.2", @@ -178,11 +178,11 @@ } }, "node_modules/@dashevo/dapi-grpc": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/dapi-grpc/-/dapi-grpc-1.0.0-dev.12.tgz", - "integrity": "sha512-Shb2RdJWFco8TEyJvxP8ec0mkvwZtlKuYrSoGL7/BohLfYlz31llnPQiDqppV5K617e7NOlipRG9XEJ3GMwlIQ==", + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/dapi-grpc/-/dapi-grpc-1.0.0-beta.4.tgz", + "integrity": "sha512-THmMUJ8enBgE6FyGP+lpSgx0Ii6JCx4d1CSlLyu2eryFMAfxIcScfF3DEvRR4QbvzgRRC+J9wYZZIAYo7hWbrg==", "dependencies": { - "@dashevo/grpc-common": "1.0.0-dev.12", + "@dashevo/grpc-common": "1.0.0-beta.4", "@dashevo/protobufjs": "6.10.5", "@grpc/grpc-js": "1.4.4", "@improbable-eng/grpc-web": "^0.15.0", @@ -196,13 +196,13 @@ "integrity": "sha512-rt0PzGzqplqERWVIMLlBxm4mJqjFTYNUFRhIccbfaF/MDyd0/585krGOWIhe0Sis9XQNA/FJlxxRjtPXIcyyCg==" }, "node_modules/@dashevo/dash-spv": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/dash-spv/-/dash-spv-1.0.0-dev.12.tgz", - "integrity": "sha512-ZGPiH5x/koIZgNK8HUy5RpiocGaasbSzY2vyGPhOysEEBPTuDiyRi7nlCgLOfHpzNCCbz02zasL4PT8/daCbnQ==", + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/dash-spv/-/dash-spv-1.0.0-beta.4.tgz", + "integrity": "sha512-cdnrMom24/68ihMljEKalYv5gmcNCmZAmMC3fHEpClQc75CJdQm2sRkRPBfZxlxMFD8eaiUyXIUUE3cdqGN1ig==", "dependencies": { "@dashevo/dark-gravity-wave": "^1.1.1", "@dashevo/dash-util": "^2.0.3", - "@dashevo/dashcore-lib": "~0.21.1", + "@dashevo/dashcore-lib": "~0.21.3", "levelup": "^4.4.0", "memdown": "^5.1.0", "wasm-x11-hash": "~0.0.2" @@ -218,9 +218,9 @@ } }, "node_modules/@dashevo/dashcore-lib": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/@dashevo/dashcore-lib/-/dashcore-lib-0.21.1.tgz", - "integrity": "sha512-ZRzzvIkB5NtS04QmBDOPBqyMQTV+yzrUc/T+TbsKcF5FdapQCAzN4HnTsIXKLenPk2TpW/j68yFwoA1tj3eRXA==", + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/@dashevo/dashcore-lib/-/dashcore-lib-0.21.3.tgz", + "integrity": "sha512-ed16AHv5JpFCtxXitlB2KDunUAzvHy0cBzrqDUCGNuHBdkvGPYwugw4QOF4VJUDoaoo1/3PUXrJ8oTk3xbskQg==", "dependencies": { "@dashevo/bls": "~1.2.9", "@dashevo/x11-hash-js": "^1.0.2", @@ -237,19 +237,19 @@ } }, "node_modules/@dashevo/dashpay-contract": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/dashpay-contract/-/dashpay-contract-1.0.0-dev.12.tgz", - "integrity": "sha512-ecuCHGXVNNOn/gPDvBjZ4faCVduUyQ+pvnOb1t69OjjeDBjxyyEUfiwODmSA0SeeAapNX3W/M62rs+w+0DNJ4w==" + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/dashpay-contract/-/dashpay-contract-1.0.0-beta.4.tgz", + "integrity": "sha512-77CsG8MvCMAHU+ee8DABzzyvwA9ZBeB1wFwnaTOvQdg8vzs4p1q8Ni7b7oCCOl+ZHtWDckoDxFQrWBV10TzxCQ==" }, "node_modules/@dashevo/dpns-contract": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/dpns-contract/-/dpns-contract-1.0.0-dev.12.tgz", - "integrity": "sha512-ksFiM1uZ2gNanFehzWCpXkulGkXSdKf6QvUQnRmDCDvyl9y+cAsRrOfNqXdmIZ8qEww78UuZVGyz/q55XqSPPg==" + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/dpns-contract/-/dpns-contract-1.0.0-beta.4.tgz", + "integrity": "sha512-epyIlAR2DqoBY0xxlNv3HfpkZkFS2tAQDW4S/MfNNpDM1CGgqyVDIJj1jGbOPybWA+BPrsTtyLJolVtBYO50MQ==" }, "node_modules/@dashevo/grpc-common": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/grpc-common/-/grpc-common-1.0.0-dev.12.tgz", - "integrity": "sha512-kgI/EjLw2qj9sYGYHrhfcQdi1zaqHeTXVuRLOJpoOmENwME3Cm3qlZy/pwsrUT5Tyfo3ns14kuH6wneDhUCwug==", + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/grpc-common/-/grpc-common-1.0.0-beta.4.tgz", + "integrity": "sha512-mbJDNSqQsOhcTr6xfur8ehldY8BVdVdP1cp83srA7d6cPcnUBKvAPeZM4LpFzQ8npQS3i2xvNFL2vqv4Y09cUg==", "dependencies": { "@dashevo/protobufjs": "6.10.5", "@grpc/grpc-js": "1.4.4", @@ -261,9 +261,9 @@ } }, "node_modules/@dashevo/masternode-reward-shares-contract": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/masternode-reward-shares-contract/-/masternode-reward-shares-contract-1.0.0-dev.12.tgz", - "integrity": "sha512-3nsO8wOFH7l/5iwjj/0ICvkieUgyynZeBNS2BJgs2gvVRIlN2yunZt/lgRcfyvZ5cTtIcyjzSioRIyv5bSIhOg==" + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/masternode-reward-shares-contract/-/masternode-reward-shares-contract-1.0.0-beta.4.tgz", + "integrity": "sha512-i4QEmyamBCl7ZfD0T7LhnNskgARNPMnJw5buGLJ0waj8tzhzT7nMMzASBRrlOaK2xy15Y3JUtjh8ma2/fT8Yuw==" }, "node_modules/@dashevo/protobufjs": { "version": "6.10.5", @@ -301,14 +301,14 @@ "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" }, "node_modules/@dashevo/wallet-lib": { - "version": "8.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/wallet-lib/-/wallet-lib-8.0.0-dev.12.tgz", - "integrity": "sha512-G/7B73hWxtlOf1HUMoHl+4T1vH9wjZkyYZU7K9JyUELCAEbzOiBcxnd6poDbRb7cGVVn44BjeCQk9T445xzsvA==", - "dependencies": { - "@dashevo/dapi-client": "1.0.0-dev.12", - "@dashevo/dashcore-lib": "~0.21.1", - "@dashevo/grpc-common": "1.0.0-dev.12", - "@dashevo/wasm-dpp": "1.0.0-dev.12", + "version": "8.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/wallet-lib/-/wallet-lib-8.0.0-beta.4.tgz", + "integrity": "sha512-0E5i8KVB61+HKJ2VXRVZUcRxPs+vERRTcCTEtofQgOg/RUaAmLT9U66xNJ729BM5elX/aShy0MWTPqm8sAZRHw==", + "dependencies": { + "@dashevo/dapi-client": "1.0.0-beta.4", + "@dashevo/dashcore-lib": "~0.21.3", + "@dashevo/grpc-common": "1.0.0-beta.4", + "@dashevo/wasm-dpp": "1.0.0-beta.4", "@yarnpkg/pnpify": "^4.0.0-rc.42", "cbor": "^8.0.0", "crypto-js": "^4.2.0", @@ -319,9 +319,9 @@ } }, "node_modules/@dashevo/wasm-dpp": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/wasm-dpp/-/wasm-dpp-1.0.0-dev.12.tgz", - "integrity": "sha512-WQSqdInnVOnGShCA3PaFES0CRGJc+wO2hD3RIvH5LxpOpQ0SmWdlPVRV9jKhw52vLdfuMrqcMcoIez/xVMb3Rw==", + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/wasm-dpp/-/wasm-dpp-1.0.0-beta.4.tgz", + "integrity": "sha512-WyctJC6JTO4HM+9bCss97MEBtckawB9QWOVvErSY7Oqu2J/oRcc1LVYBtT8rMnANw+IC4mHqAMaQVOkgz9y2fw==", "dependencies": { "@dashevo/bls": "~1.2.9", "bs58": "^4.0.1", @@ -330,9 +330,9 @@ } }, "node_modules/@dashevo/withdrawals-contract": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/withdrawals-contract/-/withdrawals-contract-1.0.0-dev.12.tgz", - "integrity": "sha512-drfBsOllUFVvnM1bsrhD8KUNviB7pqVp7MqOgs+4kTO2FUDsf8MajB/I9M5sA+sWKBBOXUnt7kMy1dYDqwpycA==" + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/withdrawals-contract/-/withdrawals-contract-1.0.0-beta.4.tgz", + "integrity": "sha512-LUFtCTJCYM8/U8fDdhyBzaOXQXaTJn8anlb5v9lLL8SwpFC/JYTRTrCBRMRWCEQZgYQMt+z1+MsUda5UmS+rBg==" }, "node_modules/@dashevo/x11-hash-js": { "version": "1.0.2", @@ -667,9 +667,9 @@ } }, "node_modules/@types/emscripten": { - "version": "1.39.10", - "resolved": "https://registry.npmjs.org/@types/emscripten/-/emscripten-1.39.10.tgz", - "integrity": "sha512-TB/6hBkYQJxsZHSqyeuO1Jt0AB/bW6G7rHt9g7lML7SOF6lbgcHvw/Lr+69iqN0qxgXLhWKScAon73JNnptuDw==" + "version": "1.39.13", + "resolved": "https://registry.npmjs.org/@types/emscripten/-/emscripten-1.39.13.tgz", + "integrity": "sha512-cFq+fO/isvhvmuP/+Sl4K4jtU6E23DoivtbO4r50e3odaxAiVdbfSYRDdJ4gCdxx+3aRjhphS5ZMwIH4hFy/Cw==" }, "node_modules/@types/eslint": { "version": "7.29.0", @@ -747,17 +747,17 @@ "integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==" }, "node_modules/@yarnpkg/core": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@yarnpkg/core/-/core-4.0.3.tgz", - "integrity": "sha512-O+WGCjB9aIBxdRMBxXdsIy08MW4RbxfCS2AfywWb8DPS9H0LICahUJgNAaE0fwCsW7/gNzQbLYlh9DQQwzONrA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@yarnpkg/core/-/core-4.1.1.tgz", + "integrity": "sha512-Py26fODbsgcFdoq/iYEbqZPkIrjWcICMf/BuI7EDR6YjHmD+FQ4HyqfeanhvePsORCHNAwfqsnr1OqrfKZFrEA==", "dependencies": { "@arcanis/slice-ansi": "^1.1.1", "@types/semver": "^7.1.0", "@types/treeify": "^1.0.0", - "@yarnpkg/fslib": "^3.0.2", - "@yarnpkg/libzip": "^3.0.1", - "@yarnpkg/parsers": "^3.0.0", - "@yarnpkg/shell": "^4.0.0", + "@yarnpkg/fslib": "^3.1.0", + "@yarnpkg/libzip": "^3.1.0", + "@yarnpkg/parsers": "^3.0.2", + "@yarnpkg/shell": "^4.0.2", "camelcase": "^5.3.1", "chalk": "^3.0.0", "ci-info": "^3.2.0", @@ -809,9 +809,9 @@ } }, "node_modules/@yarnpkg/fslib": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@yarnpkg/fslib/-/fslib-3.0.2.tgz", - "integrity": "sha512-dqSpZCj9ZeqMZzITHvpi5qKS9MCLWZYCl6NHCSl3a+BqiyLApehWAy60zjv9F1fxKZ6RKDgHLhBWhx8RwPm6Dw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@yarnpkg/fslib/-/fslib-3.1.0.tgz", + "integrity": "sha512-wsj7/sUVSdXOIX/qwaON/Ky5GsP5gs9ry9DKwgLbWT7k3qw4/EcHAtfTtPhBYu33UibzBFI+fgB4wBRVH2XVaw==", "dependencies": { "tslib": "^2.4.0" }, @@ -820,19 +820,19 @@ } }, "node_modules/@yarnpkg/libzip": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@yarnpkg/libzip/-/libzip-3.0.1.tgz", - "integrity": "sha512-fiqRLk2fyd2r34/Qc7HlP8fKIo1CK5CZpLNObJwnbFmZQN2hVanovFlG++3oH3qYJymEmjPl5EGsygcEJZl4Pg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@yarnpkg/libzip/-/libzip-3.1.0.tgz", + "integrity": "sha512-x66/F8wEOUL8Hi4NZFVVKCFNITN0keQt0ZNlY5V9dRb+judyO8aJv4hazO3WyblnGhClvuBPbx+a2X4LNS5ziA==", "dependencies": { "@types/emscripten": "^1.39.6", - "@yarnpkg/fslib": "^3.0.2", + "@yarnpkg/fslib": "^3.1.0", "tslib": "^2.4.0" }, "engines": { "node": ">=18.12.0" }, "peerDependencies": { - "@yarnpkg/fslib": "^3.0.2" + "@yarnpkg/fslib": "^3.1.0" } }, "node_modules/@yarnpkg/nm": { @@ -849,9 +849,9 @@ } }, "node_modules/@yarnpkg/parsers": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@yarnpkg/parsers/-/parsers-3.0.0.tgz", - "integrity": "sha512-jVZa3njBv6tcOUw34nlUdUM/40wwtm/gnVF8rtk0tA6vNcokqYI8CFU1BZjlpFwUSZaXxYkrtuPE/f2MMFlTxQ==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@yarnpkg/parsers/-/parsers-3.0.2.tgz", + "integrity": "sha512-/HcYgtUSiJiot/XWGLOlGxPYUG65+/31V8oqk17vZLW1xlCoR4PampyePljOxY2n8/3jz9+tIFzICsyGujJZoA==", "dependencies": { "js-yaml": "^3.10.0", "tslib": "^2.4.0" @@ -861,33 +861,33 @@ } }, "node_modules/@yarnpkg/pnp": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@yarnpkg/pnp/-/pnp-4.0.2.tgz", - "integrity": "sha512-fOZoZJP8AqHtAWlgZukbQu87lHtm2Hutz5EzahKx7756EfgkE3hcyp0PukYzO2GITPtgsNo5A0V4R1FgFJtAUA==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@yarnpkg/pnp/-/pnp-4.0.6.tgz", + "integrity": "sha512-4jPOWm6ODvR3AZPqMd4iAIrwhpcEatPk8oyJ8bydpeE+EG5jDxT7pRa3882dSE4qvs3PUtNyN84g9fiXXIZE4Q==", "dependencies": { "@types/node": "^18.17.15", - "@yarnpkg/fslib": "^3.0.2" + "@yarnpkg/fslib": "^3.1.0" }, "engines": { "node": ">=18.12.0" } }, "node_modules/@yarnpkg/pnp/node_modules/@types/node": { - "version": "18.19.31", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz", - "integrity": "sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==", + "version": "18.19.41", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.41.tgz", + "integrity": "sha512-LX84pRJ+evD2e2nrgYCHObGWkiQJ1mL+meAgbvnwk/US6vmMY7S2ygBTGV2Jw91s9vUsLSXeDEkUHZIJGLrhsg==", "dependencies": { "undici-types": "~5.26.4" } }, "node_modules/@yarnpkg/pnpify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@yarnpkg/pnpify/-/pnpify-4.0.1.tgz", - "integrity": "sha512-eC9ZT34rvVObXZbyZ92hSt3+PLGD4cmb7L9aiVfUGRUr6gosRvdQWkkKS98RjhaPzJG/tgM2Ja7ywcpLqdvoIg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@yarnpkg/pnpify/-/pnpify-4.1.0.tgz", + "integrity": "sha512-N5u4kowx3q0dwc+JFl5WAO91h8YxqmFYEHL5Z2Iy7T9EMhWw6q7/NevjwstTu1/EMRQBbnvLgAmG6mmgu7Khzg==", "dependencies": { - "@yarnpkg/core": "^4.0.2", - "@yarnpkg/fslib": "^3.0.1", - "@yarnpkg/nm": "^4.0.1", + "@yarnpkg/core": "^4.0.5", + "@yarnpkg/fslib": "^3.1.0", + "@yarnpkg/nm": "^4.0.2", "clipanion": "^4.0.0-rc.2", "tslib": "^2.4.0" }, @@ -899,12 +899,12 @@ } }, "node_modules/@yarnpkg/shell": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@yarnpkg/shell/-/shell-4.0.0.tgz", - "integrity": "sha512-Yk2gyiQvsoee/jXP9q0jMl412Nx27LYu+P1O4DHuxeutL9qtd6t3Ktuv+zZmOzFc6gMQ7+/6mQFPo3/LlXZM3w==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@yarnpkg/shell/-/shell-4.0.2.tgz", + "integrity": "sha512-DLZSx06OoEbPY1uePt7pKEgpWDk96PldrCdWBPqI5Np5/YAEo6+toVcjz+6fORMOE8PS3Bsep1Nfm2mUrY1Oxg==", "dependencies": { - "@yarnpkg/fslib": "^3.0.0", - "@yarnpkg/parsers": "^3.0.0", + "@yarnpkg/fslib": "^3.0.2", + "@yarnpkg/parsers": "^3.0.2", "chalk": "^3.0.0", "clipanion": "^4.0.0-rc.2", "cross-spawn": "7.0.3", @@ -1050,9 +1050,9 @@ "dev": true }, "node_modules/base-x": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.9.tgz", - "integrity": "sha512-H7JU6iBHTal1gp56aKoaa//YUxEaAOUiydvrV/pILqIHXTtqxSkATOnDA2u+jZ/61sD+L/412+7kzXRtWukhpQ==", + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.10.tgz", + "integrity": "sha512-7d0s06rR9rYaIWHkpfLIFICM/tkSVdoPC9qYAQRpxn9DdKNWNsKC0uk++akckyLq16Tx2WIinnZ6WRriAt6njQ==", "dependencies": { "safe-buffer": "^5.0.1" } @@ -1102,11 +1102,11 @@ } }, "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dependencies": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" @@ -1422,21 +1422,21 @@ "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" }, "node_modules/dash": { - "version": "4.0.0-dev.12", - "resolved": "https://registry.npmjs.org/dash/-/dash-4.0.0-dev.12.tgz", - "integrity": "sha512-HOrwnZfGjYnSLwHHaQx8H/0KNVKVvNY/tAcbw0I9QglQ6wQ0/nIFawbJoCO7LDEOJetFBDog/CZnq43AY+ujsg==", + "version": "4.0.0-beta.4", + "resolved": "https://registry.npmjs.org/dash/-/dash-4.0.0-beta.4.tgz", + "integrity": "sha512-CrV2fHJucQDs/ZQ9+r28Z2v72TJdXu1fgrBK9bra8slG6WawnUFPKf34GFVmBAEybYomr3Vou5kiIQOLHvy65w==", "dependencies": { "@dashevo/bls": "~1.2.9", - "@dashevo/dapi-client": "1.0.0-dev.12", - "@dashevo/dapi-grpc": "1.0.0-dev.12", - "@dashevo/dashcore-lib": "~0.21.1", - "@dashevo/dashpay-contract": "1.0.0-dev.12", - "@dashevo/dpns-contract": "1.0.0-dev.12", - "@dashevo/grpc-common": "1.0.0-dev.12", - "@dashevo/masternode-reward-shares-contract": "1.0.0-dev.12", - "@dashevo/wallet-lib": "8.0.0-dev.12", - "@dashevo/wasm-dpp": "1.0.0-dev.12", - "@dashevo/withdrawals-contract": "1.0.0-dev.12", + "@dashevo/dapi-client": "1.0.0-beta.4", + "@dashevo/dapi-grpc": "1.0.0-beta.4", + "@dashevo/dashcore-lib": "~0.21.3", + "@dashevo/dashpay-contract": "1.0.0-beta.4", + "@dashevo/dpns-contract": "1.0.0-beta.4", + "@dashevo/grpc-common": "1.0.0-beta.4", + "@dashevo/masternode-reward-shares-contract": "1.0.0-beta.4", + "@dashevo/wallet-lib": "8.0.0-beta.4", + "@dashevo/wasm-dpp": "1.0.0-beta.4", + "@dashevo/withdrawals-contract": "1.0.0-beta.4", "bs58": "^4.0.1", "node-inspect-extracted": "^1.0.8", "winston": "^3.2.1" @@ -1597,9 +1597,9 @@ } }, "node_modules/elliptic": { - "version": "6.5.5", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.5.tgz", - "integrity": "sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw==", + "version": "6.5.6", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.6.tgz", + "integrity": "sha512-mpzdtpeCLuS3BmE3pO3Cpp5bbjlOPY2Q0PgoF+Od1XZrHLYI28Xe3ossCmYCQt11FQKEYd9+PF8jymTvtWJSHQ==", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0", @@ -1961,9 +1961,9 @@ } }, "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dependencies": { "to-regex-range": "^5.0.1" }, @@ -2141,9 +2141,9 @@ } }, "node_modules/google-protobuf": { - "version": "3.21.2", - "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.2.tgz", - "integrity": "sha512-3MSOYFO5U9mPGikIYCzK0SaThypfGgS6bHqrUGXG3DPHCrb+txNqeEcns1W0lkGfk0rCyNXm7xB9rMxnCiZOoA==" + "version": "3.21.4", + "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.4.tgz", + "integrity": "sha512-MnG7N936zcKTco4Jd2PX2U96Kf9PxygAPKBug+74LHzmHXmceN16MmRcdgZv+DGef/S9YvQAfRsNCn4cjf9yyQ==" }, "node_modules/got": { "version": "11.8.6", @@ -2371,11 +2371,14 @@ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" }, "node_modules/is-core-module": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", - "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", + "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", "dependencies": { - "hasown": "^2.0.0" + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -2664,9 +2667,9 @@ } }, "node_modules/logform": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/logform/-/logform-2.6.0.tgz", - "integrity": "sha512-1ulHeNPp6k/LD8H91o7VYFBng5i1BDE7HoKxVbZiGFidS1Rj65qcywLxX+pVfAPoQJEjRdvKcusKwOupHCVOVQ==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/logform/-/logform-2.6.1.tgz", + "integrity": "sha512-CdaO738xRapbKIMVn2m4F6KTj4j7ooJ8POVnebSgKo3KBz5axNXRAL7ZdRjIV6NOr2Uf4vjtRkxrFETOioCqSA==", "dependencies": { "@colors/colors": "1.6.0", "@types/triple-beam": "^1.3.2", @@ -2795,11 +2798,11 @@ } }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", + "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": { @@ -3132,9 +3135,9 @@ } }, "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", + "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" }, "node_modules/picomatch": { "version": "2.3.1", @@ -3220,9 +3223,9 @@ } }, "node_modules/protobufjs/node_modules/@types/node": { - "version": "20.12.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz", - "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==", + "version": "20.14.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz", + "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==", "dependencies": { "undici-types": "~5.26.4" } @@ -3570,12 +3573,9 @@ } }, "node_modules/semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", - "dependencies": { - "lru-cache": "^6.0.0" - }, + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "bin": { "semver": "bin/semver.js" }, @@ -3664,9 +3664,9 @@ } }, "node_modules/spdx-license-ids": { - "version": "3.0.17", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz", - "integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==" + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.18.tgz", + "integrity": "sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==" }, "node_modules/sprintf-js": { "version": "1.0.3", @@ -3863,9 +3863,9 @@ } }, "node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" }, "node_modules/tunnel": { "version": "0.0.6", @@ -3982,15 +3982,15 @@ } }, "node_modules/winston": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz", - "integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.1.tgz", + "integrity": "sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", "is-stream": "^2.0.0", - "logform": "^2.4.0", + "logform": "^2.6.0", "one-time": "^1.0.0", "readable-stream": "^3.4.0", "safe-stable-stringify": "^2.3.1", @@ -4003,12 +4003,12 @@ } }, "node_modules/winston-transport": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.7.0.tgz", - "integrity": "sha512-ajBj65K5I7denzer2IYW6+2bNIVqLGDHqDw3Ow8Ohh+vdW+rv4MZ6eiDvHoKhfJFZ2auyN8byXieDDJ96ViONg==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.7.1.tgz", + "integrity": "sha512-wQCXXVgfv/wUPOfb2x0ruxzwkcZfxcktz6JIMUaPLmcNhO4bZTwA/WtDWK74xV3F2dKu8YadrFv0qhwYjVEwhA==", "dependencies": { - "logform": "^2.3.2", - "readable-stream": "^3.6.0", + "logform": "^2.6.1", + "readable-stream": "^3.6.2", "triple-beam": "^1.3.0" }, "engines": { @@ -4111,25 +4111,25 @@ } }, "@babel/code-frame": { - "version": "7.24.2", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz", - "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", + "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", "requires": { - "@babel/highlight": "^7.24.2", + "@babel/highlight": "^7.24.7", "picocolors": "^1.0.0" } }, "@babel/helper-validator-identifier": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", - "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==" + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", + "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==" }, "@babel/highlight": { - "version": "7.24.2", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz", - "integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", + "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", "requires": { - "@babel/helper-validator-identifier": "^7.22.20", + "@babel/helper-validator-identifier": "^7.24.7", "chalk": "^2.4.2", "js-tokens": "^4.0.0", "picocolors": "^1.0.0" @@ -4210,15 +4210,15 @@ } }, "@dashevo/dapi-client": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/dapi-client/-/dapi-client-1.0.0-dev.12.tgz", - "integrity": "sha512-t93e/BElyNyHapLjQwBYhHdsZP3HH8UXdFa/1ZIXG4Pi+Xtpp8U5Vohz1esM45eD+uLiA5dRJ9xtOVq1VGaCrQ==", - "requires": { - "@dashevo/dapi-grpc": "1.0.0-dev.12", - "@dashevo/dash-spv": "1.0.0-dev.12", - "@dashevo/dashcore-lib": "~0.21.1", - "@dashevo/grpc-common": "1.0.0-dev.12", - "@dashevo/wasm-dpp": "1.0.0-dev.12", + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/dapi-client/-/dapi-client-1.0.0-beta.4.tgz", + "integrity": "sha512-wUAlXGdFxUG9ZY1UmTTwwN5JVcf0c0oCCODUJzOlz/M+9HjAXz01OAFhaT/mWggHRtVpvY4shSh4/WS03Qge1w==", + "requires": { + "@dashevo/dapi-grpc": "1.0.0-beta.4", + "@dashevo/dash-spv": "1.0.0-beta.4", + "@dashevo/dashcore-lib": "~0.21.3", + "@dashevo/grpc-common": "1.0.0-beta.4", + "@dashevo/wasm-dpp": "1.0.0-beta.4", "bs58": "^4.0.1", "cbor": "^8.0.0", "google-protobuf": "^3.12.2", @@ -4230,11 +4230,11 @@ } }, "@dashevo/dapi-grpc": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/dapi-grpc/-/dapi-grpc-1.0.0-dev.12.tgz", - "integrity": "sha512-Shb2RdJWFco8TEyJvxP8ec0mkvwZtlKuYrSoGL7/BohLfYlz31llnPQiDqppV5K617e7NOlipRG9XEJ3GMwlIQ==", + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/dapi-grpc/-/dapi-grpc-1.0.0-beta.4.tgz", + "integrity": "sha512-THmMUJ8enBgE6FyGP+lpSgx0Ii6JCx4d1CSlLyu2eryFMAfxIcScfF3DEvRR4QbvzgRRC+J9wYZZIAYo7hWbrg==", "requires": { - "@dashevo/grpc-common": "1.0.0-dev.12", + "@dashevo/grpc-common": "1.0.0-beta.4", "@dashevo/protobufjs": "6.10.5", "@grpc/grpc-js": "1.4.4", "@improbable-eng/grpc-web": "^0.15.0", @@ -4248,13 +4248,13 @@ "integrity": "sha512-rt0PzGzqplqERWVIMLlBxm4mJqjFTYNUFRhIccbfaF/MDyd0/585krGOWIhe0Sis9XQNA/FJlxxRjtPXIcyyCg==" }, "@dashevo/dash-spv": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/dash-spv/-/dash-spv-1.0.0-dev.12.tgz", - "integrity": "sha512-ZGPiH5x/koIZgNK8HUy5RpiocGaasbSzY2vyGPhOysEEBPTuDiyRi7nlCgLOfHpzNCCbz02zasL4PT8/daCbnQ==", + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/dash-spv/-/dash-spv-1.0.0-beta.4.tgz", + "integrity": "sha512-cdnrMom24/68ihMljEKalYv5gmcNCmZAmMC3fHEpClQc75CJdQm2sRkRPBfZxlxMFD8eaiUyXIUUE3cdqGN1ig==", "requires": { "@dashevo/dark-gravity-wave": "^1.1.1", "@dashevo/dash-util": "^2.0.3", - "@dashevo/dashcore-lib": "~0.21.1", + "@dashevo/dashcore-lib": "~0.21.3", "levelup": "^4.4.0", "memdown": "^5.1.0", "wasm-x11-hash": "~0.0.2" @@ -4270,9 +4270,9 @@ } }, "@dashevo/dashcore-lib": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/@dashevo/dashcore-lib/-/dashcore-lib-0.21.1.tgz", - "integrity": "sha512-ZRzzvIkB5NtS04QmBDOPBqyMQTV+yzrUc/T+TbsKcF5FdapQCAzN4HnTsIXKLenPk2TpW/j68yFwoA1tj3eRXA==", + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/@dashevo/dashcore-lib/-/dashcore-lib-0.21.3.tgz", + "integrity": "sha512-ed16AHv5JpFCtxXitlB2KDunUAzvHy0cBzrqDUCGNuHBdkvGPYwugw4QOF4VJUDoaoo1/3PUXrJ8oTk3xbskQg==", "requires": { "@dashevo/bls": "~1.2.9", "@dashevo/x11-hash-js": "^1.0.2", @@ -4289,19 +4289,19 @@ } }, "@dashevo/dashpay-contract": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/dashpay-contract/-/dashpay-contract-1.0.0-dev.12.tgz", - "integrity": "sha512-ecuCHGXVNNOn/gPDvBjZ4faCVduUyQ+pvnOb1t69OjjeDBjxyyEUfiwODmSA0SeeAapNX3W/M62rs+w+0DNJ4w==" + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/dashpay-contract/-/dashpay-contract-1.0.0-beta.4.tgz", + "integrity": "sha512-77CsG8MvCMAHU+ee8DABzzyvwA9ZBeB1wFwnaTOvQdg8vzs4p1q8Ni7b7oCCOl+ZHtWDckoDxFQrWBV10TzxCQ==" }, "@dashevo/dpns-contract": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/dpns-contract/-/dpns-contract-1.0.0-dev.12.tgz", - "integrity": "sha512-ksFiM1uZ2gNanFehzWCpXkulGkXSdKf6QvUQnRmDCDvyl9y+cAsRrOfNqXdmIZ8qEww78UuZVGyz/q55XqSPPg==" + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/dpns-contract/-/dpns-contract-1.0.0-beta.4.tgz", + "integrity": "sha512-epyIlAR2DqoBY0xxlNv3HfpkZkFS2tAQDW4S/MfNNpDM1CGgqyVDIJj1jGbOPybWA+BPrsTtyLJolVtBYO50MQ==" }, "@dashevo/grpc-common": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/grpc-common/-/grpc-common-1.0.0-dev.12.tgz", - "integrity": "sha512-kgI/EjLw2qj9sYGYHrhfcQdi1zaqHeTXVuRLOJpoOmENwME3Cm3qlZy/pwsrUT5Tyfo3ns14kuH6wneDhUCwug==", + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/grpc-common/-/grpc-common-1.0.0-beta.4.tgz", + "integrity": "sha512-mbJDNSqQsOhcTr6xfur8ehldY8BVdVdP1cp83srA7d6cPcnUBKvAPeZM4LpFzQ8npQS3i2xvNFL2vqv4Y09cUg==", "requires": { "@dashevo/protobufjs": "6.10.5", "@grpc/grpc-js": "1.4.4", @@ -4313,9 +4313,9 @@ } }, "@dashevo/masternode-reward-shares-contract": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/masternode-reward-shares-contract/-/masternode-reward-shares-contract-1.0.0-dev.12.tgz", - "integrity": "sha512-3nsO8wOFH7l/5iwjj/0ICvkieUgyynZeBNS2BJgs2gvVRIlN2yunZt/lgRcfyvZ5cTtIcyjzSioRIyv5bSIhOg==" + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/masternode-reward-shares-contract/-/masternode-reward-shares-contract-1.0.0-beta.4.tgz", + "integrity": "sha512-i4QEmyamBCl7ZfD0T7LhnNskgARNPMnJw5buGLJ0waj8tzhzT7nMMzASBRrlOaK2xy15Y3JUtjh8ma2/fT8Yuw==" }, "@dashevo/protobufjs": { "version": "6.10.5", @@ -4350,14 +4350,14 @@ } }, "@dashevo/wallet-lib": { - "version": "8.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/wallet-lib/-/wallet-lib-8.0.0-dev.12.tgz", - "integrity": "sha512-G/7B73hWxtlOf1HUMoHl+4T1vH9wjZkyYZU7K9JyUELCAEbzOiBcxnd6poDbRb7cGVVn44BjeCQk9T445xzsvA==", - "requires": { - "@dashevo/dapi-client": "1.0.0-dev.12", - "@dashevo/dashcore-lib": "~0.21.1", - "@dashevo/grpc-common": "1.0.0-dev.12", - "@dashevo/wasm-dpp": "1.0.0-dev.12", + "version": "8.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/wallet-lib/-/wallet-lib-8.0.0-beta.4.tgz", + "integrity": "sha512-0E5i8KVB61+HKJ2VXRVZUcRxPs+vERRTcCTEtofQgOg/RUaAmLT9U66xNJ729BM5elX/aShy0MWTPqm8sAZRHw==", + "requires": { + "@dashevo/dapi-client": "1.0.0-beta.4", + "@dashevo/dashcore-lib": "~0.21.3", + "@dashevo/grpc-common": "1.0.0-beta.4", + "@dashevo/wasm-dpp": "1.0.0-beta.4", "@yarnpkg/pnpify": "^4.0.0-rc.42", "cbor": "^8.0.0", "crypto-js": "^4.2.0", @@ -4368,9 +4368,9 @@ } }, "@dashevo/wasm-dpp": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/wasm-dpp/-/wasm-dpp-1.0.0-dev.12.tgz", - "integrity": "sha512-WQSqdInnVOnGShCA3PaFES0CRGJc+wO2hD3RIvH5LxpOpQ0SmWdlPVRV9jKhw52vLdfuMrqcMcoIez/xVMb3Rw==", + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/wasm-dpp/-/wasm-dpp-1.0.0-beta.4.tgz", + "integrity": "sha512-WyctJC6JTO4HM+9bCss97MEBtckawB9QWOVvErSY7Oqu2J/oRcc1LVYBtT8rMnANw+IC4mHqAMaQVOkgz9y2fw==", "requires": { "@dashevo/bls": "~1.2.9", "bs58": "^4.0.1", @@ -4379,9 +4379,9 @@ } }, "@dashevo/withdrawals-contract": { - "version": "1.0.0-dev.12", - "resolved": "https://registry.npmjs.org/@dashevo/withdrawals-contract/-/withdrawals-contract-1.0.0-dev.12.tgz", - "integrity": "sha512-drfBsOllUFVvnM1bsrhD8KUNviB7pqVp7MqOgs+4kTO2FUDsf8MajB/I9M5sA+sWKBBOXUnt7kMy1dYDqwpycA==" + "version": "1.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@dashevo/withdrawals-contract/-/withdrawals-contract-1.0.0-beta.4.tgz", + "integrity": "sha512-LUFtCTJCYM8/U8fDdhyBzaOXQXaTJn8anlb5v9lLL8SwpFC/JYTRTrCBRMRWCEQZgYQMt+z1+MsUda5UmS+rBg==" }, "@dashevo/x11-hash-js": { "version": "1.0.2", @@ -4649,9 +4649,9 @@ } }, "@types/emscripten": { - "version": "1.39.10", - "resolved": "https://registry.npmjs.org/@types/emscripten/-/emscripten-1.39.10.tgz", - "integrity": "sha512-TB/6hBkYQJxsZHSqyeuO1Jt0AB/bW6G7rHt9g7lML7SOF6lbgcHvw/Lr+69iqN0qxgXLhWKScAon73JNnptuDw==" + "version": "1.39.13", + "resolved": "https://registry.npmjs.org/@types/emscripten/-/emscripten-1.39.13.tgz", + "integrity": "sha512-cFq+fO/isvhvmuP/+Sl4K4jtU6E23DoivtbO4r50e3odaxAiVdbfSYRDdJ4gCdxx+3aRjhphS5ZMwIH4hFy/Cw==" }, "@types/eslint": { "version": "7.29.0", @@ -4729,17 +4729,17 @@ "integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==" }, "@yarnpkg/core": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@yarnpkg/core/-/core-4.0.3.tgz", - "integrity": "sha512-O+WGCjB9aIBxdRMBxXdsIy08MW4RbxfCS2AfywWb8DPS9H0LICahUJgNAaE0fwCsW7/gNzQbLYlh9DQQwzONrA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@yarnpkg/core/-/core-4.1.1.tgz", + "integrity": "sha512-Py26fODbsgcFdoq/iYEbqZPkIrjWcICMf/BuI7EDR6YjHmD+FQ4HyqfeanhvePsORCHNAwfqsnr1OqrfKZFrEA==", "requires": { "@arcanis/slice-ansi": "^1.1.1", "@types/semver": "^7.1.0", "@types/treeify": "^1.0.0", - "@yarnpkg/fslib": "^3.0.2", - "@yarnpkg/libzip": "^3.0.1", - "@yarnpkg/parsers": "^3.0.0", - "@yarnpkg/shell": "^4.0.0", + "@yarnpkg/fslib": "^3.1.0", + "@yarnpkg/libzip": "^3.1.0", + "@yarnpkg/parsers": "^3.0.2", + "@yarnpkg/shell": "^4.0.2", "camelcase": "^5.3.1", "chalk": "^3.0.0", "ci-info": "^3.2.0", @@ -4781,20 +4781,20 @@ } }, "@yarnpkg/fslib": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@yarnpkg/fslib/-/fslib-3.0.2.tgz", - "integrity": "sha512-dqSpZCj9ZeqMZzITHvpi5qKS9MCLWZYCl6NHCSl3a+BqiyLApehWAy60zjv9F1fxKZ6RKDgHLhBWhx8RwPm6Dw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@yarnpkg/fslib/-/fslib-3.1.0.tgz", + "integrity": "sha512-wsj7/sUVSdXOIX/qwaON/Ky5GsP5gs9ry9DKwgLbWT7k3qw4/EcHAtfTtPhBYu33UibzBFI+fgB4wBRVH2XVaw==", "requires": { "tslib": "^2.4.0" } }, "@yarnpkg/libzip": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@yarnpkg/libzip/-/libzip-3.0.1.tgz", - "integrity": "sha512-fiqRLk2fyd2r34/Qc7HlP8fKIo1CK5CZpLNObJwnbFmZQN2hVanovFlG++3oH3qYJymEmjPl5EGsygcEJZl4Pg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@yarnpkg/libzip/-/libzip-3.1.0.tgz", + "integrity": "sha512-x66/F8wEOUL8Hi4NZFVVKCFNITN0keQt0ZNlY5V9dRb+judyO8aJv4hazO3WyblnGhClvuBPbx+a2X4LNS5ziA==", "requires": { "@types/emscripten": "^1.39.6", - "@yarnpkg/fslib": "^3.0.2", + "@yarnpkg/fslib": "^3.1.0", "tslib": "^2.4.0" } }, @@ -4809,27 +4809,27 @@ } }, "@yarnpkg/parsers": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@yarnpkg/parsers/-/parsers-3.0.0.tgz", - "integrity": "sha512-jVZa3njBv6tcOUw34nlUdUM/40wwtm/gnVF8rtk0tA6vNcokqYI8CFU1BZjlpFwUSZaXxYkrtuPE/f2MMFlTxQ==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@yarnpkg/parsers/-/parsers-3.0.2.tgz", + "integrity": "sha512-/HcYgtUSiJiot/XWGLOlGxPYUG65+/31V8oqk17vZLW1xlCoR4PampyePljOxY2n8/3jz9+tIFzICsyGujJZoA==", "requires": { "js-yaml": "^3.10.0", "tslib": "^2.4.0" } }, "@yarnpkg/pnp": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@yarnpkg/pnp/-/pnp-4.0.2.tgz", - "integrity": "sha512-fOZoZJP8AqHtAWlgZukbQu87lHtm2Hutz5EzahKx7756EfgkE3hcyp0PukYzO2GITPtgsNo5A0V4R1FgFJtAUA==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@yarnpkg/pnp/-/pnp-4.0.6.tgz", + "integrity": "sha512-4jPOWm6ODvR3AZPqMd4iAIrwhpcEatPk8oyJ8bydpeE+EG5jDxT7pRa3882dSE4qvs3PUtNyN84g9fiXXIZE4Q==", "requires": { "@types/node": "^18.17.15", - "@yarnpkg/fslib": "^3.0.2" + "@yarnpkg/fslib": "^3.1.0" }, "dependencies": { "@types/node": { - "version": "18.19.31", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz", - "integrity": "sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==", + "version": "18.19.41", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.41.tgz", + "integrity": "sha512-LX84pRJ+evD2e2nrgYCHObGWkiQJ1mL+meAgbvnwk/US6vmMY7S2ygBTGV2Jw91s9vUsLSXeDEkUHZIJGLrhsg==", "requires": { "undici-types": "~5.26.4" } @@ -4837,24 +4837,24 @@ } }, "@yarnpkg/pnpify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@yarnpkg/pnpify/-/pnpify-4.0.1.tgz", - "integrity": "sha512-eC9ZT34rvVObXZbyZ92hSt3+PLGD4cmb7L9aiVfUGRUr6gosRvdQWkkKS98RjhaPzJG/tgM2Ja7ywcpLqdvoIg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@yarnpkg/pnpify/-/pnpify-4.1.0.tgz", + "integrity": "sha512-N5u4kowx3q0dwc+JFl5WAO91h8YxqmFYEHL5Z2Iy7T9EMhWw6q7/NevjwstTu1/EMRQBbnvLgAmG6mmgu7Khzg==", "requires": { - "@yarnpkg/core": "^4.0.2", - "@yarnpkg/fslib": "^3.0.1", - "@yarnpkg/nm": "^4.0.1", + "@yarnpkg/core": "^4.0.5", + "@yarnpkg/fslib": "^3.1.0", + "@yarnpkg/nm": "^4.0.2", "clipanion": "^4.0.0-rc.2", "tslib": "^2.4.0" } }, "@yarnpkg/shell": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@yarnpkg/shell/-/shell-4.0.0.tgz", - "integrity": "sha512-Yk2gyiQvsoee/jXP9q0jMl412Nx27LYu+P1O4DHuxeutL9qtd6t3Ktuv+zZmOzFc6gMQ7+/6mQFPo3/LlXZM3w==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@yarnpkg/shell/-/shell-4.0.2.tgz", + "integrity": "sha512-DLZSx06OoEbPY1uePt7pKEgpWDk96PldrCdWBPqI5Np5/YAEo6+toVcjz+6fORMOE8PS3Bsep1Nfm2mUrY1Oxg==", "requires": { - "@yarnpkg/fslib": "^3.0.0", - "@yarnpkg/parsers": "^3.0.0", + "@yarnpkg/fslib": "^3.0.2", + "@yarnpkg/parsers": "^3.0.2", "chalk": "^3.0.0", "clipanion": "^4.0.0-rc.2", "cross-spawn": "7.0.3", @@ -4957,9 +4957,9 @@ "dev": true }, "base-x": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.9.tgz", - "integrity": "sha512-H7JU6iBHTal1gp56aKoaa//YUxEaAOUiydvrV/pILqIHXTtqxSkATOnDA2u+jZ/61sD+L/412+7kzXRtWukhpQ==", + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.10.tgz", + "integrity": "sha512-7d0s06rR9rYaIWHkpfLIFICM/tkSVdoPC9qYAQRpxn9DdKNWNsKC0uk++akckyLq16Tx2WIinnZ6WRriAt6njQ==", "requires": { "safe-buffer": "^5.0.1" } @@ -4995,11 +4995,11 @@ } }, "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "requires": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" } }, "brorand": { @@ -5245,21 +5245,21 @@ "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" }, "dash": { - "version": "4.0.0-dev.12", - "resolved": "https://registry.npmjs.org/dash/-/dash-4.0.0-dev.12.tgz", - "integrity": "sha512-HOrwnZfGjYnSLwHHaQx8H/0KNVKVvNY/tAcbw0I9QglQ6wQ0/nIFawbJoCO7LDEOJetFBDog/CZnq43AY+ujsg==", + "version": "4.0.0-beta.4", + "resolved": "https://registry.npmjs.org/dash/-/dash-4.0.0-beta.4.tgz", + "integrity": "sha512-CrV2fHJucQDs/ZQ9+r28Z2v72TJdXu1fgrBK9bra8slG6WawnUFPKf34GFVmBAEybYomr3Vou5kiIQOLHvy65w==", "requires": { "@dashevo/bls": "~1.2.9", - "@dashevo/dapi-client": "1.0.0-dev.12", - "@dashevo/dapi-grpc": "1.0.0-dev.12", - "@dashevo/dashcore-lib": "~0.21.1", - "@dashevo/dashpay-contract": "1.0.0-dev.12", - "@dashevo/dpns-contract": "1.0.0-dev.12", - "@dashevo/grpc-common": "1.0.0-dev.12", - "@dashevo/masternode-reward-shares-contract": "1.0.0-dev.12", - "@dashevo/wallet-lib": "8.0.0-dev.12", - "@dashevo/wasm-dpp": "1.0.0-dev.12", - "@dashevo/withdrawals-contract": "1.0.0-dev.12", + "@dashevo/dapi-client": "1.0.0-beta.4", + "@dashevo/dapi-grpc": "1.0.0-beta.4", + "@dashevo/dashcore-lib": "~0.21.3", + "@dashevo/dashpay-contract": "1.0.0-beta.4", + "@dashevo/dpns-contract": "1.0.0-beta.4", + "@dashevo/grpc-common": "1.0.0-beta.4", + "@dashevo/masternode-reward-shares-contract": "1.0.0-beta.4", + "@dashevo/wallet-lib": "8.0.0-beta.4", + "@dashevo/wasm-dpp": "1.0.0-beta.4", + "@dashevo/withdrawals-contract": "1.0.0-beta.4", "bs58": "^4.0.1", "node-inspect-extracted": "^1.0.8", "winston": "^3.2.1" @@ -5370,9 +5370,9 @@ "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==" }, "elliptic": { - "version": "6.5.5", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.5.tgz", - "integrity": "sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw==", + "version": "6.5.6", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.6.tgz", + "integrity": "sha512-mpzdtpeCLuS3BmE3pO3Cpp5bbjlOPY2Q0PgoF+Od1XZrHLYI28Xe3ossCmYCQt11FQKEYd9+PF8jymTvtWJSHQ==", "requires": { "bn.js": "^4.11.9", "brorand": "^1.1.0", @@ -5660,9 +5660,9 @@ } }, "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "requires": { "to-regex-range": "^5.0.1" } @@ -5791,9 +5791,9 @@ } }, "google-protobuf": { - "version": "3.21.2", - "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.2.tgz", - "integrity": "sha512-3MSOYFO5U9mPGikIYCzK0SaThypfGgS6bHqrUGXG3DPHCrb+txNqeEcns1W0lkGfk0rCyNXm7xB9rMxnCiZOoA==" + "version": "3.21.4", + "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.4.tgz", + "integrity": "sha512-MnG7N936zcKTco4Jd2PX2U96Kf9PxygAPKBug+74LHzmHXmceN16MmRcdgZv+DGef/S9YvQAfRsNCn4cjf9yyQ==" }, "got": { "version": "11.8.6", @@ -5969,11 +5969,11 @@ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" }, "is-core-module": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", - "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", + "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", "requires": { - "hasown": "^2.0.0" + "hasown": "^2.0.2" } }, "is-extglob": { @@ -6189,9 +6189,9 @@ } }, "logform": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/logform/-/logform-2.6.0.tgz", - "integrity": "sha512-1ulHeNPp6k/LD8H91o7VYFBng5i1BDE7HoKxVbZiGFidS1Rj65qcywLxX+pVfAPoQJEjRdvKcusKwOupHCVOVQ==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/logform/-/logform-2.6.1.tgz", + "integrity": "sha512-CdaO738xRapbKIMVn2m4F6KTj4j7ooJ8POVnebSgKo3KBz5axNXRAL7ZdRjIV6NOr2Uf4vjtRkxrFETOioCqSA==", "requires": { "@colors/colors": "1.6.0", "@types/triple-beam": "^1.3.2", @@ -6291,11 +6291,11 @@ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" }, "micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", + "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", "requires": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" } }, @@ -6529,9 +6529,9 @@ } }, "picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", + "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" }, "picomatch": { "version": "2.3.1", @@ -6590,9 +6590,9 @@ }, "dependencies": { "@types/node": { - "version": "20.12.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz", - "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==", + "version": "20.14.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz", + "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==", "requires": { "undici-types": "~5.26.4" } @@ -6830,12 +6830,9 @@ "integrity": "sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==" }, "semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", - "requires": { - "lru-cache": "^6.0.0" - } + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" }, "setimmediate": { "version": "1.0.5", @@ -6908,9 +6905,9 @@ } }, "spdx-license-ids": { - "version": "3.0.17", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz", - "integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==" + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.18.tgz", + "integrity": "sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==" }, "sprintf-js": { "version": "1.0.3", @@ -7056,9 +7053,9 @@ } }, "tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" }, "tunnel": { "version": "0.0.6", @@ -7151,15 +7148,15 @@ } }, "winston": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.0.tgz", - "integrity": "sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.13.1.tgz", + "integrity": "sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==", "requires": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", "is-stream": "^2.0.0", - "logform": "^2.4.0", + "logform": "^2.6.0", "one-time": "^1.0.0", "readable-stream": "^3.4.0", "safe-stable-stringify": "^2.3.1", @@ -7169,12 +7166,12 @@ } }, "winston-transport": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.7.0.tgz", - "integrity": "sha512-ajBj65K5I7denzer2IYW6+2bNIVqLGDHqDw3Ow8Ohh+vdW+rv4MZ6eiDvHoKhfJFZ2auyN8byXieDDJ96ViONg==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.7.1.tgz", + "integrity": "sha512-wQCXXVgfv/wUPOfb2x0ruxzwkcZfxcktz6JIMUaPLmcNhO4bZTwA/WtDWK74xV3F2dKu8YadrFv0qhwYjVEwhA==", "requires": { - "logform": "^2.3.2", - "readable-stream": "^3.6.0", + "logform": "^2.6.1", + "readable-stream": "^3.6.2", "triple-beam": "^1.3.0" } }, diff --git a/package.json b/package.json index 71018a8..1c87603 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "platform-readme-tutorials", - "version": "1.0.0-dev", + "version": "1.0.0-beta", "description": "Tutorial code for https://docs.dash.org/platform", "main": "connect.js", "scripts": { @@ -19,7 +19,7 @@ }, "homepage": "https://github.com/dashpay/platform-tutorials#readme", "dependencies": { - "dash": "^4.0.0-dev.12" + "dash": "^4.0.0-beta.4" }, "devDependencies": { "dotenv": "^16.0.0", diff --git a/use-dapi-client-methods.js b/use-dapi-client-methods.js index 61fd1dd..7f4f171 100644 --- a/use-dapi-client-methods.js +++ b/use-dapi-client-methods.js @@ -6,9 +6,10 @@ const client = setupDashClient(); async function dapiClientMethods() { console.log(await client.getDAPIClient().core.getBlockHash(1)); - console.log(await client.getDAPIClient().core.getBestBlockHash()); - console.log(await client.getDAPIClient().core.getBlockByHeight(1)); - await client.getDAPIClient().core.getMasternodeStatus(); + console.log(await client.getDAPIClient().core.getBestBlockHash()) + // console.log(await client.getDAPIClient().core.getBlockByHeight(1)); // Disabled in Platform v1.0 + console.log(await client.getDAPIClient().core.getBestBlockHeight()); + // await client.getDAPIClient().core.getMasternodeStatus(); // Disabled in Platform v1.0 return client.getDAPIClient().core.getBlockchainStatus(); }