reverie/reverie-ptrace
Jason White 5df280b851 Don't return a Result for RPC messages
Summary: If an RPC fails to send, there isn't much that can be done to handle it. In all call sites so far, they all just unwrap the error because it can't be handled properly. If an RPC fails, it is a programmer error (because the request/response failed to serialize/deserialize) and indicates a bug in our code.

Differential Revision: D37563857

fbshipit-source-id: 267072709f4230732a13989aaf74b50fd0908337
2022-06-30 16:59:53 -07:00
..
src Don't return a Result for RPC messages 2022-06-30 16:59:53 -07:00
Cargo.toml ethers.rs 2022-06-23 20:03:16 -07:00