-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Summary
Implement Provider abstraction layer in Zig to match TypeScript.
Required Components
Base Provider
request- Send JSON-RPC requestsend- Alias for requestgetNetwork- Get connected networkgetBlockNumber- Get latest block numbergetBalance- Get account balancegetCode- Get contract codecall- eth_callestimateGas- Estimate gas
HTTP Provider
- HTTP transport implementation
- Connection pooling
- Retry logic
WebSocket Provider
- WebSocket transport
- Subscription support
- Reconnection logic
Current State
No provider abstraction in Zig.
Priority
Medium - Needed for full client functionality
Note: Issue created by Claude AI assistant, not @roninjin10 or @fucory
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels