Skip to content

v0.2.28

Choose a tag to compare

@aph5nt aph5nt released this 29 May 06:48
· 351 commits to main since this release
d74f9f7

Chain Insights v0.2.28

  • Adds chain-insights wallet import <private-key> as the user-facing wallet setup command.
  • Replaces raw walletPrivateKey and debug-bypass guidance in missing hosted-access errors with wallet ready, wallet topup, and invited access-key set guidance.
  • Keeps staging as the tester activation endpoint while production is not live.

Verification before release:

  • npx vitest run tests/mcp-client.test.ts -t "missing hosted access"
  • npx vitest run tests/cli.test.ts -t "wallet --help exposes"
  • npm test
  • npm run typecheck
  • npm run build
  • npm run release:check
  • node bin/cli.js wallet --help
  • node bin/cli.js wallet ready --help
  • npm pack --dry-run