WizardConnect/packages/dapp/src
Dagur Valberg Johannsson add06b6476
Add getSessionPaths() and restoreSessionPaths() to DappConnectionManager
Allows dapps to cache the raw PathXpub[] from wallet_ready and restore
them on subsequent page loads. restoreSessionPaths decodes the xpub strings
and populates pubkeyState so getPubkey() works without waiting for the
wallet to reconnect. Throws on invalid xpub data.
2026-03-23 08:26:12 +01:00
..
dapp-connection-manager.test.ts Add getSessionPaths() and restoreSessionPaths() to DappConnectionManager 2026-03-23 08:26:12 +01:00
dapp-connection-manager.ts Add getSessionPaths() and restoreSessionPaths() to DappConnectionManager 2026-03-23 08:26:12 +01:00
index.ts First commit for WizardConnect 2026-03-06 11:38:09 +01:00
pubkey-state-manager.test.ts First commit for WizardConnect 2026-03-06 11:38:09 +01:00
pubkey-state-manager.ts First commit for WizardConnect 2026-03-06 11:38:09 +01:00