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!: simplify `eth_feeHistory` result type #242

Closed rvanasa closed 2 months ago

rvanasa commented 2 months ago

Replaces opt FeeHistory with FeeHistory based on the Ethereum JSON-RPC spec.