324 Commits (8f0237610ec9b2a17c208925d3b390a779249105)

Author SHA1 Message Date
  Zach Ramsay 8f0237610e linting errors: clean it all up 7 years ago
  Zach Ramsay 331857c9e6 linting: apply errcheck part2 7 years ago
  Anton Kaliaev 61d76a273f
fixes from Bucky's and Emmanuel's reviews 7 years ago
  Anton Kaliaev f6539737de
new pubsub package 7 years ago
  Ethan Buchman fe1c60b5cf consensus: kill process on app error 7 years ago
  Ethan Buchman 591dd9e662 dont catchupReplay on wal if we fast synced 7 years ago
  Eric Mann 45e18a1832 Change log level to Info when proposal block hashing fails due to partially complete block 7 years ago
  Anton Kaliaev 3115c23762
binary format for WAL 7 years ago
  Anton Kaliaev 716364182d
[state] expose ChainID and Params 7 years ago
  Anton Kaliaev 1971e149fb
ChainID() and Params() do not return errors 7 years ago
  Emmanuel Odeke 7939d62ef0
all, state: unexpose GenesisDoc, ChainID fields make them accessor methods 7 years ago
  Anton Kaliaev dc0e8de9b0
extract some of the consensus types into ./types 7 years ago
  Ethan Buchman 8c6bd44929 log stack trace on consensus failure 7 years ago
  Ethan Buchman 75b97a5a65 PrivValidatorFS is like old PrivValidator, for now 7 years ago
  Ethan Buchman fd1b0b997a PrivValidator interface 7 years ago
  Ethan Buchman 3a03fe5a15 updated to match adr 005 7 years ago
  Ethan Buchman 2b6db268cf genesis json tests and mv ConsensusParams to types 7 years ago
  Ethan Buchman 1f3e4d2d9a move PartSetSize out of the config, into ConsensusParams 7 years ago
  Zach Ramsay 70b95135e6 consensus: use filepath for windows compatibility, closes #595 7 years ago
  Ethan Buchman 9ceccbe9a4 consensus: recover panics in receive routine 7 years ago
  Ethan Buchman 0bf66deb3c fixes from review 7 years ago
  Ethan Buchman 37f1390473 CreateEmptyBlocks and CreateEmptyBlocksInterval 7 years ago
  Ethan Buchman fb47ca6d35 fixes from review 7 years ago
  Ethan Buchman b8ac67e240 some fixes 7 years ago
  Ethan Buchman ab753abfa0 Proposer->Proposal; sign heartbeats 7 years ago
  Ethan Buchman 10f8101314 fix race 7 years ago
  Ethan Buchman 530626dab7 broadcast proposer heartbeat msg 7 years ago
  Ethan Buchman 3444bee47f fixes from review; use mempool.TxsAvailable() directly 7 years ago
  Ethan Buchman cf3abe5096 consensus: remove rs from handleMsg 7 years ago
  Ethan Buchman ecdda69fab commit empty blocks when needed to prove app hash 7 years ago
  Ethan Buchman fc3fe9292f fixes from review 7 years ago
  Ethan Buchman 124032e3e9 NoEmptyBlocks config option 7 years ago
  Ethan Buchman 4beac54bd9 no empty blocks 7 years ago
  Ethan Buchman 39493bcd9a consensus: isProposer func 7 years ago
  Ethan Buchman e9b7221292 consensus: more comments 7 years ago
  Ethan Buchman 74a3a2b56a fix comments 7 years ago
  Adrian Brink b07d01f102 Add more comments on public functions and extra logging during 'enterPrevote' 7 years ago
  Ethan Buchman 612726d9f6 consensus: better logging 7 years ago
  Ethan Buchman 5888ddaab1 consensus: improve logging for conflicting votes 7 years ago
  Ethan Buchman 0d1fa8e884 fixes from review 7 years ago
  Ethan Buchman 468982ffe4 fixes 7 years ago
  Ethan Buchman 3c0128a680 undo some megacheck suggestions 7 years ago
  Anton Kaliaev b4ece65726
standardize key for errors (should be "err") 7 years ago
  zramsay cf31f8d06f core: apply megacheck vet tool (unused, gosimple, staticcheck) 7 years ago
  Ethan Buchman 30a19fc899 [consensus] Info->Debug for is a validator log msg 7 years ago
  Adrian Brink eb9ca23250 log whether node is a validator in each round 7 years ago
  Anton Kaliaev f8fdbe3dbc
changes as per Bucky's review 7 years ago
  Anton Kaliaev 3e1343dc6b
has as a base16 string 7 years ago
  Anton Kaliaev f803544195
new logging 7 years ago
  Ethan Frey 6b059e0063 Accept relative paths in all configs, TODO: must SetRoot 7 years ago