Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/bankofai/agent-wallet-2.4.0
Closed

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

Conversation

@dependabot

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

Copy link
Copy Markdown

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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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
@grayfoxd grayfoxd closed this Jun 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/bankofai/agent-wallet-2.4.0 branch June 23, 2026 08:22
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.

1 participant