20 Commits

Author SHA1 Message Date
Ethan Buchman
8e50bf15de panic wrapper functions 2015-07-21 10:46:05 -04:00
Jae Kwon
e4435a8d1e Log embellishment 2015-07-05 17:07:45 -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
3db63477aa An empty BitArray is nil. 2015-06-22 13:46:25 -07:00
Jae Kwon
939702f587 Support uint64 , but still support int/uint varints. 2015-05-23 14:45:36 -07:00
Jae Kwon
6020223e85 fix bitArray nil bugs 2015-05-07 17:35:58 -07:00
Jae Kwon
da73e001ad BitArray takes a pointer receiver. More logging 2015-05-05 23:01:19 -07:00
Jae Kwon
135894ea88 Dot import -> named import
Changed modulename_ to short module names
Also removed Unreader, replaced with PrefixdReader in select locations
2015-01-14 20:34:53 -08:00
Jae Kwon
0bfb389b35 change logger to log15 2014-12-29 18:09:06 -08:00
Jae Kwon
62ff48c02b Documented Block, some renames 2014-12-23 01:35:54 -08:00
Jae Kwon
61d1635085 Fixed tests 2014-12-21 21:47:38 -08:00
Jae Kwon
83d313cbe5 Refactor Tx, Validator, and Account structure 2014-12-16 05:45:40 -08:00
Jae Kwon
5d1bdc6b1a Don't send bitarrays, just send height/round/type/index. 2014-11-05 03:12:06 -08:00
Jae Kwon
e42771e36f fix tests 2014-11-05 03:11:39 -08:00
Jae Kwon
0f484b6315 broadcastVote sets peer's vote bitarray 2014-11-05 03:11:38 -08:00
Jae Kwon
3df3107479 Update peerState's vote bitarrays when needed. 2014-11-05 03:11:38 -08:00
Jae Kwon
c3fc1a39ea BitArray sub fix 2014-11-05 03:11:38 -08:00
Jae Kwon
13d70e4112 stack trace in p2p/connection panics, bitArray fix 2014-11-05 03:11:37 -08:00
omni
c5d9a93cbe Pretty print Vote, VoteSet 2014-10-15 20:15:38 -07:00
Jae Kwon
8e452aa0d2 fixed algorithm 2014-10-03 01:09:26 -07:00