Anton Kaliaev
3e1516b624
linters: enable stylecheck ( #4153 )
Refs #3262
5 years ago
Marko
8dc39b69b7
replace errors.go with github.com/pkg/errors (1/2) ( #3888 )
* (1/2) of replace errors.go with github.com/pkg/errors
ref #3862
- step one in removing instances of errors.go in favor of github.com/pkg/errors
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
* gofmt
* add in /store
5 years ago
Anton Kaliaev
6941d1bb35
use nolint label instead of commenting
6 years ago
Anton Kaliaev
ffd3bf8448
remove or comment out unused code
6 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
Jae Kwon
03e42d2e38
Fix crypto/merkle ProofOperators.Verify to check bounds on keypath pa… ( #2756 )
* Fix crypto/merkle ProofOperators.Verify to check bounds on keypath parts.
* Update PENDING
6 years ago
Jae Kwon
1660e30ffe
Fix general merkle keypath to start w/ last op's key ( #2733 )
* Fix general merkle keypath to start w/ last op's key
* Update CHANGELOG_PENDING.md
6 years ago