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
fix: sign restore and last-trade-index requests with identity keys
Restore and LastTradeIndex are account-scoped queries: Mostro looks up
the user by the sender pubkey on the gift wrap, so signing with a
per-trade key leaves the request either resolving to an unknown user
or to stale trade-index state — either way, recovery flows silently
return nothing.
Revert these two call sites to `identity_keys` as the signer, and
route `wait_for_dm` / `parse_dm_events` on the same key so the
response (which Mostro addresses back to the sender pubkey) is the
one we subscribe to and can decrypt.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments