Author | SHA1 | Message | Date |
---|---|---|---|
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 |