-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature masternode rewardaddress (#642)
* added rewardAddress in masternode class * setforcedrewardaddress rpc * setforcedrewardaddress apply * RemoveForcedRewardAddress rpc and apply * coinbase script from mn reward address * SetForecedrewardAddress tx code to type and make scriptPubKey * functional test and isMine check * fix typo and functional test for -gen param * linter fix * mn messages refactoring * FUpgradeHeight hardfork * fuheight check for tx * Optimize code and address comments * Enable parallel builds on docker containers (#659) * Refactor code * Refactor code * RFix redundant code duing rebasing * Using enum instead of number * Remove redundant check Co-authored-by: DefiDev <[email protected]> Co-authored-by: Prasanna Loganathar <[email protected]> Co-authored-by: Peter John Bushnell <[email protected]>
- Loading branch information
1 parent
8e9f812
commit 28c93c4
Showing
13 changed files
with
567 additions
and
36 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
Oops, something went wrong.