You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #6753: fix: avoid accidental v23 activation on mainnet/testnet
e4172cd fix: avoid accidental v23 activation on mainnet/testnet (UdjinM6)
Pull request description:
## Issue being fixed or feature implemented
`v23` hf is in semi-ready state but it can be activated if `develop` is deployed on mainnet/testnet on too many nodes because we are past `nStartTime` already.
## What was done?
Disable v23 for now, set proper start/timeout time in some future PR when we are ready.
## How Has This Been Tested?
Run `getblockchaininfo` rpc , confirm `v23` in no longer listed in `softforks`.
## Breaking Changes
n/a
## Checklist:
- [ ] 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
- [ ] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_
ACKs for top commit:
kwvg:
utACK e4172cd
knst:
utACK e4172cd
Tree-SHA512: ada332ddd475309cd0a8acb6071a01538e870f3538c260f7314b86e427771c62ca8d54749c1114444fafc480837b98d37eb3a4a82f21033ced48b9a70bbcadcc
0 commit comments