rust-lightning/lightning-block-sync/src
Matt Corallo 631f989fb5 Replace lightning-block-sync test that depended on foo.com
Our tests should generally not rely on internet access, and should
not rely on the behavior of any given remote server. However, one
of the `endpoint_tests` in `lightning-block-sync::http` relied on
`foo.com` resolving to a single socket address, which both might
change in the future and makes our tests fail without internet.
2023-10-13 02:52:15 +00:00
..
convert.rs Implement the UtxoSource interface for REST/RPC clients 2023-08-23 21:48:03 +00:00
gossip.rs Fail UTXO lookups if the block doesn't have five confirmations 2023-08-23 21:48:03 +00:00
http.rs Replace lightning-block-sync test that depended on foo.com 2023-10-13 02:52:15 +00:00
init.rs Move keysinterface.rs to a directory-level module called sign. 2023-05-02 21:48:08 -07:00
lib.rs Implement the UtxoSource interface for REST/RPC clients 2023-08-23 21:48:03 +00:00
poll.rs Check difficulty transition against Target instead of Work 2023-05-10 11:39:46 -07:00
rest.rs Implement the UtxoSource interface for REST/RPC clients 2023-08-23 21:48:03 +00:00
rpc.rs Implement the UtxoSource interface for REST/RPC clients 2023-08-23 21:48:03 +00:00
test_utils.rs Run clippy --fix and cleanup code 2023-03-06 19:26:48 +00:00
utils.rs Implement BlockSource for REST and RPC clients 2021-02-04 07:38:42 -08:00