Skip to content

Releases: orbitflare/orbitflare-robinhood-sdk-rs

Release list

Initial Release

Choose a tag to compare

@0xsouravm 0xsouravm released this 15 Aug 20:35

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 tracking and exponential quarantine on both clients.
  • Retry with backoff and jitter on transient errors; Retry-After honored on 429s.
  • Production endpoints built in as defaults, overridable via builder or environment.

Install:

cargo add orbitflare-robinhood-sdk