lnd.xprv/chainntnfs/bitcoindnotify
Valentine Wallace 79cbea1c9c
chainntnfs: enable notifiers to catch up on missed blocks
This resolves the situation where a notifier's chain backend skips a series of blocks, causing the notifier to need to dispatch historical block notifications to clients.

Additionally, if the current notifier's best block has been reorged out, this logic enables the notifier to rewind to the common ancestor between the current chain and the outdated best block and dispatches notifications from the ancestor.
2018-08-10 01:08:58 -07:00
..
bitcoind.go chainntnfs: enable notifiers to catch up on missed blocks 2018-08-10 01:08:58 -07:00
driver.go multi: update to latest BitcoindClient interface 2018-08-08 20:26:30 -07:00