Skip to content

Releases: bnb-chain/greenfield-challenger

v1.1.0

14 Nov 04:12
c2ad186
Compare
Choose a tag to compare

This release contains 1 feature.

Features:
#101 feat: add sp metrics for internal/external sp

v1.0.1

26 Oct 05:46
047fb96
Compare
Choose a tag to compare

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 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

08 Oct 03:13
6367801
Compare
Choose a tag to compare

This release updates the dependencies to adapt to Greenfield v1.0.0.

v0.0.7

07 Oct 01:57
205bb03
Compare
Choose a tag to compare

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

26 Sep 03:32
ac1358d
Compare
Choose a tag to compare

This is a hotfix release to fix the config file

v0.0.6

14 Sep 06:19
5b79489
Compare
Choose a tag to compare

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

30 Aug 04:15
118d951
Compare
Choose a tag to compare

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

17 Aug 07:00
15c7328
Compare
Choose a tag to compare
v0.0.5-alpha.1 Pre-release
Pre-release

This release updates the dependencies to adapt to Greenfield v0.2.4-alpha.2

v0.0.4

11 Aug 06:43
ffebe78
Compare
Choose a tag to compare

This release includes a feature and bugfix. Metrics are added in this release.

Features:

  • #61 feat: add metrics

Bugfixes:

  • #64 fix: attest monitor missing attested challenges

Chores:

  • #63 chore: add issue template

v0.0.3

31 Jul 06:34
452aab0
Compare
Choose a tag to compare

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