Jae Kwon
|
56b195a899
|
tendermint send_tx
|
2015-08-14 14:11:11 -07:00 |
|
Jae Kwon
|
3be3647dc8
|
tendermint/binary -> tendermint/wire
|
2015-07-28 12:18:17 -07:00 |
|
Ethan Buchman
|
8e50bf15de
|
panic wrapper functions
|
2015-07-21 10:46:05 -04:00 |
|
Ethan Buchman
|
7865cd3533
|
backwards compatible addresses
|
2015-07-19 14:40:53 -04: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
|
d83ee27b6a
|
Merge branch 'sim_txs' into develop
|
2015-07-16 00:55:04 -07:00 |
|
Jae Kwon
|
e4c351f5fc
|
UUID -> PubKeyEd25519
|
2015-07-15 14:31:03 -07:00 |
|
Jae Kwon
|
fd64547ce7
|
Put a SecretConnection before the MConnection; Node Priv/PubKeys
|
2015-07-15 14:17:20 -07:00 |
|
Jae Kwon
|
402b3a3e52
|
draft of secret_connection
|
2015-07-14 17:52:54 -07:00 |
|
Jae Kwon
|
109a3c2dd3
|
Added sim_txs draft
|
2015-07-11 18:01:21 -07:00 |
|
Jae Kwon
|
2e1d8ba054
|
Make Ripemd160 the default
|
2015-07-10 12:15:46 -07:00 |
|
Jae Kwon
|
a999a4bad0
|
PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code
|
2015-07-07 14:26:05 -07:00 |
|
Ethan Buchman
|
87ed1f5fda
|
permission/types pkg, Base and Roles
|
2015-07-07 14:07:56 -07:00 |
|
Ethan Buchman
|
94f21ad012
|
move perms to vm.Account
|
2015-07-07 14:07:56 -07:00 |
|
Ethan Buchman
|
a0f3b94e83
|
account permissions and some gendoug
|
2015-07-07 14:07:07 -07:00 |
|
Ethan Buchman
|
a7ecdd10de
|
Merge from panic branch
|
2015-06-29 14:54:48 -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
|
1a652a1cbb
|
Fix usage of SimpleProof for PartSet
|
2015-06-18 22:08:22 -07:00 |
|
Ethan Buchman
|
57ff919d50
|
godep
|
2015-06-09 23:17:19 -04:00 |
|
Ethan Buchman
|
2045aee9cd
|
pass chainID through sign interfaces
|
2015-05-29 18:14:19 -04:00 |
|
Ethan Buchman
|
7a97fb464d
|
genpriv from hash(secret), evc fix in ExecTx
|
2015-05-15 18:55:01 -04:00 |
|
Jae Kwon
|
3c96890d2d
|
All numbers are in BigEndian
|
2015-05-03 17:42:46 -07:00 |
|
Jae Kwon
|
b92c0401e6
|
Made all JSON fields lower_case
|
2015-05-01 17:26:49 -07:00 |
|
Jae Kwon
|
54d1c19611
|
WriteSignBytes writes JSON with fields in lex order.
|
2015-04-25 19:42:20 -07:00 |
|
Jae Kwon
|
a9467414d6
|
Merge remote-tracking branch 'origin/websockets' into develop
|
2015-04-17 13:20:47 -07:00 |
|
Ethan Buchman
|
a1c5e32d76
|
fixes from review with jae
|
2015-04-15 22:19:29 -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 |
|
Ethan Buchman
|
bddd29ef56
|
Merge branch 'statecache' into rpc
|
2015-03-29 18:03:28 -07:00 |
|
Ethan Buchman
|
6e81e8a848
|
rpc: fixes for better type handlings, explicit error field in response, more tests
|
2015-03-29 18:01:59 -07:00 |
|
Jae Kwon
|
79304b0dd3
|
Create BlockCache and TxCache for performance.
|
2015-03-28 23:44:07 -07:00 |
|
Jae Kwon
|
7f12738415
|
VMAppState bridge to vm.
|
2015-03-20 16:59:50 -07:00 |
|
Jae Kwon
|
2b39e56e75
|
Fixed account.PubkeyEd25519 String() bug
|
2015-01-20 15:45:20 -08:00 |
|
Jae Kwon
|
892a51014e
|
removed cgo dependency, go-ed25519 -> agl/ed25519
|
2015-01-18 06:34:01 -08:00 |
|
Jae Kwon
|
3f159dab69
|
proper string formatting for txs
|
2015-01-16 00:31:34 -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
|
ea82a7fc0c
|
Changed PubKey25519 Address to include TypeByte
|
2015-01-14 00:07:13 -08:00 |
|
Jae Kwon
|
694a10e0a7
|
PrivKey is just []byte
|
2015-01-13 21:03:01 -08:00 |
|
Jae Kwon
|
9e0319ef76
|
get_account and sequence updating
|
2015-01-11 23:12:33 -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
|
2fd137d9e5
|
gen_tx for signing transactions
|
2014-12-31 22:13:49 -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 |
|