Skip to content

v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 09:50
v1.2.0
f2a9dce

[1.2.0] - 2026-09-02

Added

  • get_transaction_history tool: recent transactions of a wallet on one network, newest first, paged via cursor. Read from public explorers with per-network fallback, not from the IronWallet backend. Spam-looking token symbols carry an asset.warning.
  • Server instructions cover the wallet manager and the update flow.
  • Wallet manager: Delete button per wallet. A separate confirmation page requires retyping the wallet name; a wallet that was never backed up also needs an explicit acknowledgement that its recovery phrase is destroyed. Manager only — there is no MCP tool for deleting.

Changed

  • Keystore writes are atomic (temp file + rename), so a crash mid-write cannot truncate keystore.json.

Fixed

  • estimate_swap / execute_swap: to was published as a $ref to from; hosts that do not resolve $ref (Claude chat) rejected every swap. Both sides now have inline schemas.
  • Wallet manager: Continue on the disclaimer redirects to the dashboard, so Refresh shows the current wallet list instead of a stale page or 404.

Artifacts