mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
Merge bitcoin/bitcoin#31940: Add assumeutxo chainparams to release-process.md
Some checks are pending
CI / ASan + LSan + UBSan + integer, no depends, USDT (push) Waiting to run
CI / test each commit (push) Waiting to run
CI / macOS 14 native, arm64, no depends, sqlite only, gui (push) Waiting to run
CI / macOS 14 native, arm64, fuzz (push) Waiting to run
CI / Win64 native, VS 2022 (push) Waiting to run
CI / Win64 native fuzz, VS 2022 (push) Waiting to run
Some checks are pending
CI / ASan + LSan + UBSan + integer, no depends, USDT (push) Waiting to run
CI / test each commit (push) Waiting to run
CI / macOS 14 native, arm64, no depends, sqlite only, gui (push) Waiting to run
CI / macOS 14 native, arm64, fuzz (push) Waiting to run
CI / Win64 native, VS 2022 (push) Waiting to run
CI / Win64 native fuzz, VS 2022 (push) Waiting to run
02fae33635
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: ACK02fae33635
glozow: ACK02fae33635
Tree-SHA512: 1c570b476a2c1369cde20965a762a4bce76fc27e7cf2704032132c9679ac1bc003d5dcc5b2bf39625f1b92b182254bec60743e52858ef89428df2b90ff4fb804
This commit is contained in:
commit
88debb3e42
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ Release Process
|
||||||
- On mainnet, the selected value must not be orphaned, so it may be useful to set the height two blocks back from the tip.
|
- On mainnet, the selected value must not be orphaned, so it may be useful to set the height two blocks back from the tip.
|
||||||
- Testnet should be set with a height some tens of thousands back from the tip, due to reorgs there.
|
- Testnet should be set with a height some tens of thousands back from the tip, due to reorgs there.
|
||||||
- `nMinimumChainWork` with the "chainwork" value of RPC `getblockheader` using the same height as that selected for the previous step.
|
- `nMinimumChainWork` with the "chainwork" value of RPC `getblockheader` using the same height as that selected for the previous step.
|
||||||
|
- `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>`
|
||||||
|
The same height considerations for `defaultAssumeValid` apply.
|
||||||
* Consider updating the headers synchronization tuning parameters to account for the chainparams updates.
|
* Consider updating the headers synchronization tuning parameters to account for the chainparams updates.
|
||||||
The optimal values change very slowly, so this isn't strictly necessary every release, but doing so doesn't hurt.
|
The optimal values change very slowly, so this isn't strictly necessary every release, but doing so doesn't hurt.
|
||||||
- Update configuration variables in [`contrib/devtools/headerssync-params.py`](/contrib/devtools/headerssync-params.py):
|
- Update configuration variables in [`contrib/devtools/headerssync-params.py`](/contrib/devtools/headerssync-params.py):
|
||||||
|
|
Loading…
Add table
Reference in a new issue