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
I just spent too long debugging an issue where I put all the possible outcomes in an OracleAttestation instead of the actual outcome.
The validate could just validate that sigs.len() == outcomes.len() but it could also verify the sigs. Further it could also check it used the correct nonces.
The text was updated successfully, but these errors were encountered:
I just spent too long debugging an issue where I put all the possible outcomes in an
OracleAttestation
instead of the actual outcome.The validate could just validate that sigs.len() == outcomes.len() but it could also verify the sigs. Further it could also check it used the correct nonces.
The text was updated successfully, but these errors were encountered: