From e4fd9403c4640ef2102146ad25be1e1dad0f5c9b Mon Sep 17 00:00:00 2001 From: randyahx Date: Thu, 26 Oct 2023 11:48:48 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d71ca78..3287a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v1.0.1 +This is a hotfix release to resolve bugs that were found during testing. + +1. Error response that appears when challenging large objects. +2. Error handling when the service fails to get the latest block height from the blockchain. + +Bugfix: +[#98](https://github.com/bnb-chain/greenfield-challenger/pull/98) fix: the latest cached height could be zero +[#97](https://github.com/bnb-chain/greenfield-challenger/pull/97) fix: fix error with get latest block +[#95](https://github.com/bnb-chain/greenfield-challenger/pull/95) fix: added a new status VerificationFailed + +Chores: +[#94](https://github.com/bnb-chain/greenfield-challenger/pull/94) chore: update greenfield go sdk +[#93](https://github.com/bnb-chain/greenfield-challenger/pull/93) chore: update challenge api to v2 version + + ## v1.0.0 This release updates the dependencies to adapt to Greenfield v1.0.0.