Jae Kwon
|
d1a36d2ac2
|
Validation validation bug fix --> keep track of LastBondedValidators
|
10 years ago |
Jae Kwon
|
03a7564abd
|
fix validator timeout bug
|
10 years ago |
Jae Kwon
|
0a6c28c2da
|
block module -> import as blk
|
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
|
9e0319ef76
|
get_account and sequence updating
|
10 years ago |
Jae Kwon
|
7afb75049f
|
API to list accounts
|
10 years ago |
Jae Kwon
|
fe566739fd
|
rpc/account; fixed mempool tx filter bug; fixed iavl_tree persistence
bug
|
10 years ago |
Jae Kwon
|
0bfb389b35
|
change logger to log15
|
10 years ago |
Jae Kwon
|
f91665fe07
|
Refactoring genesis, including PubKey into TxInput
|
10 years ago |
Jae Kwon
|
70eb75dca7
|
Refactor consensus/vote_set_test.go
|
10 years ago |
Jae Kwon
|
383335d93c
|
Added README docs for account/binary and renamed UInt -> Uint etc.
|
10 years ago |
Jae Kwon
|
61d1635085
|
Fixed tests
|
10 years ago |
Jae Kwon
|
6cacf6f09b
|
RebondTx and more efficient IncrementAccum()
|
10 years ago |
Jae Kwon
|
83d313cbe5
|
Refactor Tx, Validator, and Account structure
|
10 years ago |
Jae Kwon
|
8718bd52a4
|
made ValidatorSet.Hash deterministic; fix off-by-1 bugs
|
10 years ago |
Jae Kwon
|
da8e25343c
|
Added LastBlockParts to state, and also validates.
|
10 years ago |
Jae Kwon
|
e42771e36f
|
fix tests
|
10 years ago |
Jae Kwon
|
b615e51f95
|
basic main.go completion
|
10 years ago |
Jae Kwon
|
89418ee7af
|
Added CommitTimeWait step, the state machine model changed a bit.
|
10 years ago |
Jae Kwon
|
f5d0794756
|
RoundAction // FinalizeCommit // LastCommits
|
10 years ago |
Jae Kwon
|
ac147e2353
|
everything but binary, common, and blocks are explicitly imported.
|
10 years ago |
Jae Kwon
|
b34988332f
|
test bondTx. State.accountDetails unexported.
|
10 years ago |
Jae Kwon
|
227cb0bee9
|
GetAccountDetail() returns a copy. More tests.
|
10 years ago |
Jae Kwon
|
c8f996f345
|
prettyprint block, unified state hash, test block mutation.
|
10 years ago |
Jae Kwon
|
810aeb7bcb
|
fix tests
|
10 years ago |
Jae Kwon
|
f4b42cdfab
|
remove TimeoutTx
|
10 years ago |
Jae Kwon
|
7652c5d0de
|
fix tests
|
10 years ago |
Jae Kwon
|
18e2d4bf48
|
implementing ExecTx...
|
10 years ago |
Jae Kwon
|
0c206aa748
|
Signable interface.
|
10 years ago |
Jae Kwon
|
31c1a1bbf7
|
remove mutex from state.
|
10 years ago |
Jae Kwon
|
08f86176fc
|
state save/load test.
|
10 years ago |
Jae Kwon
|
b73b7a54c7
|
...
|
10 years ago |
Jae Kwon
|
839301b03c
|
iavl tree LRU cache
|
10 years ago |
Jae Kwon
|
1ae9ecd2a9
|
fix basic tests.
|
10 years ago |
Jae Kwon
|
11a79f11e0
|
...
|
10 years ago |
Jae Kwon
|
8e452aa0d2
|
fixed algorithm
|
10 years ago |
Jae Kwon
|
9c1795a04d
|
add mempool to consensus
|
10 years ago |
Jae Kwon
|
8b606f9e66
|
s/Manager/Agent/g
|
10 years ago |
Jae Kwon
|
d772282c25
|
(U)VarInt binary methods; Txs have sequence numbers
|
10 years ago |
Jae Kwon
|
6c3579e753
|
...
|
10 years ago |
Jae Kwon
|
7523f501fd
|
commitTime is used to derive next startTime. :)
|
10 years ago |
Jae Kwon
|
f030c69495
|
draft of consensus+state code, compiles.
|
10 years ago |
Jae Kwon
|
e53b148acf
|
refactor from Binary centric model to global method model
|
10 years ago |