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

experiment: remove `verifyMessageSignature()` method #108

Closed rvanasa closed 9 months ago

rvanasa commented 10 months ago

After getting a better sense for what the community wants from the EVM RPC canister, I think it makes sense to remove the verifyMessageSignature() method (which I originally included in the design document), since it now resembles gold plating in the context of this project.