|
51 | 51 |
|
52 | 52 | class AssetLocksTest(DashTestFramework):
|
53 | 53 | def set_test_params(self):
|
54 |
| - self.set_dash_test_params(6, 4, evo_count=3) |
| 54 | + self.set_dash_test_params(5, 3, [["-whitelist=127.0.0.1", "-llmqtestinstantsenddip0024=llmq_test_instantsend"]] * 5, evo_count=3) |
55 | 55 |
|
56 | 56 | def skip_test_if_missing_module(self):
|
57 | 57 | self.skip_if_no_wallet()
|
@@ -241,21 +241,10 @@ def run_test(self):
|
241 | 241 | self.activate_v19(expected_activation_height=900)
|
242 | 242 | self.log.info("Activated v19 at height:" + str(node.getblockcount()))
|
243 | 243 |
|
244 |
| - # TODO: need to refactor this part to common code |
245 |
| - # enabling instantsend -> 3 rotating quorums -> new 103 quorum |
246 |
| - # with following dynamically adding evo nodes one-by-one seems |
247 |
| - # as little too much complex for functional test (each which use Evo nodes) |
248 | 244 | self.nodes[0].sporkupdate("SPORK_2_INSTANTSEND_ENABLED", 0)
|
249 | 245 | self.wait_for_sporks_same()
|
250 | 246 |
|
251 |
| - self.move_to_next_cycle() |
252 |
| - self.log.info("Cycle H height:" + str(self.nodes[0].getblockcount())) |
253 |
| - self.move_to_next_cycle() |
254 |
| - self.log.info("Cycle H+C height:" + str(self.nodes[0].getblockcount())) |
255 |
| - self.move_to_next_cycle() |
256 |
| - self.log.info("Cycle H+2C height:" + str(self.nodes[0].getblockcount())) |
257 |
| - |
258 |
| - self.mine_cycle_quorum(llmq_type_name='llmq_test_dip0024', llmq_type=103) |
| 247 | + self.mine_quorum(llmq_type_name='llmq_test_instantsend', llmq_type=104) |
259 | 248 |
|
260 | 249 | for i in range(3):
|
261 | 250 | self.dynamically_add_masternode(evo=True)
|
|
0 commit comments