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
3c8156a55a
preallocating memory when we can
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
Ethan Buchman
f36ed7e7ff
General Merkle Follow Up ( #2510 )
* tmlibs -> libs
* update changelog
* address some comments from review of #2298
6 years ago
Joon
71a34adfe5
General Merkle Proof ( #2298 )
* first commit
finalize rebase
add protoc_merkle to Makefile
* in progress
* fix kvstore
* fix tests
* remove iavl dependency
* fix tx_test
* fix test_abci_cli
fix test_apps
* fix test_apps
* fix test_cover
* rm rebase residue
* address comment in progress
* finalize rebase
6 years ago