]> git.bitcoin.ninja Git - rust-lightning/commit
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>
Mon, 22 Feb 2021 16:49:14 +0000 (08:49 -0800)
commit8219bbdd1a828b4ccb4857c46b11d213ef49667f
treeba54a0131576039d81a2c87ad3e293e8f816893b
parente78d5dbf83451b14f2c808809eeaf8d82863aef5
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