Skip to content

v2.4.0

Latest

Choose a tag to compare

@gummy789j gummy789j released this 01 Apr 15:55
41419a9

agent-wallet v2.4.0

New Features

Privy Wallet Support

  • Added Privy-backed wallet adapter for both TypeScript (@bankofai/agent-wallet) and Python (bankofai-agent-wallet)
  • Supports EVM and TRON chain types — chain type is auto-detected from Privy wallet metadata
  • Implements full signing interface: sign tx, sign msg, sign typed-data
  • New CLI subcommands: start privy, add privy with --app-id, --app-secret, --privy-wallet-id flags
  • Rate-limit retry with exponential backoff for Privy API requests

resolve-address Command

  • New command to show EVM + TRON addresses for any wallet without signing

Non-interactive change-password

  • Added --new-password flag to both TypeScript and Python CLIs — fully scriptable without prompts

Password Attempt Logic Refactor

  • Improved password retry flow in CLI — weak password attempts are retried with clearer error messages instead of exiting

Docs

  • Added doc/how-to-add-privy-wallet.md — step-by-step guide for Privy wallet setup
  • Updated doc/getting-started.md and README.md