zramsay
|
cf31f8d06f
|
core: apply megacheck vet tool (unused, gosimple, staticcheck)
|
8 years ago |
Anton Kaliaev
|
91dc87e7c4
|
update for a new ABCI API
|
8 years ago |
Anton Kaliaev
|
f8fdbe3dbc
|
changes as per Bucky's review
|
8 years ago |
Anton Kaliaev
|
f803544195
|
new logging
|
8 years ago |
Ethan Buchman
|
95c74b2ccd
|
remove some more viper
|
8 years ago |
Ethan Buchman
|
495283e2d4
|
fix replay tests and update test wals for InitChain
|
8 years ago |
Adrian Brink
|
842609ddcb
|
Send InitChain message from ABCI to Core on Genesis
InitChain is send from the ABCI to the Core node when the ABCI
app has no blocks stored.
|
8 years ago |
Ethan Buchman
|
fcf78a5da7
|
cleanup go-config/viper and some unnamed imports
|
8 years ago |
Rigel Rozanski
|
cefb2bede0
|
adding viper
int
int
|
8 years ago |
Ethan Buchman
|
d1926bcad1
|
use tmlibs
|
8 years ago |
Jae Kwon
|
cf4074cc80
|
defer gr.Close() fixes
|
8 years ago |
Ethan Buchman
|
cb2ed5bb7c
|
fixes from review
|
8 years ago |
Ethan Buchman
|
2ba3656ffd
|
wal: gr.Close()
|
8 years ago |
Jae Kwon
|
cd9e9e9f45
|
s/ExecBlock/ValExecBlock/g; s/sm.ApplyBlock/sm.ExecCommitBlock/g
|
8 years ago |
Ethan Buchman
|
f9d0096744
|
support #HEIGHT based WAL
|
8 years ago |
Ethan Buchman
|
935f70a346
|
comments and cleanup
|
8 years ago |
Ethan Buchman
|
5109746b1c
|
Handshake uses ApplyBlock, no ConsensuState
|
8 years ago |
Ethan Buchman
|
ed03cb5c17
|
consensus/replay: remove timeout
|
8 years ago |
Ethan Buchman
|
54b26869d5
|
consensus/wal: #HEIGHT -> #ENDHEIGHT
|
8 years ago |
Ethan Buchman
|
09f7dabd5e
|
update comment
|
8 years ago |
Ethan Buchman
|
85e83934a1
|
fixes from review
|
8 years ago |
Ethan Buchman
|
077cf13a1f
|
consensus: timeout on replayLastBlock
|
8 years ago |
Ethan Buchman
|
749df0536f
|
test/docker: install abci apps first
|
8 years ago |
Ethan Buchman
|
de0153a1c4
|
consensus: some more informative logging
|
8 years ago |
Ethan Buchman
|
0c4b6cd071
|
consensus: more handshake replay tests
|
8 years ago |
Ethan Buchman
|
f9df4294f3
|
move some interfaces to types/services.go
|
8 years ago |
Ethan Buchman
|
0765613778
|
move handshake to consensus package
|
8 years ago |
Jae Kwon
|
a073b1db9c
|
Refactor replay console -> replay_file in consensus/replay_file.go
|
8 years ago |
Ethan Buchman
|
55b4bfa1fe
|
consensus: let time.Timer handle non-positive durations
|
8 years ago |
Ethan Buchman
|
0c01b0ded9
|
state.State and wal.writeHeight after handshake
|
8 years ago |
Ethan Buchman
|
40b08f2494
|
consensus: mv timeoutRoutine into TimeoutTicker
|
8 years ago |
Jae Kwon
|
4202c4bf20
|
Fix Merge pull request #319
|
8 years ago |
Jae Kwon
|
1173a85c85
|
Use BlockID everywhere
|
8 years ago |
Jae Kwon
|
1788a68b1c
|
Consensus WAL uses AutoFile/Group
|
8 years ago |
Ethan Buchman
|
71baad59df
|
replay: ensure cs.height and wal.height match
|
8 years ago |
Ethan Buchman
|
3c18d841fa
|
replay: larger read buffer
|
8 years ago |
Ethan Buchman
|
987dac9ee0
|
consensus: no sign err in replay; fix a race
|
8 years ago |
Ethan Buchman
|
3998bdbfc1
|
fixes from review
|
8 years ago |
Ethan Buchman
|
1110c5d37d
|
privVal.LastSignBytes and more replay tests
|
8 years ago |
Jae Kwon
|
ad17090a0f
|
No global config
|
9 years ago |
Ethan Buchman
|
69d906f7dd
|
drain internalMsgQueue and wait for cswal on quit
|
9 years ago |
Ethan Buchman
|
fe660580a4
|
catchup replay fix
|
9 years ago |
Ethan Buchman
|
273a65724d
|
replayCatchup test
|
9 years ago |
Ethan Buchman
|
26f0e2bc2d
|
msgLogFP -> write ahead log
|
9 years ago |
Ethan Buchman
|
3b06368569
|
rebase fixes
|
9 years ago |
Ethan Buchman
|
6bcf53195f
|
consensus: use replay log to avoid sign regression
|
9 years ago |
Ethan Buchman
|
bc2a721a0a
|
clean up replay output
|
9 years ago |
Ethan Buchman
|
56076d4d0e
|
some cleanup; log time with consensus msgs
|
9 years ago |
Ethan Buchman
|
298928dc44
|
fix replay bug from timeoutRoutine
|
9 years ago |
Ethan Buchman
|
c0c2a4b968
|
use validation round in reconstructLastCommit
|
9 years ago |