Jae Kwon
|
4424a85fbd
|
start writing rpc
|
10 years ago |
Jae Kwon
|
8e9c060e6d
|
Begin writing RPC HTTP Server
|
10 years ago |
Jae Kwon
|
ae8ef77d10
|
Update README.md
|
10 years ago |
Jae Kwon
|
7a6fe956ae
|
Update README.md
|
10 years ago |
Jae Kwon
|
7727ec1e5e
|
Delete README.md
|
10 years ago |
Jae Kwon
|
bcb3ef3abd
|
Update README.md
|
10 years ago |
Jae Kwon
|
6cfe56a8b2
|
Update README.md
|
10 years ago |
Jae Kwon
|
8c5e8d3a63
|
Update README.md
Added drone.io status, link bar
|
10 years ago |
Jae Kwon
|
93979300be
|
made cmd/, removed crypto/
|
10 years ago |
Jae Kwon
|
8718bd52a4
|
made ValidatorSet.Hash deterministic; fix off-by-1 bugs
|
10 years ago |
Jae Kwon
|
a0cc186c75
|
Unified deterministic merkle tree computation. Now we have 2 types of
trees... IAVL (nondeterministic) and Simple (deterministic)
|
10 years ago |
Jae Kwon
|
c035a383b7
|
runActionCh <- on a separate goroutine to avoid deadlock.
|
10 years ago |
Jae Kwon
|
4aad34bafb
|
set CommitTime upon addVote and +2/3 commits.
|
10 years ago |
Jae Kwon
|
b97d23e538
|
debug messages...
|
10 years ago |
Jae Kwon
|
5f794d14fb
|
nil bugs
|
10 years ago |
Jae Kwon
|
5d1bdc6b1a
|
Don't send bitarrays, just send height/round/type/index.
|
10 years ago |
Jae Kwon
|
08d1b50570
|
Store BlockParts && also Validation on its own.
|
10 years ago |
Jae Kwon
|
da8e25343c
|
Added LastBlockParts to state, and also validates.
|
10 years ago |
Jae Kwon
|
b7b923cc6b
|
Validation tests
|
10 years ago |
Jae Kwon
|
e42771e36f
|
fix tests
|
10 years ago |
Jae Kwon
|
f6093caac9
|
check *parts.rootHash before sending
|
10 years ago |
Jae Kwon
|
09c20ddea1
|
RoundActionCommit* bug fixes
|
10 years ago |
Jae Kwon
|
6416185a6f
|
Revert to one action for commit-or-next-round
|
10 years ago |
Jae Kwon
|
0f484b6315
|
broadcastVote sets peer's vote bitarray
|
10 years ago |
Jae Kwon
|
3df3107479
|
Update peerState's vote bitarrays when needed.
|
10 years ago |
Jae Kwon
|
c3fc1a39ea
|
BitArray sub fix
|
10 years ago |
Jae Kwon
|
13d70e4112
|
stack trace in p2p/connection panics, bitArray fix
|
10 years ago |
Jae Kwon
|
47caa47076
|
allow genesisTime IsZero -> now
|
10 years ago |
Jae Kwon
|
647d26f7a0
|
consensus cleanup, privValidator config
|
10 years ago |
Jae Kwon
|
b615e51f95
|
basic main.go completion
|
10 years ago |
Jae Kwon
|
bccf0afe00
|
removed commitTime from VoteSet.
|
10 years ago |
Jae Kwon
|
89418ee7af
|
Added CommitTimeWait step, the state machine model changed a bit.
|
10 years ago |
Jae Kwon
|
5ffe406f16
|
RunAction* directly on ConsensusState.
|
10 years ago |
Jae Kwon
|
f5d0794756
|
RoundAction // FinalizeCommit // LastCommits
|
10 years ago |
Jae Kwon
|
9ea504030e
|
pretty print ConsensusState
|
10 years ago |
Jae Kwon
|
ca1d8a54be
|
POL tests
|
10 years ago |
Jae Kwon
|
5c69736994
|
Add PartSet test.
|
10 years ago |
Jae Kwon
|
ac147e2353
|
everything but binary, common, and blocks are explicitly imported.
|
10 years ago |
omni
|
300f12dd63
|
more VoteSet tests.
|
10 years ago |
omni
|
c5d9a93cbe
|
Pretty print Vote, VoteSet
|
10 years ago |
Jae Kwon
|
18fc7aec73
|
...
|
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
|
02d1e7853e
|
NodeDB & Copy() added back to Tree
|
10 years ago |
Jae Kwon
|
cd4ef5d01f
|
IAVLTree supports Codec.
|
10 years ago |
Jae Kwon
|
f9d35a5907
|
added ibbs_tree
|
10 years ago |