Skip to content

Changelog

What changed.

Every package release and module activation is recorded here. This mirrors CHANGELOG.md. The first packages are live on npm.

0.1.0

2026-07-27

First public packages on npm and the early-access platform: the full read, simulate, configure, and audit surface across the stack.

Published to npm

  • @hoodstack/errors - normalized error taxonomy with stable HS_ codes, construction-time redaction, and wire round-trip.
  • @hoodstack/network - Robinhood Chain mainnet (4663) and testnet (46630) definitions, chain validation, explorer and faucet helpers, and a JSON-RPC client with health probes and endpoint fallback.
  • @hoodstack/sdk - typed TypeScript client over the live REST API: health, gas, RPC, account, transaction, block, and token reads, and transaction simulation.
  • @hoodstack/cli - the hoodstack terminal client over the same API.

Live in the platform

  • 25 modules across Identity, Execution, Assets, Connectivity, Security, Developer platform, and Network coordination, each with a dashboard console and, where it applies, a REST endpoint under /api/v1.
  • One gateway: every request is authenticated by project API key, rate limited, and metered.
  • A global network switch aligns the whole dashboard to Robinhood Chain testnet or mainnet.
  • Interactive playground, API reference, and working code recipes over the live endpoints.

Security

  • Non-idempotent RPC methods are never retried and never failed over across endpoints.
  • JSON-RPC application errors are not retried; only genuinely transient codes are.
  • RPC endpoint URLs are redacted in every error, log, and health report.
  • Mainnet writes are disabled by default.
  • Errors never serialize stack traces or causes across a trust boundary.

Notes

  • Signed execution and automation (authentication, sessions, sponsored gas, agents, treasury, workflows) are in development, blocked on the account-abstraction write path.
  • The HSTACK token is live on Robinhood Chain; usage credits remain the unit of capacity and the platform is fully usable without it.
  • No security audit has been performed; keep production-critical flows on testnet.
Changelog - HoodStack