Jae Kwon
|
ad17090a0f
|
No global config
|
9 years ago |
Ethan Buchman
|
eaf222a756
|
check vote exists before verifiying
|
9 years ago |
Jae Kwon
|
f17c4c1d57
|
s/Validation/Commit/g
|
9 years ago |
Jae Kwon
|
9247b0fbd2
|
Fix HeightVoteSet bug where first catchup vote doesn't get added
|
9 years ago |
Jae Kwon
|
e12f9d10e7
|
Bare consensus refactor
|
9 years ago |
Jae Kwon
|
c4ed55d801
|
Refactor to move common libraries out of project
|
9 years ago |
Jae Kwon
|
5631b1a728
|
fixes #152 and #153
|
9 years ago |
Ethan Buchman
|
2b8157ce2a
|
addVote takes index
|
9 years ago |
Jae Kwon
|
5e015bc669
|
Probable fix for #140
|
9 years ago |
Jae Kwon
|
5bf0040f14
|
Parts -> PartsHeader; *_parts -> *_parts_header in sign_bytes
|
9 years ago |
Jae Kwon
|
1b9fd811a1
|
RPCResponse.Result && EventData are registered interfaces; -skip_upnp option
|
9 years ago |
Jae Kwon
|
3be3647dc8
|
tendermint/binary -> tendermint/wire
|
9 years ago |
Ethan Buchman
|
8e50bf15de
|
panic wrapper functions
|
9 years ago |
Jae Kwon
|
1e7cc32597
|
tendermint/account -> acm
|
9 years ago |
Jae Kwon
|
41d04cf5b8
|
consensus reactor code polish, fixed prs BitArray cache invalidation bug
|
9 years ago |
Jae Kwon
|
9965dd5de6
|
uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/
|
9 years ago |
Jae Kwon
|
9e1794eaea
|
Fixed tests
|
9 years ago |
Jae Kwon
|
9b96e2e171
|
ProposalPOLRound...
|
9 years ago |
Jae Kwon
|
7752405945
|
Draft of consensus/reactor refactor.
|
10 years ago |
Jae Kwon
|
01b5540ffe
|
consensus/state is 2-step asynchronous
|
10 years ago |
Jae Kwon
|
5790ea9f43
|
consensus refactor: reconstruct LastCommits upon restart
|
10 years ago |
Ethan Buchman
|
2045aee9cd
|
pass chainID through sign interfaces
|
10 years ago |
Jae Kwon
|
ba17961269
|
Always return the validatorIndex upon AddVote()
|
10 years ago |
Jae Kwon
|
da73e001ad
|
BitArray takes a pointer receiver. More logging
|
10 years ago |
Jae Kwon
|
84c3fd9a85
|
more debug messages for consensus
|
10 years ago |
Jae Kwon
|
13b6508ecd
|
Package import path change
|
10 years ago |
Ethan Buchman
|
60f166e823
|
tendermint2
|
10 years ago |
Jae Kwon
|
cebfae60c7
|
BlockchainReactor syncs first before ConsensusReactor.
|
10 years ago |
Jae Kwon
|
87e1f76324
|
tendermint/block -> tendermint/types and tendermint/blockchain
|
10 years ago |
Ethan Buchman
|
33f8943543
|
consensus: broadcast evidence tx on ErrVoteConflictingSignature
|
10 years ago |
Jae Kwon
|
165907fbb9
|
Ensure correct peer vote bitarray capacity
|
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
|
0bfb389b35
|
change logger to log15
|
10 years ago |
Jae Kwon
|
62ff48c02b
|
Documented Block, some renames
|
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
|
5f794d14fb
|
nil bugs
|
10 years ago |
Jae Kwon
|
5d1bdc6b1a
|
Don't send bitarrays, just send height/round/type/index.
|
10 years ago |
Jae Kwon
|
b7b923cc6b
|
Validation tests
|
10 years ago |
Jae Kwon
|
e42771e36f
|
fix tests
|
10 years ago |
Jae Kwon
|
0f484b6315
|
broadcastVote sets peer's vote bitarray
|
10 years ago |
Jae Kwon
|
647d26f7a0
|
consensus cleanup, privValidator config
|
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
|
f5d0794756
|
RoundAction // FinalizeCommit // LastCommits
|
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 |