coinbase / coinbase-wallet-sdk

An open protocol that lets users connect their mobile wallets to your DApp
https://coinbase.github.io/coinbase-wallet-sdk/
MIT License
1.4k stars 521 forks source link

Improve popup lifecycle management #1276

Closed bangtoven closed 2 months ago

bangtoven commented 2 months ago

Summary

How did you test your changes?

bangtoven commented 2 months ago

turned out that closePopup call on the sdk side had no effect, as popup had has been responsible for closing itself whole time. sdk shouldn't interfere in. popup is taking care of it all. closing this pr, replacing it with https://github.com/coinbase/coinbase-wallet-sdk/pull/1279