CodeChain-io/codechain

Send commit in Tendermint

majecty opened this issue · 1 comments

Currently, we send the best proposal block in the sync extension to deliver block's precommits.
However, if the first proposer is not following the best block, there is no best proposal block.

We need other methods to send committed precommits.

Implemendted at #1770