From d840f82e73b761f54425d9d27a4df3993d1538a2 Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Mon, 14 Oct 2024 14:48:15 +0200 Subject: [PATCH] feat: add calibnet tuk tuk epoch --- src/networks/calibnet/mod.rs | 4 ++-- src/state_migration/mod.rs | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/networks/calibnet/mod.rs b/src/networks/calibnet/mod.rs index 5dcbfc757d3..b4252ae495f 100644 --- a/src/networks/calibnet/mod.rs +++ b/src/networks/calibnet/mod.rs @@ -73,8 +73,8 @@ pub static HEIGHT_INFOS: Lazy> = Lazy::new(|| { make_height!(Phoenix, 1_428_094), // 2024-07-11 12:00:00Z make_height!(Waffle, 1_779_094, get_bundle_cid("v14.0.0-rc.1")), - // TODO(forest): https://github.com/ChainSafe/forest/issues/4800 - make_height!(TukTuk, i64::MAX), + // 2024-10-23T13:30:00Z + make_height!(TukTuk, 2_078_794, get_bundle_cid("v15.0.0-rc1")), ]) }); diff --git a/src/state_migration/mod.rs b/src/state_migration/mod.rs index 7850ba68470..b591df4a8f7 100644 --- a/src/state_migration/mod.rs +++ b/src/state_migration/mod.rs @@ -62,8 +62,7 @@ where (Height::Dragon, nv22::run_migration::), (Height::DragonFix, nv22fix::run_migration::), (Height::Waffle, nv23::run_migration::), - // TODO(forest): https://github.com/ChainSafe/forest/issues/4800 - // (Height::TukTuk, nv24::run_migration::), + (Height::TukTuk, nv24::run_migration::), ] } NetworkChain::Butterflynet => {