gakonst / ethers-rs

Complete Ethereum & Celo library and wallet implementation in Rust. https://docs.rs/ethers
Apache License 2.0
2.5k stars 795 forks source link

`TransactionReceipt` optimism fields missing rename camelCase #2768

Open jonathanpwang opened 8 months ago

jonathanpwang commented 8 months ago

https://github.com/gakonst/ethers-rs/blob/5394d899adca736a602e316e6f0c06fdb5aa64b9/ethers-core/src/types/transaction/response.rs#L514

This and the fields below it do not rename to camelCase, so they will not actually deserialize from the RPC provider response.

jonathanpwang commented 8 months ago

It's also missing the deposit_receipt_version field.