lnd.xprv/routing/chainview
Olaoluwa Osuntokun e4563ca13b
routing/chainview: make filter updates synchronous for neutrino
This commit fixes a possible race condition wherein a call to
FilterBlock after a call to UpdateFilter would result in the call to
FilterBlock not yet using the updated filter. We fix this by ensuring
the internal chain filter is updated by the time the call to
FilterBlock returns.
2017-06-09 12:18:33 -07:00
..
btcd.go routing/chainview: make filter updates synchronous for neutrino 2017-06-09 12:18:33 -07:00
interface_test.go routing/chainview: fix race condition in neutrino implementation 2017-06-06 12:01:24 -07:00
interface.go routing/chainview: linter fixes 2017-05-11 15:36:47 -07:00
log.go routing/chainview: add new chainview package for watching subsets of the UTXO set 2017-05-11 15:20:41 -07:00
neutrino.go routing/chainview: make filter updates synchronous for neutrino 2017-06-09 12:18:33 -07:00