Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #6187: feat: fire up devnets by block 2 - 1/n
c8f7c28 docs: release notes for devnets fast fork activations (Konstantin Akimov) 2e1cd9c feat: quick assemble of devnets (Konstantin Akimov) Pull request description: ## Issue being fixed or feature implemented Many hard-forks have been delayed to block-300 on devnet to be compatible with existing devnets. Let's make a breaking changes (for devnet) to activate everything as fast as it ready, just from block 2. ## What was done? Set activation for all buried developments on devnet at the block 2 at the latest. ## How Has This Been Tested? Run new devnet - charlie - works as expected: ``` "softforks": { "bip34": { "type": "buried", "active": true, "height": 1 }, "bip66": { "type": "buried", "active": true, "height": 1 }, "bip65": { "type": "buried", "active": true, "height": 1 }, "bip147": { "type": "buried", "active": true, "height": 1 }, "csv": { "type": "buried", "active": true, "height": 1 }, "dip0001": { "type": "buried", "active": true, "height": 2 }, "dip0003": { "type": "buried", "active": true, "height": 2 }, "dip0008": { "type": "buried", "active": true, "height": 2 }, "dip0020": { "type": "buried", "active": true, "height": 2 }, "dip0024": { "type": "buried", "active": true, "height": 2 }, "realloc": { "type": "buried", "active": true, "height": 2 }, "v19": { "type": "buried", "active": true, "height": 2 }, ... ``` ## Breaking Changes Breaking changes on devnet: all buried forks are activated at once ## Checklist: - [x] I have performed a self-review of my own code - [x] 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: UdjinM6: utACK c8f7c28 PastaPastaPasta: utACK c8f7c28 Tree-SHA512: c7c13e52873b91d25e5502f1f4ad7c91d8f10ec8227dd2f93205d53091b13d7e7f169c022d0182306e8df0f8b9cd409a2d2b67d9023432d375da1750b4612e06
- Loading branch information