You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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=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.The text was updated successfully, but these errors were encountered: