-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'pokt/main' into issues/584/event/applic…
…ation-overserviced * pokt/main: [TODO] Blockers @okdas (#674) [TODO_BLOCKER] chore: Remove stale TODO_BLOCKERs (#694) [TODO] refactor: query expiring claims w/ index (#671) [TODOs] `grace_period_end_offset_blocks` validation & cleanup (#667) [Testing] add account balance coverage to account settlement (#670) [Application] Auto-undelegation of unstaked gateways (#692) [RelayMiner] Fix LeanClient mutiple suppliers support (#662)
- Loading branch information
Showing
97 changed files
with
1,948 additions
and
617 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,11 +85,10 @@ endif | |
#################### | ||
|
||
# TODO_IMPROVE(@okdas): Add other dependencies (ignite, docker, k8s, etc) here | ||
# TODO_BLOCKER(@okdas): bump `golangci-lint` when we upgrade golang to 1.21+ | ||
.PHONY: install_ci_deps | ||
install_ci_deps: ## Installs `mockgen` and other go tools | ||
go install "github.com/golang/mock/[email protected]" && mockgen --version | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.3 && golangci-lint --version | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.1 && golangci-lint --version | ||
go install golang.org/x/tools/cmd/goimports@latest | ||
go install github.com/mikefarah/yq/v4@latest | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.