17 Commits

Author SHA1 Message Date
Jae Kwon
d95234435a Fix bug in merkle/iavl_proof; TODO maybe read zero length slices as nil? 2015-07-08 18:27:16 -07:00
Jae Kwon
28d7a21156 filelogger to write output to a file 2015-07-08 12:43:05 -07:00
Jae Kwon
1f34236948 Limit binary data to 21MB 2015-07-07 18:35:21 -07:00
Jae Kwon
9965dd5de6 uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 2015-06-25 20:28:34 -07:00
Jae Kwon
939702f587 Support uint64 , but still support int/uint varints. 2015-05-23 14:45:36 -07:00
Ethan Buchman
b3b6bfb312 binary: prevent runaway alloc 2015-04-25 13:25:44 -07:00
Jae Kwon
383335d93c Added README docs for account/binary and renamed UInt -> Uint etc. 2014-12-22 18:10:17 -08:00
Jae Kwon
83d313cbe5 Refactor Tx, Validator, and Account structure 2014-12-16 05:45:40 -08:00
Jae Kwon
8e452aa0d2 fixed algorithm 2014-10-03 01:09:26 -07:00
Jae Kwon
d0ec18dc16 converting Binary struct model to native w/ global methods model 2014-09-03 19:21:19 -07:00
Jae Kwon
d300a67bb1 saving development state... 2014-08-30 04:17:10 -07:00
Jae Kwon
34fe442514 Connection -> MConnection, huge refactor. True multiplexing. 2014-07-28 01:41:25 -07:00
Jae Kwon
dca79ab5c1 bug fixes in binary 2014-07-08 15:33:26 -07:00
Jae Kwon
c40fc65e6b go fmt 2014-07-01 14:50:24 -07:00
Jae Kwon
a714d12085 first client/server connection test passes. 2014-06-30 16:53:04 -07:00
Jae Kwon
002cfc8f75 architecting peer 2014-06-24 17:28:40 -07:00
Jae Kwon
f61fdb5845 . 2014-06-16 16:39:25 -07:00