Skip to content

Commit

Permalink
fix: unknown quorum 111
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Dec 18, 2024
1 parent 705a3c2 commit 6aa8791
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 35 deletions.
24 changes: 12 additions & 12 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/bench-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": ""
},
"dependencies": {
"@dashevo/dashcore-lib": "~0.22.0",
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111",
"@dashevo/dpns-contract": "workspace:*",
"@dashevo/wallet-lib": "workspace:*",
"@dashevo/wasm-dpp": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@dashevo/bls": "~1.2.9",
"@dashevo/dapi-grpc": "workspace:*",
"@dashevo/dashcore-lib": "~0.22.0",
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111",
"@dashevo/dashd-rpc": "^19.0.0",
"@dashevo/grpc-common": "workspace:*",
"@dashevo/wasm-dpp": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/dash-spv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@dashevo/dark-gravity-wave": "^1.1.1",
"@dashevo/dash-util": "^2.0.3",
"@dashevo/dashcore-lib": "~0.22.0",
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111",
"levelup": "^4.4.0",
"memdown": "^5.1.0",
"wasm-x11-hash": "~0.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/dashmate/configs/defaults/getBaseConfigFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function getBaseConfigFactory() {
port: 3001,
},
docker: {
image: 'dashpay/dashd:22.1.0-devpr6437.62360a30',
image: 'dashpay/dashd:22.1.0-devpr6437.f0e7eb57',
commandArgs: [],
},
p2p: {
Expand Down
2 changes: 1 addition & 1 deletion packages/dashmate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"@dashevo/bls": "~1.2.9",
"@dashevo/dapi-client": "workspace:*",
"@dashevo/dashcore-lib": "~0.22.0",
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111",
"@dashevo/dashd-rpc": "^19.0.0",
"@dashevo/docker-compose": "^0.24.4",
"@dashevo/wallet-lib": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-dapi-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@dashevo/dapi-grpc": "workspace:*",
"@dashevo/dash-spv": "workspace:*",
"@dashevo/dashcore-lib": "~0.22.0",
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111",
"@dashevo/grpc-common": "workspace:*",
"@dashevo/wasm-dpp": "workspace:*",
"bs58": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-dash-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@dashevo/bls": "~1.2.9",
"@dashevo/dapi-client": "workspace:*",
"@dashevo/dapi-grpc": "workspace:*",
"@dashevo/dashcore-lib": "~0.22.0",
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111",
"@dashevo/dashpay-contract": "workspace:*",
"@dashevo/dpns-contract": "workspace:*",
"@dashevo/grpc-common": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-test-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"homepage": "https://github.com/dashevo/platform-test-suite#readme",
"dependencies": {
"@dashevo/dapi-client": "workspace:*",
"@dashevo/dashcore-lib": "~0.22.0",
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111",
"@dashevo/dpns-contract": "workspace:*",
"@dashevo/feature-flags-contract": "workspace:*",
"@dashevo/grpc-common": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"homepage": "https://github.com/dashevo/wallet-lib#readme",
"dependencies": {
"@dashevo/dapi-client": "workspace:*",
"@dashevo/dashcore-lib": "~0.22.0",
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111",
"@dashevo/grpc-common": "workspace:*",
"@dashevo/wasm-dpp": "workspace:*",
"@yarnpkg/pnpify": "^4.0.0-rc.42",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-dpp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@dashevo/dashcore-lib": "~0.22.0",
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111",
"@dashevo/dpns-contract": "workspace:*",
"@types/bs58": "^4.0.1",
"@types/node": "^14.6.0",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@dashevo/bench-suite@workspace:packages/bench-suite"
dependencies:
"@dashevo/dashcore-lib": "npm:~0.22.0"
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111"
"@dashevo/dpns-contract": "workspace:*"
"@dashevo/wallet-lib": "workspace:*"
"@dashevo/wasm-dpp": "workspace:*"
Expand Down Expand Up @@ -1469,7 +1469,7 @@ __metadata:
"@babel/core": "npm:^7.23.3"
"@dashevo/dapi-grpc": "workspace:*"
"@dashevo/dash-spv": "workspace:*"
"@dashevo/dashcore-lib": "npm:~0.22.0"
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111"
"@dashevo/grpc-common": "workspace:*"
"@dashevo/wasm-dpp": "workspace:*"
assert-browserify: "npm:^2.0.0"
Expand Down Expand Up @@ -1551,7 +1551,7 @@ __metadata:
"@dashevo/bls": "npm:~1.2.9"
"@dashevo/dapi-client": "workspace:*"
"@dashevo/dapi-grpc": "workspace:*"
"@dashevo/dashcore-lib": "npm:~0.22.0"
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111"
"@dashevo/dashd-rpc": "npm:^19.0.0"
"@dashevo/dp-services-ctl": "github:dashevo/js-dp-services-ctl#v0.19-dev"
"@dashevo/grpc-common": "workspace:*"
Expand Down Expand Up @@ -1600,7 +1600,7 @@ __metadata:
dependencies:
"@dashevo/dark-gravity-wave": "npm:^1.1.1"
"@dashevo/dash-util": "npm:^2.0.3"
"@dashevo/dashcore-lib": "npm:~0.22.0"
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111"
chai: "npm:^4.3.10"
eslint: "npm:^8.53.0"
eslint-config-airbnb-base: "npm:^15.0.0"
Expand All @@ -1624,9 +1624,9 @@ __metadata:
languageName: node
linkType: hard

"@dashevo/dashcore-lib@npm:~0.22.0":
version: 0.22.0
resolution: "@dashevo/dashcore-lib@npm:0.22.0"
"@dashevo/dashcore-lib@github:dashpay/dashcore-lib#feat/add-quourm-111":
version: 0.21.3
resolution: "@dashevo/dashcore-lib@https://github.com/dashpay/dashcore-lib.git#commit=a61df6ae212647a31b3d58fd78bdf544abc5743a"
dependencies:
"@dashevo/bls": "npm:~1.2.9"
"@dashevo/x11-hash-js": "npm:^1.0.2"
Expand All @@ -1640,7 +1640,7 @@ __metadata:
ripemd160: "npm:^2.0.2"
tsd: "npm:^0.28.1"
unorm: "npm:^1.6.0"
checksum: ac9e268f6ec75f32b2c791f5494ec4a99d67c17ad8f8089d5673b1fd9925ac3f47f4981349f82c30e327aa77ee3c2b935dcad154d215f98c72636800030a0994
checksum: be3f570988f091c5fe69584cc976726e73664e10e95d2171cde0000e326867d8a24c21581929d7fe77c213b256ab8789d3eb41459e18f664d73ffca8e41bcea7
languageName: node
linkType: hard

Expand Down Expand Up @@ -1780,7 +1780,7 @@ __metadata:
resolution: "@dashevo/platform-test-suite@workspace:packages/platform-test-suite"
dependencies:
"@dashevo/dapi-client": "workspace:*"
"@dashevo/dashcore-lib": "npm:~0.22.0"
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111"
"@dashevo/dpns-contract": "workspace:*"
"@dashevo/feature-flags-contract": "workspace:*"
"@dashevo/grpc-common": "workspace:*"
Expand Down Expand Up @@ -1884,7 +1884,7 @@ __metadata:
dependencies:
"@dashevo/dapi-client": "workspace:*"
"@dashevo/dash-spv": "workspace:*"
"@dashevo/dashcore-lib": "npm:~0.22.0"
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111"
"@dashevo/grpc-common": "workspace:*"
"@dashevo/wasm-dpp": "workspace:*"
"@yarnpkg/pnpify": "npm:^4.0.0-rc.42"
Expand Down Expand Up @@ -1960,7 +1960,7 @@ __metadata:
"@babel/core": "npm:^7.23.3"
"@babel/preset-env": "npm:^7.23.3"
"@dashevo/bls": "npm:~1.2.9"
"@dashevo/dashcore-lib": "npm:~0.22.0"
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111"
"@dashevo/dpns-contract": "workspace:*"
"@types/bs58": "npm:^4.0.1"
"@types/node": "npm:^14.6.0"
Expand Down Expand Up @@ -6347,7 +6347,7 @@ __metadata:
"@dashevo/bls": "npm:~1.2.9"
"@dashevo/dapi-client": "workspace:*"
"@dashevo/dapi-grpc": "workspace:*"
"@dashevo/dashcore-lib": "npm:~0.22.0"
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111"
"@dashevo/dashpay-contract": "workspace:*"
"@dashevo/dpns-contract": "workspace:*"
"@dashevo/grpc-common": "workspace:*"
Expand Down Expand Up @@ -6424,7 +6424,7 @@ __metadata:
"@babel/eslint-parser": "npm:^7.23.3"
"@dashevo/bls": "npm:~1.2.9"
"@dashevo/dapi-client": "workspace:*"
"@dashevo/dashcore-lib": "npm:~0.22.0"
"@dashevo/dashcore-lib": "github:dashpay/dashcore-lib#feat/add-quourm-111"
"@dashevo/dashd-rpc": "npm:^19.0.0"
"@dashevo/docker-compose": "npm:^0.24.4"
"@dashevo/wallet-lib": "workspace:*"
Expand Down

0 comments on commit 6aa8791

Please sign in to comment.