Skip to content

v1.1.7

Choose a tag to compare

@github-actions github-actions released this 09 Jul 08:49
Immutable release. Only release title and notes can be modified.
3327ae6

Patch Changes

  • #118 ac1302e Thanks @jamalavedra! - Fix embedded wallet disconnecting after the app returns from the background. The foreground health-check no longer reloads the wallet WebView: a reload discards the embed page's in-memory signer/session state with no re-configure afterwards, which dropped the wallet back to a disconnected state (the UI fell back to the connect screen and subsequent RPCs failed with "Unauthorized - call eth_requestAccounts first"). Genuinely dead renderers are still recovered via the renderer-crash handlers, and real RPC/handshake timeouts via the connection-lost event.