Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: draft release for v1.0.1 #99

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down