everFinance / goar

Arweave http client and wallet implemented in go, Arweave SDK
Apache License 2.0
142 stars 45 forks source link

fix: Implement context-aware APIs for better concurrency and robustness #70

Open Laisky opened 3 months ago

Laisky commented 3 months ago

closes #56

This commit adds support for context parameters to various functions across the codebase, enabling cancellation of long-running operations and improving error handling.