Ethan Buchman
|
ca8c34f966
|
add consensus reactor sleep durations to the config
|
7 years ago |
Anton Kaliaev
|
b4ece65726
|
standardize key for errors (should be "err")
|
8 years ago |
Anton Kaliaev
|
562dd67e16
|
fix invalid keys (space is prohibited by logfmt encoder)
|
8 years ago |
zramsay
|
cf31f8d06f
|
core: apply megacheck vet tool (unused, gosimple, staticcheck)
|
8 years ago |
Anton Kaliaev
|
f8fdbe3dbc
|
changes as per Bucky's review
|
8 years ago |
Anton Kaliaev
|
c9cd8de9c6
|
set logger
|
8 years ago |
Anton Kaliaev
|
f803544195
|
new logging
|
8 years ago |
Ethan Buchman
|
07e59e63f9
|
TMEventDataInner
|
8 years ago |
Ethan Buchman
|
56c60fba23
|
go-p2p -> tendermint/p2p
|
8 years ago |
Ethan Buchman
|
d1926bcad1
|
use tmlibs
|
8 years ago |
Anton Kaliaev
|
2c724d5eee
|
remove warning messages in favor of "Send failed"
|
8 years ago |
Anton Kaliaev
|
6dbe9febce
|
log warning if peer send failed (Refs #174)
make lint happy
remove dead code
remove not needed go-common dependency
check peer.Send failures (Refs #174)
|
8 years ago |
Ethan Buchman
|
99b068b313
|
BlockMeta uses BlockID
|
8 years ago |
Jae Kwon
|
43fdc4a1ce
|
Fix #341
|
8 years ago |
Ethan Buchman
|
f30a9752e2
|
more fixes from review
|
8 years ago |
Ethan Buchman
|
b126ca0606
|
consensus: no internal vars in reactor.String()
|
8 years ago |
Ethan Buchman
|
0fe53dc5cf
|
remove privValIndex; Stale->AppHashIsStale
|
8 years ago |
Ethan Buchman
|
2f9063c1d6
|
consensus: test validator set change
|
8 years ago |
Ethan Buchman
|
a3d863f83b
|
consensus: track index of privVal
|
8 years ago |
Ethan Buchman
|
c6a648fad7
|
consensus: lock before loading commit
|
8 years ago |
Jae Kwon
|
95c8bb4252
|
Fixing issues from review in #229
|
8 years ago |
Jae Kwon
|
c1729addce
|
Fix BFT issue where VoteSetMaj23Message wasn't being sent where prs.Round == blockStore.Round()
|
8 years ago |
Jae Kwon
|
3e3b034252
|
Make ConsensusReactor use ConsensusState's blockstore; debug functions
|
8 years ago |
Ethan Buchman
|
9d0c7f6ec7
|
fix bft test. still halts
|
8 years ago |
Ethan Buchman
|
c5a803a146
|
DataChannel -> StateChannel for Maj23Msg
|
8 years ago |
Ethan Buchman
|
7afcf92539
|
consensus: fix panic on POLRound=-1
|
8 years ago |
Ethan Buchman
|
57da2e4af5
|
make byzantine logic testable
|
9 years ago |
Jae Kwon
|
ea4b60a602
|
Fix compile bug
|
8 years ago |
Jae Kwon
|
b73a6905a1
|
Initial pass at bft_fix_2 completion
|
8 years ago |
Jae Kwon
|
655d829314
|
Fix proposal sign bytes. Start tracking blockID in POL
|
8 years ago |
Jae Kwon
|
3c5a2f55c2
|
Add validator index and address to Vote.
|
8 years ago |
Ethan Buchman
|
3ff9355e7b
|
change some logs to debug
|
8 years ago |
Jae Kwon
|
480f44f16c
|
QuitService->BaseService
|
8 years ago |
Ethan Buchman
|
7d493774c7
|
log: move some Info to Debug
|
8 years ago |
Ethan Buchman
|
35d4cca8bb
|
type safe events
|
8 years ago |
Ethan Buchman
|
1110c5d37d
|
privVal.LastSignBytes and more replay tests
|
8 years ago |
Ethan Buchman
|
501c4e4bac
|
fixes from review
|
9 years ago |
Ethan Buchman
|
5e42c96267
|
crank the part size; prioritize data channel
|
9 years ago |
Jae Kwon
|
f17c4c1d57
|
s/Validation/Commit/g
|
9 years ago |
Ethan Buchman
|
06a7bb531b
|
consensus: dont allow peer round states to decrease
|
9 years ago |
Ethan Buchman
|
50ac66f79b
|
fast sync fixes
|
9 years ago |
Jae Kwon
|
8a3bba48e3
|
s/*EventDataRoundState/EventDataRoundState/g
|
9 years ago |
Ethan Buchman
|
3b06368569
|
rebase fixes
|
9 years ago |
Ethan Buchman
|
6aaa5fb0bf
|
consensus: msg saving and replay
|
9 years ago |
Jae Kwon
|
f100404362
|
Make EventDataRoundState use json:"-" instead of Getter/Setter
|
9 years ago |
Ethan Buchman
|
0be13d1d27
|
move alert, events, rpc into own repos
|
9 years ago |
Jae Kwon
|
dcc1caaf68
|
Make Receive() logging consistent
|
9 years ago |
Jae Kwon
|
d87667a0c2
|
Conform to go-wire new TypeByte behavior for broadcasts
|
9 years ago |
Jae Kwon
|
08d7980d80
|
Conform to go-wire new TypeByte behavior
|
9 years ago |
Ethan Buchman
|
c3a8f202ab
|
consensus: fix negative timeout; log levels
|
9 years ago |