Closed akildemir closed 3 months ago
For context, this corresponds with lines 26/32 of the Tendermint specification. It prevents falsely logging we didn't receive a proposal (when we did) and slashing proposers who get rejected over temporal behavior (as we shouldn't).
Classified bug due to how any nodes yet to receive a Provided transaction would slash nodes who proposed with such a Provided transaction.
For context, this corresponds with lines 26/32 of the Tendermint specification. It prevents falsely logging we didn't receive a proposal (when we did) and slashing proposers who get rejected over temporal behavior (as we shouldn't).