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

Constrain `eth_getTransactionCount` block input parameter #130

Closed rvanasa closed 9 months ago

rvanasa commented 9 months ago

Only pending, latest, earliest, and custom block numbers are supported as inputs, compared to the wider range of options accepted in the Candid interface.

rvanasa commented 9 months ago

Closing due to some APIs supporting this wider range of options.