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
This should be bumped every major release to avoid falling too far
behind, therefore making this feature as useful as it can be.
Document this in release-process.md to avoid forgetting to add a new
hardcoded height during release.
Copy file name to clipboardExpand all lines: doc/release-process.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,8 @@ Release Process
44
44
- On mainnet, the selected value must not be orphaned, so it may be useful to set the height two blocks back from the tip.
45
45
- Testnet should be set with a height some tens of thousands back from the tip, due to reorgs there.
46
46
-`nMinimumChainWork` with the "chainwork" value of RPC `getblockheader` using the same height as that selected for the previous step.
47
+
-`m_assumeutxo_data` array should be appended to with the values returned by calling `bitcoin-cli -rpcclienttimeout=0 -named dumptxoutset utxo.dat rollback=<height or hash>`
48
+
The same height considerations for `defaultAssumeValid` apply.
47
49
* Consider updating the headers synchronization tuning parameters to account for the chainparams updates.
48
50
The optimal values change very slowly, so this isn't strictly necessary every release, but doing so doesn't hurt.
49
51
- Update configuration variables in [`contrib/devtools/headerssync-params.py`](/contrib/devtools/headerssync-params.py):
0 commit comments