Jae Kwon
|
d95234435a
|
Fix bug in merkle/iavl_proof; TODO maybe read zero length slices as nil?
|
9 years ago |
Jae Kwon
|
6781b21d32
|
Split ReadBinary into ReadBinary/ReadBinaryPtr.
|
10 years ago |
Ethan Buchman
|
b3b6bfb312
|
binary: prevent runaway alloc
|
10 years ago |
Jae Kwon
|
e5d34befde
|
Remote TypeByte()
|
10 years ago |
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.
|
10 years ago |
Jae Kwon
|
7b049e93fb
|
add support for `json=""` in reflection binary/* thing
|
10 years ago |
Jae Kwon
|
79304b0dd3
|
Create BlockCache and TxCache for performance.
|
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
|
325b88b083
|
time encoding in binary/reflect
|
10 years ago |
Jae Kwon
|
d4e9b747d3
|
binary/reflect handles JSON
|
10 years ago |
Jae Kwon
|
13ca6fb241
|
RegisterInterface() so we can implement custom JSON codec
|
10 years ago |