Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish moving tier two initialization code from init.cpp to tiertwo/init.cpp and add disabledkg init flag #2723

Merged
merged 4 commits into from
Jan 25, 2022

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    918db4e View commit details
    Browse the repository at this point in the history
  2. init: improve dmn collateral locking.

    1) Walk-through the DMN list only once instead of one-time per wallet.
    2) Remove wallet dependency on evo/deterministicmns.h.
    furszy committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    38b92b9 View commit details
    Browse the repository at this point in the history
  3. init: move tier two objects initializers and the Masternodes collater…

    …al transactions' output lock in wallet to the tiertwo/init.cpp file.
    furszy committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    6035112 View commit details
    Browse the repository at this point in the history
  4. init: add flag to disable the DKG processes.

    Updating p2p_quorum_connect.py test with it
    
    And move -pushversion to GetTierTwoHelpString as well.
    furszy committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    c445333 View commit details
    Browse the repository at this point in the history