forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge dashpay#6430: feat: dynamically register MN in functional tests…
… without IS 37fbdee feat: do not mine extra quorum in feature_dip3_v19.py (Konstantin Akimov) 70ba007 feat: do not mine extra quorum in feature_llmq_evo.py (Konstantin Akimov) 129385d feat: remove regular masternodes from feature_asset_locks tests (Konstantin Akimov) 8ea45bb fix: make helper get_merkle_root works with no masternodes (Konstantin Akimov) 7e0c2ca fix: make dynamic masternode register even without is-quorum (Konstantin Akimov) Pull request description: This PR has important fixes to implement "single-node quorum" feature. ## Issue being fixed or feature implemented Without IS-quorum you can not dynamically add a new MN or Evo node. For evo nodes adding it dynamically is the only way. ## What was done? Fixed a function that dynamically adds a masternode without Instant Send quorums; use it in a functional test feature_asset_locks.py As side effect it improves performance of functional tests which do not wait more IS lock significantly; for feature_asset_locks.py it gave ~20 seconds per run. ## How Has This Been Tested? See updates in `feature_asset_locks.py`, `feature_llmq_evo.py`, `feature_dip3_v19.py` ## Breaking Changes N/A ## Checklist: - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have added or updated relevant unit/integration/functional/e2e tests - [x] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: UdjinM6: utACK 37fbdee PastaPastaPasta: utACK 37fbdee Tree-SHA512: 2da036ccd9842946f20450606621108fa8cd8fae31927ac2d1fc5f02bf9c2f6955a67e23ef76141a02299510c8cbf206fcd4947b0ec41b776fe80f70947afc14
- Loading branch information
Showing
5 changed files
with
24 additions
and
47 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