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
Fix a couple bugs with ranges in stellar-archivist. This just makes it behave more like it's documented to / how users would expect:
- Treat the range values as inclusive rather than excluding the high endpoint.
- Don't clobber the destination pointer when a mirror range doesn't end on that value.
- Fix off-by-one in Range.Size() method
- Tighten listing-driven scan precision, skip out-of-range checkpoints
- Avoid listing all buckets when scanning a subrange.
- Scan all buckets and emit error if missing root HAS
0 commit comments