dashpay / dash

Dash - Reinventing Cryptocurrency
https://www.dash.org
MIT License
1.49k stars 1.2k forks source link

refactor: removed pre-MN_RR logic of validation of CL #6408

Closed knst closed 5 days ago

knst commented 6 days ago

Issue being fixed or feature implemented

The fork MN_RR is active awhile on testnet and mainnet and no more need legacy check

What was done?

Removes legacy version of checks for CL and related functional tests

How Has This Been Tested?

Run unit / functional test - DONE Reindex testnet - DONE Reindex mainnet - DONE

Breaking Changes

Removed pre-mn_rr version of checks for CL. It's no more relevant on mainnet and testnet. It affects behavior on new devnets and regtest for pre-mn_rr activation blocks.

Checklist:

PastaPastaPasta commented 6 days ago

I ran feature_llmq_chainlocks.py ~30 times without issue (with tsan / debug) locally