Jae Kwon
|
24acda1afc
|
Distinguish between ReadJSON vs ReadJSONPtr. The latter expects a non-nil pointer to write into. The former creates new things intelligently
|
9 years ago |
Jae Kwon
|
2e1d8ba054
|
Make Ripemd160 the default
|
9 years ago |
Jae Kwon
|
d95234435a
|
Fix bug in merkle/iavl_proof; TODO maybe read zero length slices as nil?
|
9 years ago |
Jae Kwon
|
28d7a21156
|
filelogger to write output to a file
|
9 years ago |
Jae Kwon
|
1f34236948
|
Limit binary data to 21MB
|
9 years ago |
Ethan Buchman
|
a7ecdd10de
|
Merge from panic branch
|
10 years ago |
Jae Kwon
|
9b00f32901
|
Fix consensus: Send round-skip votes
|
10 years ago |
Jae Kwon
|
6781b21d32
|
Split ReadBinary into ReadBinary/ReadBinaryPtr.
|
10 years ago |
Jae Kwon
|
9965dd5de6
|
uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/
|
10 years ago |
Jae Kwon
|
7752405945
|
Draft of consensus/reactor refactor.
|
10 years ago |
Jae Kwon
|
6a0223641f
|
type assert fix
|
10 years ago |
Ethan Buchman
|
57ff919d50
|
godep
|
10 years ago |
Jae Kwon
|
fdf0e720bc
|
Merkle proofs!
|
10 years ago |
Jae Kwon
|
939702f587
|
Support uint64 , but still support int/uint varints.
|
10 years ago |
Jae Kwon
|
3c96890d2d
|
All numbers are in BigEndian
|
10 years ago |
Ethan Buchman
|
b3b6bfb312
|
binary: prevent runaway alloc
|
10 years ago |
Jae Kwon
|
9a8652e001
|
Include peer round states in the dump_consensus_state RPC call.
|
10 years ago |
Jae Kwon
|
fcc26d7355
|
Resolve host for NetAddressFromString(). Test fix.
|
10 years ago |
Jae Kwon
|
e5d34befde
|
Remote TypeByte()
|
10 years ago |
Jae Kwon
|
89e05168d5
|
Begin writing debora
|
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
|
a09051438c
|
Intermediate... working on debora
|
10 years ago |
Jae Kwon
|
13b6508ecd
|
Package import path change
|
10 years ago |
Jae Kwon
|
65c2ce45d1
|
add boolean reflection support
|
10 years ago |
Jae Kwon
|
7589730f2e
|
tendermint -> tendermint2 ...
|
10 years ago |
Jae Kwon
|
cc715e0ee3
|
Everything is an RPCResponse
|
10 years ago |
Jae Kwon
|
7b049e93fb
|
add support for `json=""` in reflection binary/* thing
|
10 years ago |
Ethan Buchman
|
60f166e823
|
tendermint2
|
10 years ago |
Jae Kwon
|
1a4aab4c35
|
When using JSONRPC, do not double-encode JSON.
|
10 years ago |
Jae Kwon
|
79304b0dd3
|
Create BlockCache and TxCache for performance.
|
10 years ago |
Jae Kwon
|
b7b88cd763
|
use WriteTime/ReadTime, and also log how the block header gets hashed
|
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
|
fe566739fd
|
rpc/account; fixed mempool tx filter bug; fixed iavl_tree persistence
bug
|
10 years ago |
Jae Kwon
|
51c70dd8ac
|
Write log also to a file.
|
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 |
Jae Kwon
|
f02ba63412
|
testing tx transmission
|
10 years ago |
Jae Kwon
|
2fd137d9e5
|
gen_tx for signing transactions
|
10 years ago |
Jae Kwon
|
8a18a11431
|
fix binary/README
|
10 years ago |
Jae Kwon
|
0f399c42d4
|
Actually sends catch-up parts; BitArray is goroutine-safe
|
10 years ago |
Jae Kwon
|
16c80fd65f
|
fix race condition for SetHasAllValidationCommits; "binary" log
filtering
|
10 years ago |
Jae Kwon
|
3215cbf0d5
|
use tendermint/log15
|
10 years ago |
Jae Kwon
|
0bfb389b35
|
change logger to log15
|
10 years ago |
Jae Kwon
|
591d84947b
|
Handle errors in DecodeMessage, added logging
|
10 years ago |
Jae Kwon
|
5bace5cce8
|
Unreader to unread bytes
|
10 years ago |
Jae Kwon
|
946fa21dc7
|
fix race conditions
|
10 years ago |
Jae Kwon
|
b0755c938a
|
Better debug output
|
10 years ago |
Jae Kwon
|
f91665fe07
|
Refactoring genesis, including PubKey into TxInput
|
10 years ago |
Jae Kwon
|
383335d93c
|
Added README docs for account/binary and renamed UInt -> Uint etc.
|
10 years ago |