Jae Kwon
|
8718bd52a4
|
made ValidatorSet.Hash deterministic; fix off-by-1 bugs
|
2014-11-05 03:12:07 -08:00 |
|
Jae Kwon
|
da8e25343c
|
Added LastBlockParts to state, and also validates.
|
2014-11-05 03:12:05 -08:00 |
|
Jae Kwon
|
e42771e36f
|
fix tests
|
2014-11-05 03:11:39 -08:00 |
|
Jae Kwon
|
b615e51f95
|
basic main.go completion
|
2014-11-05 03:11:37 -08:00 |
|
Jae Kwon
|
89418ee7af
|
Added CommitTimeWait step, the state machine model changed a bit.
|
2014-11-05 03:11:36 -08:00 |
|
Jae Kwon
|
f5d0794756
|
RoundAction // FinalizeCommit // LastCommits
|
2014-10-20 19:02:10 -07:00 |
|
Jae Kwon
|
ac147e2353
|
everything but binary, common, and blocks are explicitly imported.
|
2014-10-16 16:00:48 -07:00 |
|
Jae Kwon
|
b34988332f
|
test bondTx. State.accountDetails unexported.
|
2014-10-14 01:18:06 -07:00 |
|
Jae Kwon
|
227cb0bee9
|
GetAccountDetail() returns a copy. More tests.
|
2014-10-13 23:34:23 -07:00 |
|
Jae Kwon
|
c8f996f345
|
prettyprint block, unified state hash, test block mutation.
|
2014-10-13 20:07:26 -07:00 |
|
Jae Kwon
|
810aeb7bcb
|
fix tests
|
2014-10-12 21:14:10 -07:00 |
|
Jae Kwon
|
f4b42cdfab
|
remove TimeoutTx
|
2014-10-12 17:57:23 -07:00 |
|
Jae Kwon
|
7652c5d0de
|
fix tests
|
2014-10-11 21:27:58 -07:00 |
|
Jae Kwon
|
18e2d4bf48
|
implementing ExecTx...
|
2014-10-07 23:11:04 -07:00 |
|
Jae Kwon
|
0c206aa748
|
Signable interface.
|
2014-10-07 19:37:20 -07:00 |
|
Jae Kwon
|
31c1a1bbf7
|
remove mutex from state.
|
2014-10-07 01:05:54 -07:00 |
|
Jae Kwon
|
08f86176fc
|
state save/load test.
|
2014-10-07 00:43:34 -07:00 |
|
Jae Kwon
|
b73b7a54c7
|
...
|
2014-10-06 21:28:49 -07:00 |
|
Jae Kwon
|
839301b03c
|
iavl tree LRU cache
|
2014-10-06 00:15:37 -07:00 |
|
Jae Kwon
|
1ae9ecd2a9
|
fix basic tests.
|
2014-10-04 19:16:49 -07:00 |
|
Jae Kwon
|
11a79f11e0
|
...
|
2014-10-03 17:59:54 -07:00 |
|
Jae Kwon
|
8e452aa0d2
|
fixed algorithm
|
2014-10-03 01:09:26 -07:00 |
|
Jae Kwon
|
9c1795a04d
|
add mempool to consensus
|
2014-09-11 22:44:59 -07:00 |
|
Jae Kwon
|
8b606f9e66
|
s/Manager/Agent/g
|
2014-09-11 10:55:32 -07:00 |
|
Jae Kwon
|
d772282c25
|
(U)VarInt binary methods; Txs have sequence numbers
|
2014-09-10 16:56:02 -07:00 |
|
Jae Kwon
|
6c3579e753
|
...
|
2014-09-08 16:27:58 -07:00 |
|
Jae Kwon
|
7523f501fd
|
commitTime is used to derive next startTime. :)
|
2014-09-08 15:32:08 -07:00 |
|
Jae Kwon
|
f030c69495
|
draft of consensus+state code, compiles.
|
2014-09-04 03:32:38 -07:00 |
|
Jae Kwon
|
e53b148acf
|
refactor from Binary centric model to global method model
|
2014-09-03 20:41:57 -07:00 |
|