Add updating of chainTxData to release process
This commit is contained in:
parent
36f9d3ae6d
commit
41b8821adf
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ Before every major release:
|
||||||
|
|
||||||
* Update hardcoded [seeds](/contrib/seeds/README.md), see [this pull request](https://github.com/bitcoin/bitcoin/pull/7415) for an example.
|
* Update hardcoded [seeds](/contrib/seeds/README.md), see [this pull request](https://github.com/bitcoin/bitcoin/pull/7415) for an example.
|
||||||
* Update [`BLOCK_CHAIN_SIZE`](/src/qt/intro.cpp) to the current size plus some overhead.
|
* Update [`BLOCK_CHAIN_SIZE`](/src/qt/intro.cpp) to the current size plus some overhead.
|
||||||
|
* Update `src/chainparams.cpp` chainTxData with statistics about the transaction count and rate.
|
||||||
|
|
||||||
### First time / New builders
|
### First time / New builders
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue