Commit Graph

57 Commits

Author SHA1 Message Date
8311f5c611 abci.Info takes a struct; less merkleeyes 2017-09-22 11:42:40 -04:00
399fb9aa70 consensus: remove support for replay by #HEIGHT. closes #567 2017-09-06 01:53:41 -04:00
78446fd99c state: persist validators 2017-09-03 16:07:37 -04:00
cf3abe5096 consensus: remove rs from handleMsg 2017-07-28 23:42:19 -04:00
468982ffe4 fixes 2017-06-23 22:12:45 -04:00
cf31f8d06f core: apply megacheck vet tool (unused, gosimple, staticcheck) 2017-05-29 23:11:40 -04:00
91dc87e7c4 update for a new ABCI API 2017-05-16 19:06:35 +02:00
f8fdbe3dbc changes as per Bucky's review 2017-05-13 16:22:51 +02:00
f803544195 new logging 2017-05-13 10:24:58 +02:00
95c74b2ccd remove some more viper 2017-05-04 22:43:55 -04:00
495283e2d4 fix replay tests and update test wals for InitChain 2017-04-27 18:30:43 -04:00
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.
2017-04-27 20:22:11 +02:00
fcf78a5da7 cleanup go-config/viper and some unnamed imports 2017-04-25 14:54:56 -04:00
cefb2bede0 adding viper
int

int
2017-04-25 13:42:22 -04:00
d1926bcad1 use tmlibs 2017-04-21 18:12:54 -04:00
cf4074cc80 defer gr.Close() fixes 2017-04-18 21:28:10 -04:00
cb2ed5bb7c fixes from review 2017-04-18 21:28:10 -04:00
2ba3656ffd wal: gr.Close() 2017-04-18 21:28:10 -04:00
cd9e9e9f45 s/ExecBlock/ValExecBlock/g; s/sm.ApplyBlock/sm.ExecCommitBlock/g 2017-04-18 21:28:10 -04:00
f9d0096744 support #HEIGHT based WAL 2017-04-18 21:28:10 -04:00
935f70a346 comments and cleanup 2017-04-18 21:28:10 -04:00
5109746b1c Handshake uses ApplyBlock, no ConsensuState 2017-04-18 21:28:10 -04:00
ed03cb5c17 consensus/replay: remove timeout 2017-04-18 21:27:31 -04:00
54b26869d5 consensus/wal: #HEIGHT -> #ENDHEIGHT 2017-04-18 21:27:31 -04:00
09f7dabd5e update comment 2017-03-28 14:06:03 -04:00
85e83934a1 fixes from review 2017-03-28 12:07:32 -04:00
077cf13a1f consensus: timeout on replayLastBlock 2017-03-27 15:41:45 -04:00
749df0536f test/docker: install abci apps first 2017-03-05 14:59:02 -05:00
de0153a1c4 consensus: some more informative logging 2017-03-05 02:15:46 -05:00
0c4b6cd071 consensus: more handshake replay tests 2017-02-20 21:45:53 -05:00
f9df4294f3 move some interfaces to types/services.go 2017-02-20 20:09:15 -05:00
0765613778 move handshake to consensus package 2017-02-20 19:52:36 -05:00
a073b1db9c Refactor replay console -> replay_file in consensus/replay_file.go 2017-01-15 16:19:02 -08:00
55b4bfa1fe consensus: let time.Timer handle non-positive durations 2017-01-11 10:24:40 -05:00
0c01b0ded9 state.State and wal.writeHeight after handshake 2016-12-22 22:10:36 -05:00
40b08f2494 consensus: mv timeoutRoutine into TimeoutTicker 2016-12-19 22:29:32 -05:00
4202c4bf20 Fix Merge pull request #319 2016-12-06 01:16:13 -08:00
1173a85c85 Use BlockID everywhere 2016-11-15 18:34:58 -05:00
1788a68b1c Consensus WAL uses AutoFile/Group 2016-10-28 15:01:14 -07:00
71baad59df replay: ensure cs.height and wal.height match 2016-10-11 16:06:46 -04:00
3c18d841fa replay: larger read buffer 2016-10-11 12:51:48 -04:00
987dac9ee0 consensus: no sign err in replay; fix a race 2016-09-08 19:00:59 -04:00
3998bdbfc1 fixes from review 2016-08-17 23:08:43 -04:00
1110c5d37d privVal.LastSignBytes and more replay tests 2016-08-14 13:33:03 -04:00
ad17090a0f No global config 2016-05-08 15:00:58 -07:00
69d906f7dd drain internalMsgQueue and wait for cswal on quit 2016-02-29 18:02:22 -05:00
fe660580a4 catchup replay fix 2016-02-02 23:05:24 -05:00
0f1cf243fd Merge remote-tracking branch 'origin/replay' 2016-01-28 19:53:22 -08:00
273a65724d replayCatchup test 2016-01-18 16:13:54 -05:00
26f0e2bc2d msgLogFP -> write ahead log 2016-01-18 14:44:45 -05:00