Zebra/zebra-network
teor 3892894ffa Call ClientRequest.tx.send() even if there is an error
Previously, tx would be dropped before send if:
- the success case would have used tx to wait for further messages,
- but the response was actually an error.

Instead, send the error on `tx` and call `fail_with()` using the same
error.

To support this change, allow `fail_with()` to take a `PeerError` or a
`SharedPeerError`.
2021-01-06 13:07:23 -08:00
..
proptest-regressions/protocol Add proptest regressions file 2020-01-28 03:48:23 -05:00
src Call ClientRequest.tx.send() even if there is an error 2021-01-06 13:07:23 -08:00
Cargo.toml zebra: move to 1.x-based versioning. (#1476) 2020-12-08 08:53:07 +10:00