Skip to content
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
af5da8f
feat(dashmate): add platform llmq to dashmate
pshenmic Feb 21, 2023
301f703
chore: update dashcore-lib
jawid-h Feb 21, 2023
a2ff703
feat(dashmate): register HPMN for local network
shumkov Feb 21, 2023
a321561
Merge remote-tracking branch 'origin/hpmn-local-network' into hpmn-lo…
shumkov Feb 21, 2023
b469962
chore: registerMasternode
jawid-h Feb 21, 2023
48d5406
chore: use proper llmq type
jawid-h Feb 21, 2023
0c2e5b6
chore: implement generateTenderdashNodeKeyAndId
shumkov Feb 21, 2023
9efbadd
Merge remote-tracking branch 'origin/hpmn-local-network' into hpmn-lo…
shumkov Feb 21, 2023
6c75be7
chore: update yarn cache
shumkov Feb 21, 2023
9a59656
chore: migrations
jawid-h Feb 21, 2023
f827969
Merge branch 'hpmn-local-network' of github.com:dashpay/platform into…
jawid-h Feb 21, 2023
ee38fb5
fix: renames
shumkov Feb 21, 2023
11ea398
Merge remote-tracking branch 'origin/hpmn-local-network' into hpmn-lo…
shumkov Feb 21, 2023
2faa57f
chore: update core
shumkov Feb 21, 2023
07bbd28
fix: migrations
shumkov Feb 21, 2023
7a23363
fix: NaN collateral
shumkov Feb 21, 2023
5ffb070
fix: wrong protx register command
shumkov Feb 21, 2023
f335bee
fix: incorrect quorum type
shumkov Feb 21, 2023
6d4a16b
fix: operatorReward must be string
shumkov Feb 21, 2023
5c03f74
fix: 106 and 107 quorums missed
shumkov Feb 21, 2023
3db5e8a
fix: ports are numeric but string expected
shumkov Feb 21, 2023
65f0f74
fix: genesis is missed
shumkov Feb 21, 2023
ed65556
Merge remote-tracking branch 'origin/hpmn-local-network' into feat/da…
pshenmic Feb 21, 2023
33da5cf
chore: update Tenderdash image
jawid-h Feb 22, 2023
033eec3
fix: SML doesn't handle Core 19 data properly
shumkov Feb 23, 2023
bfda5f5
fix: can't parse transaction
shumkov Feb 24, 2023
ea945ba
fix: unknown quorum type in getRandomQuorum
shumkov Feb 24, 2023
1ec4af9
chore: move migrations to separate version
shumkov Feb 24, 2023
ca64c2c
fix: expect platformNodeID to be a hex string
shumkov Feb 24, 2023
f76c747
Merge remote-tracking branch 'origin/hpmn-local-network' into feat/da…
pshenmic Feb 24, 2023
95f1922
chore: update Core
shumkov Feb 27, 2023
9095199
fix: banned masternodes
shumkov Mar 2, 2023
be00604
fix: expect platformNodeID to be a hex string
shumkov Mar 2, 2023
d21d6f0
fix: reduce is not found for undefined
shumkov Mar 2, 2023
3af229b
chore: empty commit to fix CI
shumkov Mar 3, 2023
dbf4da2
Merge branch 'v0.24-dev' into hpmn-local-network
shumkov Mar 6, 2023
be81ca5
fix: dns-packet vulnerability
shumkov Mar 6, 2023
0454709
Merge remote-tracking branch 'origin/hpmn-local-network' into feat/da…
pshenmic Mar 6, 2023
b7ada2e
Merge remote-tracking branch 'origin/v0.24-dev' into feat/dashmate-de…
pshenmic Mar 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/dashmate/templates/core/dash.conf.dot
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ highsubsidyblocks=500
highsubsidyfactor=10
llmqchainlocks=llmq_devnet
llmqinstantsend=llmq_devnet
llmqinstantsenddip0024=llmq_devnet_dip0024{{?}}
llmqinstantsenddip0024=llmq_devnet_dip0024
llmqplatform=llmq_devnet_platform{{?}}


{{~it.core.p2p.seeds :seed}}
addnode={{=seed.host}}:{{=seed.port}}{{~}}
Expand Down