Skip to content

v2.0.0-alpha.2

Pre-release
Pre-release

Choose a tag to compare

@outsmartchad outsmartchad released this 22 Feb 02:15
· 47 commits to agent-trading-infra since this release

What's New

Production Hardening

  • TX simulation before sendsimulateTransaction() runs before sendRawTransaction by default. Failed simulations return error immediately without paying fees.
  • RPC exponential backoffwithBackoff() retries on transient RPC errors (429, 503, network) with exponential backoff (500ms → 10s cap, 3 retries).
  • --dry-run flag — Simulates TX, prints CU usage and program logs, does NOT send. Works on buy/sell commands.

CI/CD

  • GitHub Actions CI pipeline with Node 20/22 matrix — typecheck, build, unit tests, registry tests, CLI smoke tests.

Developer Docs

Install

npm install -g outsmart@2.0.0-alpha.2

Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2