We want the ordering logic defined in PrepareProposal to be enforced in ProcessProposal. The ordering logic is defined by the mempool TxPriority. This PR adds a new function to the interface that allows developers to enforce the sorting algorithm defined by TxPriority in ProcessProposal.
Overview
We want the ordering logic defined in PrepareProposal to be enforced in ProcessProposal. The ordering logic is defined by the mempool
TxPriority
. This PR adds a new function to the interface that allows developers to enforce the sorting algorithm defined byTxPriority
in ProcessProposal.