mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-23 08:22:26 +00:00
fe3b97fd66
* 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.
See the consensus spec and the reactor consensus spec for more information.