Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions interwovenkit/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ description: Additions, updates, and fixes to InterwovenKit
rss: true
---

<Update label="September 8, 2026" description="v2.12.1" tags={["Bug Fix"]}>

## Bug fixes

- Popup-based wallets (such as Privy) no longer fail with "Failed to initialize
request" when signing. Wallet popups now open inside the same user click that
triggered them, so browsers like Safari don't block them.
- When a popup wallet is blocked, users now see a clear message telling them to
allow pop-ups instead of a generic error.
- Fixed a case where a stale account sequence could be reused after a
background refetch, which could cause signing failures.

</Update>

<Update label="May 9, 2026" description="v2.9.0" tags={["Feature"]}>

## Strat perp and vault positions in portfolio
Expand Down
Loading