Releases: bnb-chain/greenfield-challenger
Releases · bnb-chain/greenfield-challenger
v1.1.0
This release contains 1 feature.
Features:
#101 feat: add sp metrics for internal/external sp
v1.0.1
This is a hotfix release to resolve bugs that were found during testing.
- Error response that appears when challenging large objects.
- Error handling when the service fails to get the latest block height from the blockchain.
Bugfix:
#98 fix: the latest cached height could be zero
#97 fix: fix error with get latest block
#95 fix: added a new status VerificationFailed
Chores:
#94 chore: update greenfield go sdk
#93 chore: update challenge api to v2 version
v1.0.0
This release updates the dependencies to adapt to Greenfield v1.0.0.
v0.0.7
This release updates the dependencies to adapt to Greenfield v0.2.6 and adds a bugfix to handle events where components cannot be fetched successfully for hash verification.
Bugfixes:
- #87 fix: handle events where components cannot be fetched successfully for hash verification
v0.0.6-hf.1
This is a hotfix release to fix the config file
v0.0.6
This release updates the dependencies to adapt to Greenfield v0.2.5 and contains 1 new feature.
Features:
- #80 feat: add logging to metrics and waitgroups for goroutines
v0.0.5
This release updates the dependencies to adapt to Greenfield v0.2.4 and contains 1 new feature.
Features:
- #73 feat: enable using env vars for config
Chores:
- #76 chore: clean up unused code and update dependencies
CI:
- #75 ci: add docker job for tag releasing
- #74 ci: Create Dockerfile.distroless
v0.0.5-alpha.1
This release updates the dependencies to adapt to Greenfield v0.2.4-alpha.2
v0.0.4
This release includes a feature and bugfix. Metrics are added in this release.
Features:
Bugfixes:
- #64 fix: attest monitor missing attested challenges
Chores:
- #63 chore: add issue template
v0.0.3
This release includes 1 feature and 2 bugfixes.
Features:
- #58 feat: pass in chainid when calculating event hash
Bugfixes:
- #56 fix: fix issue with hash verifier skipping challenges
- #54 fix: remove bucketdeleted status
Documentation
- #57 docs: update README.md