Skip to content

Commit 88debb3

Browse files
committed
Merge bitcoin/bitcoin#31940: Add assumeutxo chainparams to release-process.md
02fae33 doc: add assumeutxo chainparams to release proc (willcl-ark) Pull request description: This should ideally be bumped every major (and perhaps even minor?) release to avoid falling too far behind, and therefore keeping this feature as useful as it can be. Document in release-process.md to avoid forgetting to do this. ACKs for top commit: achow101: ACK 02fae33 glozow: ACK 02fae33 Tree-SHA512: 1c570b476a2c1369cde20965a762a4bce76fc27e7cf2704032132c9679ac1bc003d5dcc5b2bf39625f1b92b182254bec60743e52858ef89428df2b90ff4fb804
2 parents c8dcb61 + 02fae33 commit 88debb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/release-process.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Release Process
4444
- On mainnet, the selected value must not be orphaned, so it may be useful to set the height two blocks back from the tip.
4545
- Testnet should be set with a height some tens of thousands back from the tip, due to reorgs there.
4646
- `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.
4749
* Consider updating the headers synchronization tuning parameters to account for the chainparams updates.
4850
The optimal values change very slowly, so this isn't strictly necessary every release, but doing so doesn't hurt.
4951
- Update configuration variables in [`contrib/devtools/headerssync-params.py`](/contrib/devtools/headerssync-params.py):

0 commit comments

Comments
 (0)