lnd.xprv/routing/chainview
Conner Fromknecht 1b1f5f197a
routing/chainview/neutrino: cache filter entries
This commit alters the neutrino chainview such that it
caches the filter entries corresponding to watched
outpoints at the moment they are added to the filter.
Previously, we would rederive each filter entry when
reconstructing the relevant filter entries, which
would lead to unnecessary work on the gc. Now, each is
created at most once, and reused across subsequent
reconstructions.
2018-05-08 20:46:46 -07:00
..
bitcoind.go routing/chainview: bitcoind back-end now requires explicit NotifyBlocks() 2018-03-14 12:16:40 -06:00
btcd.go multi: comprehensive typo fixes across all packages 2018-02-06 19:11:11 -08:00
interface_test.go multi: comprehensive typo fixes across all packages 2018-02-06 19:11:11 -08:00
interface.go multi: fix typos in comments 2018-04-17 19:03:27 -07:00
log.go lnd: remove seelog logger 2017-06-25 14:19:56 +01:00
neutrino.go routing/chainview/neutrino: cache filter entries 2018-05-08 20:46:46 -07:00
queue.go multi: comprehensive typo fixes across all packages 2018-02-06 19:11:11 -08:00