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
Whenever the EVM-RPC canister queries multiple providers, equality between all responses are expected, otherwise all individual results are returned in the Inconsistent variant. This means that as soon as provider is for example offline, all results will be deemed Inconsistent. A more robust approach would let the caller specify a k-out-n threshold, so that equality of at least k (non-error) responses among the n providers queried is sufficient to have consensus.
The text was updated successfully, but these errors were encountered:
Whenever the EVM-RPC canister queries multiple providers, equality between all responses are expected, otherwise all individual results are returned in the
Inconsistent
variant. This means that as soon as provider is for example offline, all results will be deemedInconsistent
. A more robust approach would let the caller specify a k-out-n threshold, so that equality of at least k (non-error) responses among the n providers queried is sufficient to have consensus.The text was updated successfully, but these errors were encountered: