tomusdrw / rust-web3

Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library. ENS address: rust-web3.eth
MIT License
1.45k stars 471 forks source link

Do not require effectiveGasPrice in TransactionReceipt, #570

Closed marmistrz closed 2 years ago

marmistrz commented 2 years ago

for compatibility with Ganache v6.12.2

marmistrz commented 2 years ago

The test should_fail_to_deserialize_decimals passes for me locally and the test seems not connected to the PR. I rebased in hope it fixes the CI.

hubertbudzynski-stc commented 2 years ago

This test does not pass for me on the current master as well. Tried rust 1.55.0, 1.56.0 and 1.56.1

tomusdrw commented 2 years ago

Apologies, fixed in https://github.com/tomusdrw/rust-web3/pull/571

marmistrz commented 2 years ago

Thanks!