Commit b2cde07
test, doc: address review suggestions for spork removal
- Update release notes to clarify that SPORK_3 and SPORK_9 were already
effectively always enabled on mainnet but continued to gate behavior
on test networks.
- Add explicit wait_until(IsSynced) in feature_dip3_deterministicmns
before the getblocktemplate loop, since -budgetparams=10:10:10 sets
superblock cycle to 10 blocks and getblocktemplate now unconditionally
checks IsSynced() at superblock heights.
- Fix stale comment in DashTestFramework that still referenced "block
filtering" after SPORK_3 removal.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3d9e80e commit b2cde07
3 files changed
Lines changed: 7 additions & 4 deletions
File tree
- doc
- test/functional
- test_framework
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1844 | 1844 | | |
1845 | 1845 | | |
1846 | 1846 | | |
1847 | | - | |
| 1847 | + | |
1848 | 1848 | | |
1849 | 1849 | | |
1850 | 1850 | | |
| |||
0 commit comments