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

Use `Manage` permission to control primary status of providers #132

Closed rvanasa closed 9 months ago

rvanasa commented 9 months ago

Instead of canister owners being able to decide whether their canister is considered "primary," this should be defined by principals with the Manage capability.

This can potentially be combined with https://github.com/internet-computer-protocol/ic-eth-rpc/issues/131.