sdk
sdk copied to clipboard
[Bug] Implement network retry system
🐛 Bug Report
Various functions in the SDK suffer from spurious network errors (e.g. from network connectivity issues or from changes not reflecting in the API/chain fast enough).
Steps to Reproduce
https://github.com/AleoHQ/sdk/pull/774#issuecomment-1764945987
Expected Behavior
We should implement a retry system with proper backoff or expose helper methods for letting users implement their own.