androlo
|
0a72c1ee50
|
* tendermint/binary handles fixed-length arrays
* log-event tests
|
2015-07-16 00:45:29 -07:00 |
|
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
|
1f34236948
|
Limit binary data to 21MB
|
2015-07-07 18:35:21 -07:00 |
|
Ethan Buchman
|
a7ecdd10de
|
Merge from panic branch
|
2015-06-29 14:54:48 -07:00 |
|
Jae Kwon
|
6781b21d32
|
Split ReadBinary into ReadBinary/ReadBinaryPtr.
|
2015-06-26 16:43:41 -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
|
6a0223641f
|
type assert fix
|
2015-06-19 12:09:27 -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
|
fcc26d7355
|
Resolve host for NetAddressFromString(). Test fix.
|
2015-04-23 18:41:14 -07:00 |
|
Jae Kwon
|
e5d34befde
|
Remote TypeByte()
|
2015-04-14 15:57:16 -07:00 |
|
Jae Kwon
|
89e05168d5
|
Begin writing debora
|
2015-04-14 04:14:18 -07:00 |
|
Jae Kwon
|
6d6f061f19
|
Support nil pointers for Binary.
If the thing does not already have a typebyte declared,
a fake one will be given (0x01).
A TypeByte of 0x00 is reserved for nil things.
No nil-dogs.
|
2015-04-12 17:46:16 -07:00 |
|
Jae Kwon
|
a09051438c
|
Intermediate... working on debora
|
2015-04-08 11:35:17 -07:00 |
|
Jae Kwon
|
13b6508ecd
|
Package import path change
|
2015-04-01 17:30:16 -07:00 |
|
Jae Kwon
|
65c2ce45d1
|
add boolean reflection support
|
2015-04-01 14:52:10 -07:00 |
|
Jae Kwon
|
7589730f2e
|
tendermint -> tendermint2 ...
|
2015-04-01 05:07:05 -07:00 |
|
Jae Kwon
|
cc715e0ee3
|
Everything is an RPCResponse
|
2015-04-01 04:58:33 -07:00 |
|
Jae Kwon
|
7b049e93fb
|
add support for json="" in reflection binary/* thing
|
2015-04-01 01:48:50 -07:00 |
|
Ethan Buchman
|
60f166e823
|
tendermint2
|
2015-03-31 15:33:31 -07:00 |
|
Jae Kwon
|
b7b88cd763
|
use WriteTime/ReadTime, and also log how the block header gets hashed
|
2015-01-18 23:59:21 -08: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
|
325b88b083
|
time encoding in binary/reflect
|
2015-01-06 15:51:41 -08:00 |
|
Jae Kwon
|
d4e9b747d3
|
binary/reflect handles JSON
|
2015-01-05 14:04:42 -08:00 |
|
Jae Kwon
|
13ca6fb241
|
RegisterInterface() so we can implement custom JSON codec
|
2015-01-04 17:33:18 -08:00 |
|
Jae Kwon
|
f02ba63412
|
testing tx transmission
|
2014-12-31 23:42:44 -08:00 |
|
Jae Kwon
|
2fd137d9e5
|
gen_tx for signing transactions
|
2014-12-31 22:13:49 -08:00 |
|
Jae Kwon
|
3215cbf0d5
|
use tendermint/log15
|
2014-12-29 19:44:38 -08:00 |
|
Jae Kwon
|
0bfb389b35
|
change logger to log15
|
2014-12-29 18:09:06 -08:00 |
|
Jae Kwon
|
591d84947b
|
Handle errors in DecodeMessage, added logging
|
2014-12-29 16:04:38 -08:00 |
|
Jae Kwon
|
5bace5cce8
|
Unreader to unread bytes
|
2014-12-29 15:14:54 -08:00 |
|
Jae Kwon
|
946fa21dc7
|
fix race conditions
|
2014-12-28 17:10:03 -08:00 |
|
Jae Kwon
|
b0755c938a
|
Better debug output
|
2014-12-28 16:26:53 -08: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
|
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 |
|