rust-lightning/lightning-block-sync/src
John Cantrell a7af24bf3c Surface bitcoind rpc error code
Users of the RpcClient had no way to access the error code
returned by bitcoind's rpc.  We embed a new RpcError struct
as the inner error for the returned io::Error. Users can access
both the code and the message using this inner struct.
2023-02-28 14:03:28 -05:00
..
convert.rs Update bitcoin crate to 0.29.0 2022-08-11 00:21:26 +02:00
http.rs Bump HTTP read timeout to match reality of Bitcoin Core blocking 2021-09-21 19:14:29 +00:00
init.rs Split up generic parameters that used to comprise KeysInterface. 2023-01-12 16:10:35 -08:00
lib.rs Derive Eq for all structs that derive PartialEq 2022-10-14 13:24:02 +02:00
poll.rs Merge pull request #1777 from lexe-tech/max/best-block-header-best-block 2022-10-19 08:46:07 -05:00
rest.rs Add futures CI check 2022-10-10 14:47:18 -04:00
rpc.rs Surface bitcoind rpc error code 2023-02-28 14:03:28 -05:00
test_utils.rs Support filtered blocks in lightning-block-sync 2022-09-13 12:47:31 -05:00
utils.rs Implement BlockSource for REST and RPC clients 2021-02-04 07:38:42 -08:00