You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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.