dash/src/llmq
Alexander Block d9b28fe1ad
Introduce dummy (ping-like) contributions for the dummy DKG (#2542)
* Implement creation and propagation of dummy contributions

These act as a ping which is broadcast a few blocks before the dummy
commitments are created. They are meant to determine online/offline members.

* Use information about received dummy contributions to determine validMembers

* Fix PoSe tests

* Fix dummy DKG phase progress in PoSe tests and give tests more time

Mine one block at a time until we reach the mining phase.
2018-12-10 06:04:33 +01:00
..
quorums_blockprocessor.cpp Fix check for nTemporaryTestnetForkDIP3Height (#2508) 2018-11-29 09:12:51 +01:00
quorums_blockprocessor.h Implement and enforce DIP6 commitments (#2477) 2018-11-23 15:42:09 +01:00
quorums_commitment.cpp Deserialize CFinalCommitmentTxPayload instead of CFinalCommitment in TxToJSON (#2510) 2018-11-29 21:51:04 +03:00
quorums_commitment.h Deserialize CFinalCommitmentTxPayload instead of CFinalCommitment in TxToJSON (#2510) 2018-11-29 21:51:04 +03:00
quorums_dummydkg.cpp Introduce dummy (ping-like) contributions for the dummy DKG (#2542) 2018-12-10 06:04:33 +01:00
quorums_dummydkg.h Introduce dummy (ping-like) contributions for the dummy DKG (#2542) 2018-12-10 06:04:33 +01:00
quorums_init.cpp Implement CDummyDKG and CDummyCommitment until we have the real DKG merged (#2492) 2018-11-26 16:53:20 +01:00
quorums_init.h Implement and enforce DIP6 commitments (#2477) 2018-11-23 15:42:09 +01:00
quorums_utils.cpp Implement and enforce DIP6 commitments (#2477) 2018-11-23 15:42:09 +01:00
quorums_utils.h Implement and enforce DIP6 commitments (#2477) 2018-11-23 15:42:09 +01:00