Skip to content

build(deps): bump @bankofai/agent-wallet from 2.3.0 to 2.4.0#20

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/bankofai/agent-wallet-2.4.0
Open

build(deps): bump @bankofai/agent-wallet from 2.3.0 to 2.4.0#20
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/bankofai/agent-wallet-2.4.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 2, 2026

Bumps @bankofai/agent-wallet from 2.3.0 to 2.4.0.

Release notes

Sourced from @​bankofai/agent-wallet's releases.

v2.4.0

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

v2.3.1

agent-wallet v2.3.1

New Features

  • Windows support — CI now runs on both ubuntu-latest and windows-latest. Path handling updated to support Windows-style backslash (~\) in both TypeScript and Python.
  • Strict CI smoke tests — Added end-to-end CLI smoke tests for both Python and TypeScript in CI: initaddsign → verify expected files exist.

Fixes

  • Windows chmod crash — Python's os.chmod fails on Windows; replaced with a new safe_chmod utility that warns instead of crashing (secrets remain protected by encryption).
  • Path expansion on WindowsexpandTilde now handles ~\ (backslash) in addition to ~/ for both resolver.ts and cli.ts.

Docs

  • Updated README with improved documentation.
Commits
  • a7c9aac chore: update v2.4.0
  • 9bfe661 feat: change-password no interact mode
  • 502b4ed feat: resolve-address comamnd
  • c287ebf feat: resolve address
  • 5f58664 feat: optimize hierachical command and optimize remove command ux
  • c4fba9a feat: privy support
  • 7111f94 Merge pull request #15 from tso1158687/typescript-cli
  • e4abbe3 feat: release 2.3.1
  • 0d250f2 fix: retry weak passwords in ts cli
  • 4607060 feat: windows compatibale
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@bankofai/agent-wallet](https://github.com/BofAI/agent-wallet/tree/HEAD/packages/typescript) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/BofAI/agent-wallet/releases)
- [Commits](https://github.com/BofAI/agent-wallet/commits/v2.4.0/packages/typescript)

---
updated-dependencies:
- dependency-name: "@bankofai/agent-wallet"
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants