Author | SHA1 | Message | Date |
---|---|---|---|
Marko | ff9e08a32f |
add staticcheck linting (#3828)
cleanup to add linter grpc change: https://godoc.org/google.golang.org/grpc#WithContextDialer https://godoc.org/google.golang.org/grpc#WithDialer grpc/grpc-go#2627 prometheous change: due to UninstrumentedHandler, being deprecated in the future empty branch = empty if or else statement didn't delete them entirely but commented couldn't find a reason to have them could not replicate the issue #3406 but if want to keep it commented then we should comment out the if statement as well |
5 years ago |
Thane Thomson | a335caaedb |
alias amino imports (#3219)
As per conversation here: https://github.com/tendermint/tendermint/pull/3218#discussion_r251364041 This is the result of running the following code on the repo: ```bash find . -name '*.go' | grep -v 'vendor/' | xargs -n 1 goimports -w ``` |
6 years ago |
Zach |
8ce588d984
|
fixes for tools repo merge (#1945)
fixes for tools repo merge (#1943) |
6 years ago |
Zach Ramsay | 2f4ab0c068 | mv tools files to tools repo | 6 years ago |