923 Commits (354a08c25afbd7c3971ffa5ac2dac3d2ef0a8c07)

Author SHA1 Message Date
  Ethan Buchman 45b70ae031
fix non deterministic test failures and race in privval socket (#3258) 5 years ago
  Anton Kaliaev 1a35895ac8
remove gotype linter 5 years ago
  Anton Kaliaev 6941d1bb35
use nolint label instead of commenting 5 years ago
  Anton Kaliaev ffd3bf8448
remove or comment out unused code 5 years ago
  Ethan Buchman 1809efa350
Introduce CommitSig alias for Vote in Commit (#3245) 5 years ago
  Ethan Buchman 39eba4e154
WAL: better errors and new fail point (#3246) 5 years ago
  Anton Kaliaev d470945503
update gometalinter to 3.0.0 (#3233) 5 years ago
  Thane Thomson a335caaedb alias amino imports (#3219) 6 years ago
  cong 71e5939441 start eventBus & indexerService before replay and use them while replaying blocks (#3194) 6 years ago
  Zarko Milosevic c20fbed2f7 [WIP] fix halting issue (#3197) 6 years ago
  Ethan Buchman 8fd8f800d0
Bucky/fix evidence halt (#34) 6 years ago
  Anton Kaliaev dcb8f88525 add "chain_id" label for all metrics (#3123) 6 years ago
  srmo 616c3a4bae cs: prettify logging of ignored votes (#3086) 6 years ago
  Ismail Khoffi 6a80412a01 Remove privval.GetAddress(), memoize pubkey (#2948) 6 years ago
  yutianwu 41e2eeee9c R4R: Split immutable and mutable parts of priv_validator.json (#2870) 6 years ago
  JamesRay f82a8ff73a During replay, when appHeight==0, only saveState if stateHeight is also 0 (#3006) 6 years ago
  Leo Wang 2f64717bb5 return an error if validator set is empty in genesis file and after InitChain (#2971) 6 years ago
  Ismail Khoffi b30c34e713 rename Accum -> ProposerPriority: (#2932) 6 years ago
  Dev Ojha 4039276085 remove unnecessary "crypto" import alias (#2940) 6 years ago
  srmo e291fbbebe 2871 remove proposalHeartbeat infrastructure (#2874) 6 years ago
  nagarajmanjunath bef39f3346 Updated Marshal and unmarshal methods to make compatible with protobuf (#2918) 6 years ago
  Ethan Buchman 47a0669d12
Fix fast sync stack with wrong block #2457 (#2731) 6 years ago
  JamesRay fe3b97fd66 It's better read from genDoc than from state.validators when appHeight==0 in replay (#2893) 6 years ago
  Anton Kaliaev b487feba42
node: refactor privValidator ext client code & tests (#2895) 6 years ago
  srmo 1466a2cc9f #2815 do not broadcast heartbeat proposal when we are non-validator (#2819) 6 years ago
  kevlubkcm a676c71678 [R4R] Add proposer to NewRound event and proposal info to CompleteProposal event (#2767) 6 years ago
  Anton Kaliaev 5a6822c8ac abci: localClient improvements & bugfixes & pubsub Unsubscribe issues (#2748) 6 years ago
  Ismail Khoffi 7a4b62d3be check the result of `ps.peer.Send` before calling `ps.setHasVote` (#2787) 6 years ago
  Anton Kaliaev d178ea9eaf use our logger in autofile/group 6 years ago
  Anton Kaliaev fb91ef7462 validate reactor messages (#2711) 6 years ago
  Zarko Milosevic a83c268d7f Fix spec (#2736) 6 years ago
  Zarko Milosevic c5905900eb Simplify proposal msg (#2735) 6 years ago
  Zarko Milosevic 7a03344480 Introduce EventValidBlock for informing peers about wanted block (#2652) 6 years ago
  Zach cdc252b818 add fail-test file instead of dep, closes #2638 (#2728) 6 years ago
  Anton Kaliaev a67ae81469
if some process locks a block in round 0, then 0 is valid proposal.POLRound in rounds > 0 6 years ago
  Ismail Khoffi 6643c5dd11 Catch up with amino 0.13.0 (#2690) 6 years ago
  Ethan Buchman ed4ce5ff6c
ADR-016: Update ABCI Info method for versions (#2662) 6 years ago
  Ethan Buchman 14c1baeb24
ADR-016: Add protocol Version to NodeInfo (#2654) 6 years ago
  Anton Kaliaev d20693fb16 install scripts: update go version, remove upgrade cmd (#2650) 6 years ago
  Zarko Milosevic 287b25a059 Align with spec (#2642) 6 years ago
  Anton Kaliaev 37928cb990 set next validators along with validators while replay (#2637) 6 years ago
  Ethan Buchman 0baa7588c2
p2p: NodeInfo is an interface; General cleanup (#2556) 6 years ago
  Ismail Khoffi 8888595b94 [R4R] Fixed sized and reordered fields for Vote/Proposal/Heartbeat SignBytes (#2598) 6 years ago
  Zarko Milosevic 2363d88979 consensus: Wait for proposal or timeout before prevote (#2540) 6 years ago
  Anton Kaliaev e1538bf67e state: require block.Time of the fist block to be genesis time (#2594) 6 years ago
  Matthew Slipper 92343ef484 Add additional metrics (#2500) 6 years ago
  Anton Kaliaev 724e264ff5 separate mock evidence from real evidence (#2571) 6 years ago
  Zarko Milosevic 12675ecd92 consensus: Wait timeout precommit before starting new round (#2493) 6 years ago
  Ethan Buchman 52e21cebcf
remove some xxx comments and the config.mempool.recheck_empty (#2505) 6 years ago
  Anton Kaliaev 4c4a95ca53 config: Add ValidateBasic (#2485) 6 years ago