This release contains 1 feature.
Features:
#101 feat: add sp metrics for internal/external sp
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
This release updates the dependencies to adapt to Greenfield v1.0.0.
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
This is a hotfix release to update the outdated config file.
Chore:
- #86 fix: update outdated config file
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
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:
This release updates the dependencies to adapt to Greenfield v0.2.4-alpha.2
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
This release includes 1 feature and 2 bugfixes.
Features:
- #58 feat: pass in chainid when calculating event hash
Bugfixes:
Documentation
- #57 docs: update README.md
This is a maintenance release that updates the service to adapt to it's updated dependencies and code refactoring.
- #47 feat: adapt to new go-sdk and greenfield version
This is a pre-release. The go-sdk module and it's relevant dependencies are updated to use their pre-release alpha versions.
- #44 chore: upgrade dependencies
This 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