Jae Kwon
|
3be3647dc8
|
tendermint/binary -> tendermint/wire
|
2015-07-28 12:18:17 -07:00 |
|
Jae Kwon
|
6ca7a3ec21
|
Fix Makefile build command; Define Signature interface
|
2015-07-19 09:45:40 -07:00 |
|
Jae Kwon
|
8d1e176180
|
fixed-length arrays cleanup
|
2015-07-18 17:19:47 -07:00 |
|
Ethan Buchman
|
dc7b912881
|
crypto byte arrays are fixed length
|
2015-07-17 17:19:16 -04:00 |
|
Jae Kwon
|
109a3c2dd3
|
Added sim_txs draft
|
2015-07-11 18:01:21 -07:00 |
|
Jae Kwon
|
e5d34befde
|
Remote TypeByte()
|
2015-04-14 15:57:16 -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
|
13b6508ecd
|
Package import path change
|
2015-04-01 17:30:16 -07:00 |
|
Ethan Buchman
|
60f166e823
|
tendermint2
|
2015-03-31 15:33:31 -07:00 |
|
Jae Kwon
|
892a51014e
|
removed cgo dependency, go-ed25519 -> agl/ed25519
|
2015-01-18 06:34:01 -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
|
13ca6fb241
|
RegisterInterface() so we can implement custom JSON codec
|
2015-01-04 17:33:18 -08:00 |
|
Jae Kwon
|
7a8a0fefc7
|
type Ed25519[Signature|PubKey] struct{[]byte} -> []byte
|
2015-01-03 20:24:02 -08:00 |
|
Jae Kwon
|
5bace5cce8
|
Unreader to unread bytes
|
2014-12-29 15:14:54 -08:00 |
|
Jae Kwon
|
b0755c938a
|
Better debug output
|
2014-12-28 16:26:53 -08:00 |
|
Jae Kwon
|
f91665fe07
|
Refactoring genesis, including PubKey into TxInput
|
2014-12-28 00:44:56 -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
|
83d313cbe5
|
Refactor Tx, Validator, and Account structure
|
2014-12-16 05:45:40 -08:00 |
|