Change release instructions to block the release when dependencies are not updated and not postponed.

This commit is contained in:
Taylor Hornby 2020-06-24 12:21:42 -06:00
parent 75876f477b
commit 44c35c6f68
1 changed files with 10 additions and 0 deletions

View File

@ -26,6 +26,16 @@ Ensure that new performance metrics appear on that site.
Update `src/chainparams.cpp` nMinimumChainWork with information from the getblockchaininfo rpc.
Check that dependencies are up-to-date or have been postponed:
```
$ ./qa/zcash/updatecheck.py
```
If there are updates that have not been postponed, review their changelogs
for urgent security fixes, and if there aren't any, postpone the update by
adding a line to `qa/zcash/postponed-updates.txt`.
### Protocol Safety Checks:
If this release changes the behavior of the protocol or fixes a serious