Ethan Buchman
|
751b892cba
|
cleanup, comments
|
2015-07-12 02:16:33 +00:00 |
|
Jae Kwon
|
24acda1afc
|
Distinguish between ReadJSON vs ReadJSONPtr. The latter expects a non-nil pointer to write into. The former creates new things intelligently
|
2015-07-11 16:32: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 |
|
Jae Kwon
|
21295f4ae2
|
fixes for develop+permissions merge
|
2015-07-07 14:17:20 -07:00 |
|
Ethan Buchman
|
8d6f80592b
|
some panics, dont panic on invalid opcode
|
2015-07-07 14:11:21 -07:00 |
|
Ethan Buchman
|
3416004359
|
names in gendoc, genesis_test
|
2015-07-07 14:09:35 -07:00 |
|
Ethan Buchman
|
d824e1b731
|
cleanups, fix AllSet
|
2015-07-07 14:07:56 -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 |
|
Ethan Buchman
|
8631d5085e
|
name reg
|
2015-05-30 01:19:02 -04:00 |
|
Ethan Buchman
|
8a2d9525f0
|
network > chain_id, put in genesis.json
|
2015-05-29 18:14:19 -04:00 |
|
Jae Kwon
|
b92c0401e6
|
Made all JSON fields lower_case
|
2015-05-01 17:26:49 -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
|
87e1f76324
|
tendermint/block -> tendermint/types and tendermint/blockchain
|
2015-03-22 19:00:08 -07:00 |
|
Jae Kwon
|
d1a36d2ac2
|
Validation validation bug fix --> keep track of LastBondedValidators
|
2015-01-16 02:18:49 -08:00 |
|
Jae Kwon
|
0a6c28c2da
|
block module -> import as blk
|
2015-01-15 22:43:15 -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
|
6cd858add3
|
change genesis & privValidator JSON to use binary/reflect
|
2015-01-11 21:09:27 -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
|
0bfb389b35
|
change logger to log15
|
2014-12-29 18:09:06 -08:00 |
|
Jae Kwon
|
f91665fe07
|
Refactoring genesis, including PubKey into TxInput
|
2014-12-28 00:44:56 -08:00 |
|
Jae Kwon
|
70eb75dca7
|
Refactor consensus/vote_set_test.go
|
2014-12-23 23:20:49 -08:00 |
|
Jae Kwon
|
61d1635085
|
Fixed tests
|
2014-12-21 21:47:38 -08:00 |
|
Jae Kwon
|
6cacf6f09b
|
RebondTx and more efficient IncrementAccum()
|
2014-12-16 05:45:40 -08:00 |
|
Jae Kwon
|
83d313cbe5
|
Refactor Tx, Validator, and Account structure
|
2014-12-16 05:45:40 -08:00 |
|
Jae Kwon
|
da8e25343c
|
Added LastBlockParts to state, and also validates.
|
2014-11-05 03:12:05 -08:00 |
|
Jae Kwon
|
47caa47076
|
allow genesisTime IsZero -> now
|
2014-11-05 03:11:37 -08:00 |
|
Jae Kwon
|
647d26f7a0
|
consensus cleanup, privValidator config
|
2014-11-05 03:11:37 -08:00 |
|
Jae Kwon
|
b615e51f95
|
basic main.go completion
|
2014-11-05 03:11:37 -08:00 |
|