Agoric / ui-kit

Components and tools for building graphical UIs
https://ui-kit-dwm.pages.dev/
Apache License 2.0
3 stars 3 forks source link

fix: resolve wallet connection for empty wallet data #11

Closed samsiegart closed 1 year ago

samsiegart commented 1 year ago

refs https://github.com/Agoric/dapp-inter/issues/151

res() was never being called because the data was empty, and the callback was returning early. So, the wallet connection was hanging forever.

The empty wallet data state resulted from a smart wallet that was created before the vaults upgrade, but had never made an offer.

We'll need to update the dapps after this new version is published.