tomusdrw / rust-web3

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

Add the response to the TransportError message if deserialization fails #614

Closed marmistrz closed 2 years ago

marmistrz commented 2 years ago

Since the original error is not included in the error message, it's sometimes very difficult to debug failing tests. (especially if the issue is not easily reproducible and turning the logs on is not a viable option)

marmistrz commented 2 years ago

bump

marmistrz commented 2 years ago

bump

marmistrz commented 2 years ago

@tomusdrw can you please review this PR?

marmistrz commented 2 years ago

Is this project unmaintained?

tomusdrw commented 2 years ago

@marmistrz apologies for the delay, I've been taking a break from coding for a while.