Skip to content

v2026.2.1

Choose a tag to compare

@github-actions github-actions released this 10 May 12:58
eec59f7

Fixed

  • Fragment API 429 responses are now retried automatically (up to 3 attempts) with exponential backoff and jitter in fragment_request
  • Retry delays in TON transaction broadcasting now include jitter to reduce contention under concurrent calls
  • Improved handling of non-200 HTTP responses in get_fragment_hash
  • Removed unnecessary method key leaking into certain API request payloads

Changed

  • Type hints refined across the codebase for better clarity and mypy strict compliance