v2.0.0-alpha.2
Pre-release
Pre-release
·
47 commits
to agent-trading-infra
since this release
What's New
Production Hardening
- TX simulation before send —
simulateTransaction()runs beforesendRawTransactionby default. Failed simulations return error immediately without paying fees. - RPC exponential backoff —
withBackoff()retries on transient RPC errors (429, 503, network) with exponential backoff (500ms → 10s cap, 3 retries). --dry-runflag — 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
- Documentation site at https://outsmartchad.github.io/outsmart-cli/ — full command reference, DEX adapter guide, architecture overview.
Install
npm install -g outsmart@2.0.0-alpha.2Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2