forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…itcoin#22550, bitcoin#22597, bitcoin#22632, bitcoin#22718, bitcoin#22907 - fire up test chains by first block - 2/n e4e7c44 fix: use proper chain instead using ActiveChain for test framework (Konstantin Akimov) 65b92fa Merge bitcoin#21862: test: Set regtest.BIP65Height = 111 to speed up tests (fanquake) adcf095 Merge bitcoin#22718: doc: Add missing PR 16333 release note (MarcoFalke) 101a863 Merge bitcoin#16333: test: Set BIP34Height = 2 for regtest (MarcoFalke) 71af881 Merge bitcoin#22907: test: Avoid intermittent test failure in feature_csv_activation.py (merge-script) fc25503 Merge bitcoin#22632: test: Set regtest.BIP66Height = 102 to speed up tests (W. J. van der Laan) cbd2be8 Merge bitcoin#22597: consensus/params: simplify ValidDeployment check to avoid gcc warning (MarcoFalke) 8928146 Merge bitcoin#22550: test: improve `test_signing_with_{csv,cltv}` subtests (speed, prevent timeout) (MarcoFalke) fb00431 Merge bitcoin#22385: refactor: Use DeploymentEnabled to hide VB deployments (MarcoFalke) Pull request description: ## Issue being fixed or feature implemented Backports from bitcoin related to hard-fork mechanism and accelerated action ## What was done? see commits for backports. Also fixed an issue of using from ChainState on RegTest: should be used specified chain, not the "best chain". ## How Has This Been Tested? Run unit & functional tests ## Breaking Changes That's a breaking changes for RegTest ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone ACKs for top commit: PastaPastaPasta: utACK e4e7c44 Tree-SHA512: c02813179177781a0da3beaff65732e12017f0056565b897891b2c5a06fda125a4e032571a02fad9d8640728df82c117393bd78bc6d406e0a30f72587b2d7344
- Loading branch information
Showing
17 changed files
with
100 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Tests | ||
----- | ||
|
||
- For the `regtest` network the activation heights of several softforks were | ||
changed. (dash#6189) | ||
* BIP 34 (blockheight in coinbase) from 500 to 2 | ||
* BIP 66 (DERSIG) from 1251 to 102 | ||
* BIP 65 (CLTV) from 1351 to 111 |
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
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
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
Oops, something went wrong.