Files
tendermint/consensus
JamesRay fe3b97fd66 It's better read from genDoc than from state.validators when appHeight==0 in replay (#2893)
* optimize addProposalBlockPart

* optimize addProposalBlockPart

* if ProposalBlockParts and LockedBlockParts both exist,let LockedBlockParts overwrite ProposalBlockParts.

* fix tryAddBlock

* broadcast lockedBlockParts in higher priority

* when appHeight==0, it's better fetch genDoc than state.validators.
2018-11-26 08:03:08 -05:00
..
2018-10-10 18:27:43 +02:00
2018-07-01 22:36:49 -04:00
2018-11-09 16:29:43 +01:00
2018-07-26 18:08:09 -07:00

See the consensus spec and the reactor consensus spec for more information.