From fa6389a7e7dd7c6d34445e1e9071330838f3579a Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Thu, 7 Apr 2022 14:43:38 -0400 Subject: [PATCH] add missing item to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c04080e..5eaaeff39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,7 @@ Follow the instruction [here](https://lotus.filecoin.io/storage-providers/operat - feat: config: Move MakeNewSectorForDeals config into the Sealing section([filecoin-project/lotus#8382](https://github.com/filecoin-project/lotus/pull/8382)) ## Bug Fixes +- fix: FVM: add finality check for consensus faults #8452 - fix: market: Reuse the market PubSub in index provider #8451 - fix: market: set all index provider options based on lotus config #8444 - fix: sealing: Fix PR1 worker selection (#8421)