Commit Graph

147 Commits

Author SHA1 Message Date
35d4cca8bb type safe events 2016-10-10 03:10:29 -04:00
22979d9365 Fire proper EventData object on append transaction 2016-10-01 22:12:48 +02:00
1110c5d37d privVal.LastSignBytes and more replay tests 2016-08-14 13:33:03 -04:00
a1c20ce866 types: privVal.LastSignature. closes #247 2016-08-14 13:33:03 -04:00
05136ff09d update some comments 2016-07-12 14:58:16 -04:00
65ebc344ac broadcast_commit 2016-07-05 14:26:20 -04:00
ad17090a0f No global config 2016-05-08 15:00:58 -07:00
501c4e4bac fixes from review 2016-04-26 22:17:13 -04:00
523a170c3e EventDataTypeNewBlockHeader 2016-04-19 20:59:52 -04:00
922f720cf6 cswal_light logs own votes; fix tests 2016-04-19 20:45:33 -04:00
eaf222a756 check vote exists before verifiying 2016-04-19 20:45:33 -04:00
ae07c0171d light weight block event 2016-04-19 20:45:33 -04:00
d23f38b4f3 txs.Hash() to avoid extra allocs 2016-04-19 20:45:33 -04:00
a34f9e082e lazy part_set reader 2016-04-19 20:45:33 -04:00
79c9a9f03a don't verify own block parts 2016-04-19 20:45:33 -04:00
5e42c96267 crank the part size; prioritize data channel 2016-04-19 20:45:33 -04:00
898f44ddda config: disable_data_hash (for testing) 2016-04-19 20:43:54 -04:00
39d72d5811 Remove fees 2016-04-03 04:51:44 -07:00
f17c4c1d57 s/Validation/Commit/g 2016-04-02 09:10:16 -07:00
9b4b533f2f Pretty print JSON 2016-03-19 16:58:15 -07:00
81ba1e6177 Use go-crypto's CRand* 2016-03-13 10:01:32 -07:00
03115cbf93 Fix tests; Tests run in their own directory 2016-03-06 15:05:50 -08:00
24af8e3da2 Merge branch 'tmsp_v02' 2016-01-28 20:03:34 -08:00
0f1cf243fd Merge remote-tracking branch 'origin/replay' 2016-01-28 19:53:22 -08:00
236c7afe9e Conform to TMSP v0.2 2016-01-25 14:34:08 -08:00
6aaa5fb0bf consensus: msg saving and replay 2016-01-14 18:58:11 -05:00
f100404362 Make EventDataRoundState use json:"-" instead of Getter/Setter 2016-01-14 11:07:31 -08:00
3fdb4c03ab rpc: TMResult and TMEventData 2016-01-13 18:38:55 -05:00
799efb0629 merge/rebase fixes 2016-01-12 19:39:53 -05:00
0be13d1d27 move alert, events, rpc into own repos 2016-01-12 19:15:10 -05:00
c9dbd81178 Merge remote-tracking branch 'remotes/origin/signer'
Conflicts:
	types/priv_validator.go
2016-01-12 15:58:48 -08:00
5d06bb964b Fix comments about AppHash, rollbacks, etc 2016-01-09 12:09:31 -08:00
3e3c0083c7 Make order be decided first; Remove TMSP Commit/Rollback 2016-01-08 16:51:20 -08:00
9247b0fbd2 Fix HeightVoteSet bug where first catchup vote doesn't get added 2015-12-31 15:11:51 -08:00
b9519391c2 Conform to go-wire new TypeByte behavior for PrivValidator as well 2015-12-21 15:02:37 -08:00
08d7980d80 Conform to go-wire new TypeByte behavior 2015-12-21 14:48:44 -08:00
0316dfc6f2 Update code.google.com to use golang.org 2015-12-17 13:27:30 -08:00
28ec3d48fa signer interface for validators 2015-12-16 13:07:07 -05:00
c95b89e98c Merge remote-tracking branch 'origin/consensus_refactor' into consensus_refactor_jae 2015-12-14 09:33:11 -08:00
b9e143d956 Fireable -> EventSwitch; rs in EventDataRoundState; fixes from review 2015-12-14 00:38:19 -05:00
4483971776 conR uses events to trigger newstep & hasvote broadcasts 2015-12-13 19:30:15 -05:00
9dea9539b4 fix consensus tests 2015-12-13 16:41:13 -05:00
34f6f50a07 Conform to go-merkle SimpleProof.Aunts 2015-12-10 11:09:25 -08:00
ab1e8a35c6 Shorten consensus log events 2015-12-09 17:09:06 -08:00
e67f385574 Conform to go-common WriteFile*(path,mode) 2015-12-04 00:03:09 -08:00
09351996a4 Add GenesisDoc.SaveAs utility method 2015-12-03 09:51:10 -08:00
ef43af19ab Tendermint <-> Application refactor 2015-12-01 20:12:01 -08:00
209bcf905e proposer selection tests. closes #53 2015-11-10 13:41:49 -08:00
d69b5c5ab6 Conform to go-wire 1.0 2015-11-10 13:10:43 -08:00
e12f9d10e7 Bare consensus refactor 2015-11-01 11:34:08 -08:00