810 Commits (2902ab1a144b6c0bef9c8cdd605ef77a8e70a7cc)

Author SHA1 Message Date
  Ethan Buchman af703620d4 consensus: stop wal 6 years ago
  Anton Kaliaev f760c24ff0
[config] remove MaxBlockSizeTxs and MaxBlockSizeBytes in favor of consensus params 6 years ago
  Ethan Buchman 70d314312c consensus: fix addProposalBlockPart 6 years ago
  Alexander Simmerl a605b66c5a
Move abci imports 6 years ago
  Liamsi 8329b86570 more changes from #1721 6 years ago
  Liamsi 4fb40e5437 cherry pick @melekes changes 6 years ago
  Liamsi 6677f81ffb revert change from #1721 6 years ago
  Liamsi d2c05bc5b9 Revert "delete everything" (includes everything non-go-crypto) 6 years ago
  Liamsi 96a3502126 delete everything 6 years ago
  Anton Kaliaev 205d8b8062
fixes after @xla review 6 years ago
  Anton Kaliaev e4bb3566a0
move metrics constructors to a separate package 6 years ago
  Anton Kaliaev 84812145cb
friendly apis for constructors 6 years ago
  Anton Kaliaev b10b0da3fd
bundle imports 6 years ago
  Anton Kaliaev 7efb73aa18
mempool size metric 6 years ago
  Anton Kaliaev 19699d644f
p2p metric, make height and totalTxs gauges 6 years ago
  Anton Kaliaev 0cb50c05fc
add rounds metric 6 years ago
  Anton Kaliaev e58d674f4c
add validators power gauges 6 years ago
  Anton Kaliaev fad76e103b
extract metrics to provider, remove height label 6 years ago
  Anton Kaliaev 489d9b9184
more metrics 6 years ago
  Anton Kaliaev 3cdf3b670d
serve metrics under /metrics 6 years ago
  Anton Kaliaev 5c869b5888
validator metrics 6 years ago
  Anton Kaliaev 5c7093cc9f
go-kit metrics plus prometheus: one metric 6 years ago
  Ethan Buchman a519825bf8 consensus: fixes #1754 6 years ago
  ia b5775b56c6 all: gofmt (#1743) 6 years ago
  Ethan Buchman 9481cabd50 fixes from review 6 years ago
  Ethan Buchman 8e45348737 update for abci v0.11.0 release. let InitChain update validators 6 years ago
  Ethan Buchman 909f66e841 remove extra eventBus 6 years ago
  Ethan Buchman 3d2c4fd309 update Evidence type - requires pubkey and valset to verify and convert to abci.Evidence 6 years ago
  Ethan Buchman 866bcceb35 fix consensus tests 6 years ago
  Ethan Buchman 7606b7595f compiles 6 years ago
  Ethan Buchman 3d33226e80 move types/services.go to state pkg. pass State to evpool.Update 6 years ago
  Ethan Buchman 097f778c1e fix byz-test 6 years ago
  Anton Kaliaev 1f22f34edf
flush wal group on stop 6 years ago
  Alexander Simmerl bf370d36c2
Extract priv_validator into first class package 6 years ago
  Anton Kaliaev 708f35e5c1
do not look for height in older files if we've seen height - 1 6 years ago
  Anton Kaliaev f3f5c7f472
we must only return io.EOF to progress to the next file in auto.Group 6 years ago
  Anton Kaliaev 68f6226bea
data is corrupted, but this requires manual intervention 6 years ago
  Anton Kaliaev 118b86b1ef
fix nil panic error 6 years ago
  Anton Kaliaev b9afcbe3a2
fix typo 6 years ago
  Zach Ramsay b166831fb5 link to both consensus specs 6 years ago
  Zach Ramsay b4d10b5b91 consensus: link to spec from readme (#1609) 6 years ago
  Anton Kaliaev c6f612bfc3
subscribe before state emits NewRoundStep 6 years ago
  Anton Kaliaev bb9aa85d22
copy events and pubsub packages from tmlibs 6 years ago
  Anton Kaliaev c4fef499b6
switch to events package 6 years ago
  Anton Kaliaev b77d5344fc
rename methods for clarity 6 years ago
  Anton Kaliaev 21f5f3faa7
use channels to send votes, ... from consensus state to reactor 6 years ago
  Ethan Buchman ee4eb59355 update comments 6 years ago
  Ethan Buchman 082a02e6d1 consensus: only fsync wal after internal msgs 6 years ago
  Ethan Buchman 547e8223b9 fix 6 years ago
  Ethan Buchman 8e46df14e7 improve consensus logger 6 years ago