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!: include all JSON properties in Candid-RPC responses #99

Closed rvanasa closed 10 months ago

rvanasa commented 10 months ago

Previously, the EVM RPC canister only returned JSON object properties used in ckETH. This PR adds the corresponding Candid record fields for all remaining properties.

Resolves #97.