Set APPROX_RELEASE_HEIGHT to 917000 and update release-notes-3.1.0.md

This commit is contained in:
therealyingtong 2020-07-28 07:18:26 +08:00
parent 228b17c9e0
commit 369c16ef44
No known key found for this signature in database
GPG Key ID: 179F32A1503D607E
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ The code preparations for the Canopy network upgrade are finished and included i
- [ZIP 214: Consensus rules for a Zcash Development Fund](https://zips.z.cash/zip-0214)
- [ZIP 215: Explicitly Defining and Modifying Ed25519 Validation Rules](https://zips.z.cash/zip-0215)
Canopy will activate on testnet at height 1028500, and can also be activated at a specific height in regtest mode by setting the config option `-nuparams=0xe9ff75a6:HEIGHT`.
Canopy will activate on testnet at height 1028500, and can also be activated at a specific height in regtest mode by setting the config option `-nuparams=0xe9ff75a6:HEIGHT`. Note that v3.1.0 enables Canopy support on the testnet.
Canopy will activate on mainnet at height 1046400.

View File

@ -8,7 +8,7 @@
// Deprecation policy:
// * Shut down 16 weeks' worth of blocks after the estimated release block height.
// * A warning is shown during the 2 weeks' worth of blocks prior to shut down.
static const int APPROX_RELEASE_HEIGHT = 1020000;
static const int APPROX_RELEASE_HEIGHT = 917000;
static const int WEEKS_UNTIL_DEPRECATION = 16;
static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 24 * 48);