From 67d4317f7fdb6d3d9806479b5217472841de10f3 Mon Sep 17 00:00:00 2001 From: Hubert Date: Fri, 8 Nov 2024 06:06:41 +0100 Subject: [PATCH] release: prepare Forest v0.22.0 "Pad Thai" (#4971) --- CHANGELOG.md | 24 ++++++++++++++++++------ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09512a0bd7d..7c85633f6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,24 @@ ### Breaking +### Added + +### Changed + +### Removed + +### Fixed + +## Forest 0.22.0 "Pad Thai" + +Mandatory release for mainnet node operators. It sets the upgrade epoch for the +NV24 _Tuk Tuk_ upgrade to `4_461_240` which corresponds to +`Wed 20 Nov 23:00:00 UTC 2024`. No F3 support is planned for the NV24, see +[this post](https://github.com/filecoin-project/core-devs/discussions/150#discussioncomment-11164504) +for more details. + +### Breaking + - [#4952](https://github.com/ChainSafe/forest/pull/4952) Extended the `forest-cli chain head` command to allow for specifying number of last tipsets to display. This change is breaking as the output now contains the epoch of @@ -53,12 +71,6 @@ - [#4801](https://github.com/ChainSafe/forest/issues/4801) Add support for `Tuk Tuk` NV24 upgrade for mainnet -### Changed - -### Removed - -### Fixed - ## Forest 0.21.1 "Songthaew Plus" This is an optional release for calibration network node operators. It enables diff --git a/Cargo.lock b/Cargo.lock index 34724ccdec1..cc001f070b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3124,7 +3124,7 @@ checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" [[package]] name = "forest-filecoin" -version = "0.21.1" +version = "0.22.0" dependencies = [ "ahash", "anes 0.2.0", diff --git a/Cargo.toml b/Cargo.toml index 81c64c69584..bcbef3c1d59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-filecoin" -version = "0.21.1" +version = "0.22.0" authors = ["ChainSafe Systems "] repository = "https://github.com/ChainSafe/forest" edition = "2021"