Utility for syncing a set of chain listeners
[rust-lightning] / lightning-block-sync / src / lib.rs
2021-02-26 Jeffrey CzyzUtility for syncing a set of chain listeners
2021-02-26 Jeffrey CzyzAdd SpvClient used to poll for the best chain tip
2021-02-26 Jeffrey CzyzAdd ChainNotifier and define ChainListener trait
2021-02-26 Jeffrey CzyzAdd ChainPoller implementation of Poll trait
2021-02-26 Jeffrey CzyzDefine a Poll trait as an adaptor on BlockSource
2021-02-10 Matt CoralloMerge pull request #787 from TheBlueMatt/2021-02-check...
2021-02-05 Matt CoralloMerge pull request #793 from galderz/t_double_validatio...
2021-02-04 Matt CoralloMerge pull request #790 from bmancini55/sync_complete
2021-02-04 Matt CoralloMerge pull request #774 from jkczyz/2021-01-http-client
2021-02-04 Jeffrey CzyzImplement BlockSource for REST and RPC clients
2021-02-04 Jeffrey CzyzAdd REST and RPC clients to lightning-block-sync
2021-02-04 Jeffrey CzyzAdd lightning-block-sync package and library