From 2b1e7162b1d7f1f4d8c4124499d7f7fd2b90a675 Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 27 Jul 2020 17:56:30 +1000 Subject: [PATCH] feature: Set the testnet Canopy upgrade height See ZIP 251 and zcash/zips#385 for details. Closes #756. --- zebra-consensus/src/parameters/network_upgrade.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zebra-consensus/src/parameters/network_upgrade.rs b/zebra-consensus/src/parameters/network_upgrade.rs index 6c5f9ae5..b9e7ff60 100644 --- a/zebra-consensus/src/parameters/network_upgrade.rs +++ b/zebra-consensus/src/parameters/network_upgrade.rs @@ -62,8 +62,9 @@ pub(crate) const TESTNET_ACTIVATION_HEIGHTS: &[(BlockHeight, NetworkUpgrade)] = (BlockHeight(280_000), Sapling), (BlockHeight(584_000), Blossom), (BlockHeight(903_800), Heartwood), - // As of 21 July 2020, the Canopy testnet height has not been decided. - // See ZIP 251 for updates. + // As of 27 July 2020, the Canopy testnet height is under final review. + // See ZIP 251 for any updates. + (BlockHeight(1_028_500), Canopy), ]; /// The Consensus Branch Id, used to bind transactions and blocks to a