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
There are case when we are not able to ensure the Fraud Proof is valid. Mainly, It could happened due to a network issue when we can't fetch an ExtendedHeader. In a private discussion with @Wondertan we discussed several ways to resolve this:
start an infinite routine that will fetch header until it will not be available;
add proof with Not Verified state to FraudStore;
consider this case during FraudSync implementation(#536);
IMO, the second way will make FraudStore structure more complicated. I think we should store only verified and correct Fraud Proofs.
The text was updated successfully, but these errors were encountered:
There are case when we are not able to ensure the Fraud Proof is valid. Mainly, It could happened due to a network issue when we can't fetch an ExtendedHeader. In a private discussion with @Wondertan we discussed several ways to resolve this:
Not Verified
state to FraudStore;IMO, the second way will make FraudStore structure more complicated. I think we should store only verified and correct Fraud Proofs.
The text was updated successfully, but these errors were encountered: