tomusdrw / rust-web3

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

test(types): add test should_deserialize_receipt_with_logs #711

Closed pluveto closed 8 months ago

pluveto commented 8 months ago

Add a log deserialization test. Added support for dynamic listening ports to avoid occasional failures during concurrent tests

tomusdrw commented 8 months ago

Thanks!