mirror of
https://github.com/DeBrosOfficial/network-ts-sdk.git
synced 2025-12-12 18:28:50 +00:00
- Added retry mechanism for the `get` method to handle eventual consistency in IPFS Cluster. - Introduced exponential backoff strategy for retries, allowing up to 8 attempts with increasing wait times. - Enhanced error handling to differentiate between 404 errors and other failures, ensuring robust content retrieval.