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

test(e2e): number of nodes in subnet #169

Closed rvanasa closed 8 months ago

rvanasa commented 8 months ago

Adds a test for the number of subnet nodes and makes several changes to minimize the chance of the number unexpectedly changing after upgrading the canister.

Includes changes from #168 (merging this afterwards).