Skip to content

Releases: bnb-chain/greenfield-challenger

v0.0.2-hf.1

13 Jul 01:46
Compare
Choose a tag to compare

Description

This is a hotfix release to resolve an issue in v0.0.2.

Rationale

  • #54 fix: remove bucketdeleted status
  • #56 fix: fix issue with hash verifier skipping challenges

v0.0.2

25 Jun 07:02
8aba141
Compare
Choose a tag to compare

Description

This is a maintenance release that updates the service to adapt to it's updated dependencies and code refactoring.

Rationale

Change log:

  • #47 feat: adapt to new go-sdk and greenfield version

v0.0.2-alpha.1

26 May 08:31
9d32c1a
Compare
Choose a tag to compare
v0.0.2-alpha.1 Pre-release
Pre-release

Description

This is a pre-release. The go-sdk module and it's relevant dependencies are updated to use their pre-release alpha versions.

Rationale

Changelog:

  • #44 chore: upgrade dependencies

v0.0.1

23 May 11:55
294031f
Compare
Choose a tag to compare

his release launches the Challenger Service.

  • #19 fix: added error logs
  • #20 fix: fix hash verifier issue
  • #21 refactor: refine some codes
  • #22 refactor: refine codes to skip events and query heartbeat interval from blockchain
  • #23 add lint and gosec workflows
  • #24 doc: add deployment documentation
  • #25 license: add opensource license
  • #28 fix: fix lock issue
  • #29 fix: fix some bugs
  • #30 fix: change hash verification procedure
  • #31 fix: add heartbeat interval to hash verifier
  • #32 fix: return error if 2/3 votes have not been achieved
  • #34 fix querying cached validators out of range error
  • #36 feat: added vote collector, refactored broadcast
  • #38 feat: refactor tx submitter
  • #39 chore: update cosmos sdk to v0.47
  • #40 fix: implement fix for issues found during qa testing