1b1f5f197a
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. |
||
---|---|---|
.. | ||
bitcoind.go | ||
btcd.go | ||
interface_test.go | ||
interface.go | ||
log.go | ||
neutrino.go | ||
queue.go |