Skip to content

feat: convert all blocking HTTP operations to async/await#432

Open
supreme2580 wants to merge 1 commit into
Nanle-code:masterfrom
supreme2580:feat/async-http-317
Open

feat: convert all blocking HTTP operations to async/await#432
supreme2580 wants to merge 1 commit into
Nanle-code:masterfrom
supreme2580:feat/async-http-317

Conversation

@supreme2580

Copy link
Copy Markdown
  • Replace ureq with reqwest across stream.rs, registry.rs, templates.rs, node.rs, network.rs
  • Create shared reqwest client in src/utils/http_client.rs with connection pooling
  • Convert all HTTP-dependent command handlers to async
  • Make sandbox::LocalSorobanSandbox::new async
  • Un-ignore soroban.rs tests (no more reqwest blocking runtime conflict)
  • Remove ureq dependency from Cargo.toml
  • Remove reqwest "blocking" feature flag

closes: #317

…e-code#317)

- Replace ureq with reqwest across stream.rs, registry.rs, templates.rs, node.rs, network.rs
- Create shared reqwest client in src/utils/http_client.rs with connection pooling
- Convert all HTTP-dependent command handlers to async
- Make sandbox::LocalSorobanSandbox::new async
- Un-ignore soroban.rs tests (no more reqwest blocking runtime conflict)
- Remove ureq dependency from Cargo.toml
- Remove reqwest "blocking" feature flag
@drips-wave

drips-wave Bot commented Jun 29, 2026

Copy link
Copy Markdown

@supreme2580 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

D-1: Implement Async/Await Architecture for HTTP Operations

1 participant