Marko
7e2cc1db5e
## Description partially cleanup in preparation for errcheck i ignored a bunch of defer errors in tests but with the update to go 1.14 we can use `t.Cleanup(func() { if err := <>; err != nil {..}}` to cover those errors, I will do this in pr number two of enabling errcheck. ref #5059 |
4 years ago | |
---|---|---|
.. | ||
abci.go | linter: (1/2) enable errcheck (#5064) | 4 years ago |
abci_test.go | change use of errors.Wrap to fmt.Errorf with %w verb | 5 years ago |
client.go | rpc: add /check_tx endpoint (#5017) | 4 years ago |
status.go | rpc/client: use compile time assertions instead of methods | 7 years ago |
status_test.go | libs/common: Refactor libs/common 4 (#4237) | 5 years ago |