Add lightning-block-sync package and library
authorJeffrey Czyz <jkczyz@gmail.com>
Mon, 11 Jan 2021 18:50:54 +0000 (10:50 -0800)
committerJeffrey Czyz <jkczyz@gmail.com>
Thu, 4 Feb 2021 01:45:54 +0000 (17:45 -0800)
commit9860646e73e3043d96f172b8797f578b439256f5
tree4558699371ef213bbe1b0b045b7b5de3791e2c07
parente4b516dd8a62166c206e7aa5363a0c07add1d3a9
Add lightning-block-sync package and library

Defines an interface and related types for fetching block headers and
data from a block source (e.g., Bitcoin Core). Used to keep lightning in
sync with chain activity.
.github/workflows/build.yml
Cargo.toml
lightning-block-sync/Cargo.toml [new file with mode: 0644]
lightning-block-sync/src/lib.rs [new file with mode: 0644]