-
Notifications
You must be signed in to change notification settings - Fork 962
Open
Milestone
Description
Problem
Currently, Core Lightning processes every transaction in every block, regardless of relevance to the node. chaintopology has a 30-second timer that makes an RPC calls to bcli. bcli acted as a simple wrapper around bitcoin-cli commands. All transactions processed by chaintopology regardless of relevance.
Proposed solution
bclipolls bitcoind independently every 10/30 seconds and publishes a notification to lightningdbclifilters registers watches and filters blocks for relevant transactionsbclialso sends mempool and fee rate notifications to lightnings.
Metadata
Metadata
Assignees
Labels
No labels