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!: NNS-managed RPC providers #252

Closed rvanasa closed 1 month ago

rvanasa commented 2 months ago

This PR makes significant changes to the EVM RPC canister to enable using NNS proposals in place of a trusted principal to add, remove, and update RPC providers.

Progress:

rvanasa commented 1 month ago

This PR should be ready to merge!

rvanasa commented 1 month ago

Thank you for the detailed review @gregorydemay! I'll merge this and then will make follow-up changes in separate PRs as mentioned.