Is your feature request related to a problem? Please describe.
After we implemented these two PRs below we fetch UTXOs at the beginning and end of each sync state machine cycle and also as part of the sync cycle with every 1000 downloaded blocks.
We might want to improve the UTXOs fetching interval to something like this: (once per updateChainTip or per X blocks, whichever occurs sooner since the last time it was called).
Is your feature request related to a problem? Please describe.
After we implemented these two PRs below we fetch UTXOs at the beginning and end of each sync state machine cycle and also as part of the sync cycle with every 1000 downloaded blocks.
We might want to improve the UTXOs fetching interval to something like this: (once per updateChainTip or per X blocks, whichever occurs sooner since the last time it was called).
Describe the solution you'd like
Alternatives you've considered
Additional context
The request is based on this discussion