Jae Kwon
|
2e1d8ba054
|
Make Ripemd160 the default
|
9 years ago |
Jae Kwon
|
9965dd5de6
|
uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/
|
10 years ago |
Jae Kwon
|
1a652a1cbb
|
Fix usage of SimpleProof for PartSet
|
10 years ago |
Jae Kwon
|
b164c05b27
|
Refactor IAVLProof and SimpleProof to use similar Verify()
|
10 years ago |
Jae Kwon
|
13b6508ecd
|
Package import path change
|
10 years ago |
Ethan Buchman
|
60f166e823
|
tendermint2
|
10 years ago |
Ethan Buchman
|
f93bb35c02
|
rpc: return tx hash, creates contract, contract addr in broadcast (required some helper functions). Closes #30
|
10 years ago |
Jae Kwon
|
135894ea88
|
Dot import -> named import
Changed modulename_ to short module names
Also removed Unreader, replaced with PrefixdReader in select locations
|
10 years ago |
Jae Kwon
|
83d313cbe5
|
Refactor Tx, Validator, and Account structure
|
10 years ago |
Jae Kwon
|
8718bd52a4
|
made ValidatorSet.Hash deterministic; fix off-by-1 bugs
|
10 years ago |
Jae Kwon
|
a0cc186c75
|
Unified deterministic merkle tree computation. Now we have 2 types of
trees... IAVL (nondeterministic) and Simple (deterministic)
|
10 years ago |