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: `TransactionReceipt` fields `status` and `to` should be optional #290

Closed gregorydemay closed 3 weeks ago

gregorydemay commented 3 weeks ago

Certain transactions do not have a TransactionReceipt::status (e.g. any transaction before the Byzantium upgrade) or TransactionReceipt::status (e.g., contract creation) so that those fields should be optional.