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 #2684: [Refactor] Move tier two managers initialization from in…
…it.cpp to tiertwo/init.cpp d1fffb5 [Move-only] Move Masternodes thread creation from init.cpp to tiertwo/init.cpp (furszy) 8f7868f Remove completely broken "fLiteMode" (furszy) c78bcd7 [Move-only] Move active masternode initialization from init.cpp to tiertwo/init.cpp (furszy) a04bf92 [Move-only] Move tier two managers dump from init.cpp to a separate "tiertwo/init.cpp" (furszy) 77d8dcb [Move-only] Move tier two managers initialization from init.cpp to a separate "tiertwo/init.cpp" (furszy) Pull request description: It's primarily a move-only refactoring, breaking up a bit more the long monolithic `init.cpp`. Placing the tier two components initialization in a separate `tiertwo/init.cpp` file. This will make future inclusions easier, like #2647 introducing the new tier two MN metadata manager and the network sync requests manager. And, as an extra cleanup, removed the broken `litemode` flag. Because, as is now, it simply makes no sense.. it's a "turn this on to fork your node". ACKs for top commit: random-zebra: diff utACK d1fffb5 Fuzzbawls: ACK d1fffb5 Tree-SHA512: ad2edd1dbc7007562fa55e61b73a50552d56aa186180b56cba3598435f607fcde2721fe0f7edb575ab4bc4ac907bcebfdf0e30a74139f99a3427dd790b959275
- Loading branch information
Showing
13 changed files
with
206 additions
and
134 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.