413 Commits (9cfc47a93b19f7e82399f5c2c1a2f68c02d174ca)

Author SHA1 Message Date
  Ethan Buchman 6046b99197 consensus: include evidence in proposed block parts. fixes #2050 6 years ago
  Anton Kaliaev 94e8252607
#2021 follow up (#2028) 6 years ago
  srmo e36ce6f893 fix race condition on proposal height for published txs (#2021) 6 years ago
  Anton Kaliaev 5037dd40c5
use RWMutex for consensus state 6 years ago
  Anton Kaliaev 3ffda994c2
Revert "rename privval#GetAddress and GetPubKey to Address and PubKey" 6 years ago
  Anton Kaliaev ff8ddee708
rename privval#GetAddress and GetPubKey to Address and PubKey 6 years ago
  Zach Ramsay 44dad6d70b Revert "detele everything" 6 years ago
  Zach Ramsay d02c5d1e30 detele everything 6 years ago
  Anton Kaliaev b242b15d40
wait until WAL closes the autogroup 6 years ago
  Ethan Buchman d55243f0e6 fix import paths 6 years ago
  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
  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 6 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 6 years ago
  Anton Kaliaev 26c38e770e
fix data race 6 years ago
  Jae Kwon fb64314d1c Review from Anton 6 years ago
  Jae Kwon e4492afbad Merge 6 years ago
  Ethan Buchman 799beebd36 fix consensus tests 6 years ago
  Jae Kwon 45ec5fd170 WIP consensus 6 years ago
  Anton Kaliaev 37ce6b195a
ValidatorSet#GetByAddress: return -1 if no validator was found 6 years ago