Skip to content

Commit 258d7b4

Browse files
author
Konstantin Shuplenkov
authored
feat: create withdrawal keys for masternode identities (#320)
1 parent bcbfb29 commit 258d7b4

File tree

41 files changed

+2696
-1311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2696
-1311
lines changed

.pnp.cjs

Lines changed: 36 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.

packages/bench-suite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "eslint ."
99
},
1010
"dependencies": {
11-
"@dashevo/dashcore-lib": "~0.19.35",
11+
"@dashevo/dashcore-lib": "github:dashevo/dashcore-lib#abda555010353b6180cba22ece6a846c9b5b8220",
1212
"@dashevo/dpns-contract": "workspace:~",
1313
"@dashevo/dpp": "workspace:~",
1414
"@dashevo/wallet-lib": "workspace:~",

packages/dapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@dashevo/dapi-grpc": "workspace:~",
37-
"@dashevo/dashcore-lib": "~0.19.35",
37+
"@dashevo/dashcore-lib": "github:dashevo/dashcore-lib#abda555010353b6180cba22ece6a846c9b5b8220",
3838
"@dashevo/dashd-rpc": "^2.3.2",
3939
"@dashevo/dpp": "workspace:~",
4040
"@dashevo/grpc-common": "workspace:~",

packages/dashmate/configs/system/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
},
3434
core: {
3535
docker: {
36-
image: 'dashpay/dashd:18.0.0.0-rc3',
36+
image: 'dashpay/dashd:0.18.0.0-special2',
3737
},
3838
p2p: {
3939
port: 20001,

packages/dashmate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"homepage": "https://github.com/dashevo/dashmate#readme",
4848
"dependencies": {
49-
"@dashevo/dashcore-lib": "~0.19.35",
49+
"@dashevo/dashcore-lib": "github:dashevo/dashcore-lib#abda555010353b6180cba22ece6a846c9b5b8220",
5050
"@dashevo/dashd-rpc": "^2.3.2",
5151
"@dashevo/dashpay-contract": "workspace:~",
5252
"@dashevo/dpns-contract": "workspace:~",

0 commit comments

Comments
 (0)