lightninglabs / neutrino

Privacy-Preserving Bitcoin Light Client
MIT License
900 stars 183 forks source link

rescan+query: expose start and end block in GetCFilters #228

Closed ellemouton closed 2 years ago

ellemouton commented 2 years ago

In this commit, the GetCFilters method is altered to expose a start block height and end block hash to the caller so that they can query for a range of blocks.

This addresses step 1 of #68 .

Waiting to get some feedback re if step 2&3 of the same issue are still needed (since the OptimisticBatch functional option is anyways used) before adding them onto this PR.