forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 718
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #2550: [Test] Add MN payments test coverage
5833e69 Refactor: Do not call masternode-payments object from the masternode-payments object. (furszy) 8a445e4 Tests: Add test coverage for the mnwinner payee script type, mnwinner with a height too far in the future and payment for an already scheduled MN that went offline in the payment window. (furszy) 9a5f1b7 Masternode-payments tests: Add case for compiting mnwinners. (furszy) 098a104 Add test coverage for masternode payments. (furszy) 48d8770 CMasternodePaymentWinner::IsValid() pass CValidationState instead of error std::string. (furszy) 0af1572 Masternode-payments: add CValidationState to ProcessMNWinner and CreateMNWinnerPayment. (furszy) 88b88ba Masternode-payments: decouple mnwinner processing into its own function. No functional changes. (furszy) Pull request description: Expanded the unit test suite adding coverage for Masternode payments. ACKs for top commit: random-zebra: utACK 5833e69 Tree-SHA512: f26bafee753a28551f1e295f5f22f5030291a514047eaf9186b2294114710575617da135c8037fb38400662b9ac7c5aa548b4fc66ff0bb160f925aa35f473a32
- Loading branch information
Showing
5 changed files
with
375 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.