Skip to content

Commit

Permalink
Specify in release process which chains need to be updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatack committed Apr 19, 2022
1 parent 5841476 commit fe048f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe048f7

Please sign in to comment.