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
* Use kyoto's rescan_from(h) instead of rescan()
Previously rescan would go from kyoto's build-time checkpoint, which
might be a very old block. We can explicitely use rescan_from(height) to
process only new blocks.
* Bump kyoto version to 0.6.0
0 commit comments