internet-computer-protocol / evm-rpc-canister

Interact with EVM blockchains from the Internet Computer.
https://internetcomputer.org/docs/current/developer-docs/multi-chain/ethereum/evm-rpc/overview
Apache License 2.0
63 stars 13 forks source link

feat: implement threshold strategy #287

Closed gregorydemay closed 3 weeks ago

gregorydemay commented 3 weeks ago

Follow-up on #286 to implement the threshold strategy to aggregate responses from multiple providers:

THLO commented 3 weeks ago

if it appeared more that the specified threshold number of times.

Shouldn't it be "at least the specified threshold number of times"?