mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-20 14:05:23 +01:00
Specify in release process which chains need to be updated
This commit is contained in:
parent
584147682a
commit
fe048f7f7c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Release Process
|
|||
#### Before branch-off
|
||||
|
||||
* Update hardcoded [seeds](/contrib/seeds/README.md), see [this pull request](https://github.com/bitcoin/bitcoin/pull/7415) for an example.
|
||||
* Update the following variables in [`src/chainparams.cpp`](/src/chainparams.cpp):
|
||||
* Update the following variables in [`src/chainparams.cpp`](/src/chainparams.cpp) for mainnet, testnet, and signet:
|
||||
- `m_assumed_blockchain_size` and `m_assumed_chain_state_size` with the current size plus some overhead (see
|
||||
[this](#how-to-calculate-assumed-blockchain-and-chain-state-size) for information on how to calculate them).
|
||||
- `chainTxData` with statistics about the transaction count and rate. Use the output of the `getchaintxstats` RPC, see
|
||||
|
|
Loading…
Add table
Reference in a new issue