Determine if it's possible for a signer to submit different BlockResponse messages for the same BlockProposal (i.e. the same block_hash/signer_sighash). For example, where an initial BlockResponse may be accepted=false, but then later submits an accepted=true response for the same BlockProposal (e.g. if signer catches up to chaintip and finds the proposed block to be acceptable).
If this is possible, the ingestion code needs to handle this. For now should probably just overwrite/delete the previous accepted=false response, although it would be useful data to collect and be able to present later.
Determine if it's possible for a signer to submit different BlockResponse messages for the same BlockProposal (i.e. the same
block_hash/signer_sighash). For example, where an initial BlockResponse may beaccepted=false, but then later submits anaccepted=trueresponse for the same BlockProposal (e.g. if signer catches up to chaintip and finds the proposed block to be acceptable).If this is possible, the ingestion code needs to handle this. For now should probably just overwrite/delete the previous
accepted=falseresponse, although it would be useful data to collect and be able to present later.