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

fix: add missing `serde::Deserialize` annotation #313

Closed gregorydemay closed 3 days ago

gregorydemay commented 3 days ago
  1. Added missing serde::Deserialize annotation on Provider, RpcAccess and RpcAuth structs.
  2. Add missing integration tests to ensure that every method on the Candid API is covered.