forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #2296: [RPC] Provider-Register transactions
e754732 [RPC][Tests] Include proTx data in json formatted transactions (random-zebra) 431693f Missing lock for Masternode::SetSpent() method. (furszy) fb60da4 [Refactoring][RPC] protx send: avoid extra serializing/unserializing (random-zebra) 4c50f7a [Refactoring][RPC] Decouple atmp/relay functions in sendrawtransaction (random-zebra) 86dcf69 [Consensus] Make masternode collateral amount a consensus param (random-zebra) 503e7da [Consensus] Prevent usage of same collateral for MN and DMN instance (random-zebra) f218357 [RPC] Add DMN support to listmasternodes (random-zebra) 716e7ed [RPC] Deprecate startmasternode when SPORK_21 is active (random-zebra) 70fe350 [MN] Stop processing legacy masternodes after SPORK_21 is active (random-zebra) a718654 [RPC] Block EVO rpcs before V6 enforcement (random-zebra) 214dc7f [RPC] Implement protx_list (random-zebra) cad0f0e [RPC] Implement protx_register RPC functions (random-zebra) Pull request description: Extracted from #2267. Based on top of - [x] #2273 Implement `protx_register` and `protx_list` RPC commands. Add DMN support to `listmasternodes`. Deprecate `startmasternode` after SPORK_21 activation. ACKs for top commit: furszy: code ACK e754732 after cherry-pick. Fuzzbawls: Code ACK e754732 Tree-SHA512: 92fdb8e9056bcba0dad04db39048147e2650d306c85319a9825fb3d2b50a81bb58686412a3a406bf43809186eb97fa97b449e877757ba2ac5fec7926d198116e
- Loading branch information
Showing
20 changed files
with
1,018 additions
and
96 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
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
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.