rust-lightning/lightning-block-sync/src
Jeffrey Czyz 54f96ef944
Use ChainHash instead of BlockHash as applicable
ChainHash is more appropriate for places where an arbitrary BlockHash is
not desirable. This type was introduced in later versions of the bitcoin
crate, thus BlockHash was used instead.

Using ChainHash also makes it easier to check if ChannelManager is
compatible with an Offer.
2023-10-16 13:29:53 -05:00
..
convert.rs Implement the UtxoSource interface for REST/RPC clients 2023-08-23 21:48:03 +00:00
gossip.rs Use ChainHash instead of BlockHash as applicable 2023-10-16 13:29:53 -05: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