Add SpvClient used to poll for the best chain tip
authorJeffrey Czyz <jkczyz@gmail.com>
Thu, 4 Feb 2021 01:41:03 +0000 (17:41 -0800)
committerJeffrey Czyz <jkczyz@gmail.com>
Fri, 26 Feb 2021 06:54:42 +0000 (00:54 -0600)
commit8505382b197ee9469028b2ea6062fe2489aee6c1
tree0cf6ae737d0d416babc7b7ade38a8d6a7a1c53db
parentb1ecfe705d77b1338c7df5e208d76eb6743f270c
Add SpvClient used to poll for the best chain tip

Adds a lightweight client for polling one or more block sources for the
best chain tip. Notifies listeners of blocks connected or disconnected
since the last poll. Useful for keeping a Lightning node in sync with
the chain.
lightning-block-sync/src/lib.rs
lightning-block-sync/src/test_utils.rs