Initial Release
Github ReleaseSource verified
## orbitflare-robinhood-sdk v0.1.0 #### Added: - `rpc` and `ws` clients for Robinhood Chain, feature-gated (`rpc` default, `ws`, `all`). - Alloy types across the API: `Address`, `U256`, `B256`, `Filter`, `TransactionRequest`, with typed `Block`, `Transaction`, `TransactionReceipt`, `Log`, and `Header` returns. - 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 tra