You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently on every bitcoin block update we persist all channel_monitors with updated best_block.
This can be troublesome for large node operators with 1000's of channels.
It also causes a thunder herd problem (ref), and hammers the storage with many requests all at once.
Ideal outcome: After doing this, Ldk's IO footprint should be reduced by ~50 times and processing time to sync each block will be drastically reduced(this can be very long for nodes with 1000s of channels).