orbitflare-robinhood-sdk v0.1.0
Added:
rpcandwsclients for Robinhood Chain, feature-gated (rpcdefault,ws,all).- Alloy types across the API:
Address,U256,B256,Filter,TransactionRequest, with typedBlock,Transaction,TransactionReceipt,Log, andHeaderreturns. - Arbitrum-aware decoding via catch-all envelopes, so system transactions (internal, retryable, deposit) parse instead of erroring.
- Typed WebSocket subscriptions:
newHeads,logs,newPendingTransactions, with auto-resubscribe on reconnect. - Multi-endpoint failover with health tracking and exponential quarantine on both clients.
- Retry with backoff and jitter on transient errors;
Retry-Afterhonored on 429s. - Production endpoints built in as defaults, overridable via builder or environment.
Install:
cargo add orbitflare-robinhood-sdk