407 Commits (ad1b722898aa435bb022b1641ebbc25365a17fac)

Author SHA1 Message Date
  Jae Kwon 37ef5485b4 Add logs to lite/*; Fix rpc status to return consensus height, not blockstore height 6 years ago
  Jae Kwon bf0ff212b9 Refactor "lite" to handle delayed validator set changes. 6 years ago
  Jae Kwon a5b7ea93c4 Delay validator set changes by 1 block. 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 84812145cb
friendly apis for constructors 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
  Ethan Buchman 3d33226e80 move types/services.go to state pkg. pass State to evpool.Update 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 21f5f3faa7
use channels to send votes, ... from consensus state to reactor 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
  Ethan Buchman e5220360c5 AddPart always verifies 6 years ago
  Jae Kwon e1a3f16fa4 Comment tweaks 6 years ago
  Ethan Buchman 162811476a update some comments 6 years ago
  Jae Kwon ff5dfc0c15 Add more comments for Valid* 6 years ago
  Jae Kwon d3a98675aa Refactor addVote() to be clearer 6 years ago
  Zarko Milosevic 01ac378c96 Update condition based on Jae input 6 years ago
  Zarko Milosevic 2c125b6c78 Fix validValue rule 7 years ago
  Ethan Buchman a41f0d3891 rpc: /consensus_state for simplified output 6 years ago
  Ethan Buchman 658060150c rpc: add voting power totals to vote bitarrays 6 years ago
  Ethan Buchman f33da8817a rpc: lower_case peer_round_states, use a list, add the node_address 6 years ago
  Anton Kaliaev e88f74bb9b
remove wal_light setting 7 years ago
  Anton Kaliaev 26c38e770e
fix data race 7 years ago
  Jae Kwon fb64314d1c Review from Anton 7 years ago
  Jae Kwon e4492afbad Merge 7 years ago
  Ethan Buchman 799beebd36 fix consensus tests 7 years ago
  Jae Kwon 45ec5fd170 WIP consensus 7 years ago
  Anton Kaliaev 37ce6b195a
ValidatorSet#GetByAddress: return -1 if no validator was found 7 years ago
  Jae Kwon 196f8410ba WIP commit; Fix types/results_test 7 years ago
  Thomas Corbière 2644a529f0 Fix lint errors (#1390) 7 years ago
  Ethan Buchman ab7dea4f20 consensus: return from errors sooner in addVote 7 years ago
  Anton Kaliaev 86ddf17db0
add a todo 7 years ago
  Anton Kaliaev 63cb69cb96
comment out ErrAddingVote because it breaks byzantine_test 7 years ago
  Anton Kaliaev 266974cb59
stop peer if it sends invalid vote 7 years ago
  Ethan Buchman 5378bfc5c7 types.SignBytes -> o.SignBytes 7 years ago
  Zarko Milosevic d4e93a6de3
Separate ValidBlock rule from unlocking rule 7 years ago
  Zarko Milosevic 4670857c15
Add support for ValidBlock mechanism for the simplest case 7 years ago
  Anton Kaliaev 2a24ae90c1
fixes from Jae's review 7 years ago