Jae Kwon
|
13b6508ecd
|
Package import path change
|
10 years ago |
Ethan Buchman
|
60f166e823
|
tendermint2
|
10 years ago |
Jae Kwon
|
7171823fc6
|
Fix blockpool bugs and clean up log messages.
|
10 years ago |
Jae Kwon
|
bd6d9d646d
|
start peer before AddPeer() on reactors.
|
10 years ago |
Jae Kwon
|
a2b8318aac
|
allow BlockchainReactor to reset ConsensusReactor state
|
10 years ago |
Jae Kwon
|
788f9bfb93
|
started/stopped -> running; contiguous vs fast forward ConsensusState
updates.
|
10 years ago |
Jae Kwon
|
cebfae60c7
|
BlockchainReactor syncs first before ConsensusReactor.
|
10 years ago |
Jae Kwon
|
08a83aa9fb
|
Reactors can be stopped or started at any time.
|
10 years ago |
Jae Kwon
|
0237d284cc
|
Channel bytes are spelled fully, "XXXChannel"
|
10 years ago |
Jae Kwon
|
87e1f76324
|
tendermint/block -> tendermint/types and tendermint/blockchain
|
10 years ago |
Jae Kwon
|
06a440d9b2
|
use switch x := y.(type) form
|
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
|
bf5738f9f8
|
Send NewRoundStepMessage/CommitMessage on AddPeer()
|
10 years ago |
Jae Kwon
|
7afb75049f
|
API to list accounts
|
10 years ago |
Jae Kwon
|
4a81b06b6e
|
Send SeenValidation to peer & use for proposals when we don't have LastCommits due to reboot
|
10 years ago |
Jae Kwon
|
d20251849e
|
Save blocks on catch-up too.
|
10 years ago |
Jae Kwon
|
0f399c42d4
|
Actually sends catch-up parts; BitArray is goroutine-safe
|
10 years ago |
Jae Kwon
|
71c59cb36b
|
improve debug output for action & step
|
10 years ago |
Jae Kwon
|
40fec4f319
|
Stop peer routines upon connection failure
|
10 years ago |
Jae Kwon
|
16c80fd65f
|
fix race condition for SetHasAllValidationCommits; "binary" log
filtering
|
10 years ago |
Jae Kwon
|
69903e5bc2
|
HasAllValidationCommits -> attempt no more
|
10 years ago |
Jae Kwon
|
2ca882a9b6
|
Log which commits are being sent for catchup
|
10 years ago |
Jae Kwon
|
3215cbf0d5
|
use tendermint/log15
|
10 years ago |
Jae Kwon
|
07b5b7a8f2
|
various log fixes
|
10 years ago |
Jae Kwon
|
0bfb389b35
|
change logger to log15
|
10 years ago |
Jae Kwon
|
591d84947b
|
Handle errors in DecodeMessage, added logging
|
10 years ago |
Jae Kwon
|
5bace5cce8
|
Unreader to unread bytes
|
10 years ago |
Jae Kwon
|
946fa21dc7
|
fix race conditions
|
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
|
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
|
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 |