658 Commits (869d873d5cc06f0a6ec8dc0af1a1814fa3af1cd3)

Author SHA1 Message Date
  Anton Kaliaev 7b8ffc9981
add checksum and msg size to TimedWALMessage 7 years ago
  Ethan Buchman fd60621a8e update cswal test 7 years ago
  Anton Kaliaev c4646bf87f
make state#Params not a pointer 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
  Zach Ramsay d56b44f3a5 all: no more anonymous imports 7 years ago
  Ethan Buchman 8c6bd44929 log stack trace on consensus failure 7 years ago
  Ethan Buchman 8311f5c611 abci.Info takes a struct; less merkleeyes 7 years ago
  Ethan Buchman 75b97a5a65 PrivValidatorFS is like old PrivValidator, for now 7 years ago
  Ethan Buchman 779c2a22d0 node: NewNode takes DBProvider and GenDocProvider 7 years ago
  Ethan Buchman 4382c8d28b fix tests 7 years ago
  Ethan Buchman 944ebccfe9 more PrivValidator interface 7 years ago
  Ethan Buchman fd1b0b997a PrivValidator interface 7 years ago
  Adrian Brink 7dd3c007c7 Refactor priv_validator 7 years ago
  Ethan Buchman 3089bbf2b8 Amount -> Power. Closes #166 7 years ago
  Ethan Buchman 5feeb65cf0 dont use pointers for ConsensusParams 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 90c0267bc1 types: privVal.Sign returns an error 7 years ago
  Ethan Buchman aea8629272 peer interface 7 years ago
  Ethan Buchman 399fb9aa70 consensus: remove support for replay by #HEIGHT. closes #567 7 years ago
  Ethan Buchman 78446fd99c state: persist validators 7 years ago
  Ethan Buchman 9ceccbe9a4 consensus: recover panics in receive routine 7 years ago
  Ethan Buchman 35a4912449 dont panic on getVoteBitArray 7 years ago
  Ethan Buchman c5a657f540 consensus: test proposal heartbeat 7 years ago
  Ethan Buchman c9e11de2a7 consensus: log ProposalHeartbeat msg 7 years ago
  Ethan Buchman b0728260e9 comments 7 years ago
  Ethan Buchman 92ada55e5a make conR.FastSync() thread safe 7 years ago
  Ethan Buchman 0bf66deb3c fixes from review 7 years ago
  Ethan Buchman d2f3e9faf4 test CreateEmptyBlocksInterval 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 b96d28a42b test progress in higher round 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 678a9a2e42 TxsAvailable tests 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