- Bump Golang to build to 1.25
Substreams
- Fix issue where a retry on dstore while writing a fullKV would corrupt the file, making it unreadable. Fix prevents this and also now deletes affected files when they are detected
- Fix bug where so request could get stuck forever (until the clients drops or server restarts).
- Fix issue where transient HTTP/2 stream errors (e.g.,
INTERNAL_ERROR) fromdstorewere being treated as fatal errors instead of being retried. These transient network errors are now detected and retried with exponential backoff.