Author | SHA1 | Message | Date |
---|---|---|---|
Dev Ojha | 1b51cf3f46 | Remove unnecessary layer of indirection / unnecessary allocation of hashes (#2620) | 6 years ago |
Dev Ojha | 12fa9d1cab |
crypto/merkle: Remove byter in favor of plain byte slices (#2595)
* crypto/merkle: Remove byter in favor of plain byte slices This PR is fully backwards compatible in terms of function output! (The Go API differs though) The only test case changes was to refactor it to be table driven. * Update godocs per review comments |
6 years ago |
Zach Ramsay | 44dad6d70b |
Revert "detele everything"
This reverts commit
|
6 years ago |
Zach Ramsay | d02c5d1e30 | detele everything | 6 years ago |
Anton Kaliaev |
61c5791fa3
|
revert back to Jae's original payload size limit
except now we calculate the max size using the maxPacketMsgSize() function, which frees developers from having to know amino encoding details. plus, 10 additional bytes are added to leave the room for amino upgrades (both making it more efficient / less efficient) |
6 years ago |
Liamsi | c96b27136f |
remove go-crypto from go-crypto:
use tendermint/crypto :-) |
7 years ago |