dash/src/evo
pasta 977048fb09
Merge #6325: feat: start DIP0024 from block 1 - fire up test chains by first block - 7/n
906c2d79ba refactor: add annotation gsl::not_null for ConstructCreditPool (Konstantin Akimov)
f1905ca950 fix: intermittent missing of PoSe ban in feature_llmq_simplepose.py (Konstantin Akimov)
cf84dffc9f fix: bump time for all nodes during mine_quorum in feature_llmq_rotation.py test (Konstantin Akimov)
efd4701d30 fix: intermittent error for feature_llmq_simplepose due to rotating quorums (Konstantin Akimov)
2bafadfc34 feat: put DIP0024 activation to block 1 on RegTest (Konstantin Akimov)
632c4c4bcd feat: re-bury DIP0024 with new height when quorums actually appeared (Konstantin Akimov)
343c74b779 fix: intermittent error in feature_index_prune due to DKG influence (Konstantin Akimov)
de821b9b15 refactor: remove command line argument -bip147height, -dip8params (Konstantin Akimov)
d8ce0a74fa docs: updated comment for DIP0003 activation on RegTest (Konstantin Akimov)
4dafec870c fix: add check that DIP0003 activated before retrieving CbTx for CreditPool (Konstantin Akimov)
26e9813672 fix: assertion in Credit Pool validation during connecting blocks (Konstantin Akimov)

Pull request description:

  ## Issue being fixed or feature implemented
  This PR is 7th in the achieving ultimate goal to activate old forks from block 1.
  It helps to run unit and functional tests faster; it helps for platform's dev-environment to start faster.

  ## What was done?
  Prior work: #6187, #6189, #6214, #6225, #6269, #6275

  This PR:
   - simplify DIP0024 activation and activate it from block 1 at RegTest
   - removes command lines arguments: -bip147height, -dip8params
   - fixed intermittent errors in feature_index_prune.py and feature_llmq_simplepose.py
   - fix assertion crash on Regtest if using strange combination of -testactivationheight and -dip3params

  ## How Has This Been Tested?
  Run unit, functional tests.

  ## Breaking Changes
  [regtest only] -dip8params, -bip147height are removed.

  ## 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

ACKs for top commit:
  UdjinM6:
    utACK 906c2d79ba
  PastaPastaPasta:
    utACK 906c2d79ba

Tree-SHA512: fab8a9bc03bb7f220c19dd952a03f8fec0b6ef1362d7308eb77c90e0ba814a241bb2bf36beccf78bb285ede1b6d85ec52fa19b3729ac9b643b420d13fbb63b47
2024-12-10 09:43:02 -06:00
..
assetlocktx.cpp refactor: trim and document assumptions for GetQuorum and friends 2024-11-14 10:07:34 +00:00
assetlocktx.h refactor: remove unused includes and forward declarations from headers 2024-11-11 14:41:35 +07:00
cbtx.cpp refactor: set const auto& cbTx to avoid using optional throughout method 2024-11-20 03:20:50 +07:00
cbtx.h refactor: removed pre-MN_RR logic of validation of CL 2024-11-20 03:20:50 +07:00
chainhelper.cpp refactor: drop usage of chainstate globals in asset locks logic 2024-06-26 13:50:48 +00:00
chainhelper.h refactor: drop usage of chainstate globals in governance logic 2024-06-26 11:57:21 +00:00
creditpool.cpp refactor: add annotation gsl::not_null for ConstructCreditPool 2024-12-10 15:52:43 +07:00
creditpool.h refactor: add annotation gsl::not_null for ConstructCreditPool 2024-12-10 15:52:43 +07:00
deterministicmns.cpp refactor: trim and document assumptions for Get*MN* and friends 2024-11-14 10:08:05 +00:00
deterministicmns.h refactor: remove unused CConnman from CDeterministicMNManager ctor 2024-12-05 22:42:15 +00:00
dmn_types.h merge bitcoin#22951: move amount.h into consensus 2024-10-25 16:00:12 +00:00
dmnstate.cpp chore: run contrib/devtools/copyright_header.py update . 2024-10-05 23:17:41 +03:00
dmnstate.h merge bitcoin#23524: Fix typos in endif header comments 2024-12-04 15:55:10 +00:00
evodb.cpp chore: run contrib/devtools/copyright_header.py update . 2024-10-05 23:17:41 +03:00
evodb.h chore: run contrib/devtools/copyright_header.py update . 2024-10-05 23:17:41 +03:00
mnauth.cpp feat: mnauth always use basic scheme 2024-12-09 14:36:49 -06:00
mnauth.h feat: mnauth always use basic scheme 2024-12-09 14:36:49 -06:00
mnhftx.cpp fix: force ehf signal db update 2024-11-30 15:31:50 +07:00
mnhftx.h fix: add missing cs_main annotation for ForceSignalDBUpdate 2024-12-03 01:01:22 +07:00
providertx.cpp chore: run contrib/devtools/copyright_header.py update . 2024-10-05 23:17:41 +03:00
providertx.h refactor: remove unused includes and forward declarations from headers 2024-11-11 14:41:35 +07:00
simplifiedmns.cpp refactor: trim and document assumptions for GetQuorum and friends 2024-11-14 10:07:34 +00:00
simplifiedmns.h refactor: trim and document assumptions for GetQuorum and friends 2024-11-14 10:07:34 +00:00
specialtx.cpp
specialtx.h refactor: remove unused includes and forward declarations from headers 2024-11-11 14:41:35 +07:00
specialtxman.cpp fix: assertion in Credit Pool validation during connecting blocks 2024-12-05 17:10:27 +07:00
specialtxman.h refactor: remove unused includes and forward declarations from headers 2024-11-11 14:41:35 +07:00