771 Commits (d292fa454144a3af5c8b67ed2a3ff28c9b312056)

Author SHA1 Message Date
  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
  Ethan Buchman e5220360c5 AddPart always verifies 6 years ago
  Alexander Simmerl b698a9febc
Remove double locking in HasIP 6 years ago
  Jae Kwon e1a3f16fa4 Comment tweaks 6 years ago
  Ethan Buchman 162811476a update some comments 6 years ago
  Zarko Milosevic b5ac9ede8a Add rules in gossipVotesForHeight to clarify priorities on messages to send 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
  Jae Kwon e3c4625e63 Suggested changes to consensus/reactor.go 6 years ago
  Zarko Milosevic 01ac378c96 Update condition based on Jae input 6 years ago
  Zarko Milosevic 83ca46396d Update gossipVotes routine to align with validBlock mechanism 6 years ago
  Zarko Milosevic 2c125b6c78 Fix validValue rule 6 years ago
  Ethan Buchman e9804d76cf fixes from review 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
  Jae Kwon 56c9e0da7e Add back sample output in rpc/core/consensus.go; Tweak DumpConsensusState output for peers 6 years ago
  Jae Kwon edbec10f9e Expose peer stats for dump_consensus_state 6 years ago
  Ethan Buchman f33da8817a rpc: lower_case peer_round_states, use a list, add the node_address 6 years ago
  Jae Kwon 65ebbccb74 Add GoAmino DeepCopy() benchmark for RoundState 6 years ago
  Ethan Buchman f67c5a9e7b forgot wire.go file 6 years ago
  Ethan Buchman a2d77cbe4e add MarshalJSON methods to fix dump_consensus_state 6 years ago
  Ethan Buchman 94c016a04e use MarshalJSONIndent for init files. closes #1506 6 years ago
  Jae Kwon b20e777f53 lower_case json field names 6 years ago
  Thomas Corbière ab00bf7c8b standardize PRNG access (#1411) 6 years ago
  Vladislav Dmitriyev 7c22e47629 Replaced NodeInfo's pubkey to ID (#1443) 6 years ago
  Anton Kaliaev e88f74bb9b
remove wal_light setting 6 years ago
  Anton Kaliaev cca1dd8e3e
removed excessive comment 6 years ago
  Anton Kaliaev 26c38e770e
fix data race 6 years ago
  Ethan Buchman 1a1e4e767b check max msg size in DecodeMessage 6 years ago
  Ethan Buchman c68d406195 fix tests 6 years ago
  Ethan Buchman 02c0835e9b fixes post merge 6 years ago
  Jae Kwon d24e4cb821 Fix race testing 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