Gonzalo D'Elia

Results 14 issues of Gonzalo D'Elia

For large sync processes, the app throws a "Sync failed" error, but the "Syncing..." is still visible. If you wait enough, the sync process finishes successfully. The error seems to...

bug

When starting the application, the dev tools are opened, and while Redux dev tools are installed, the React developer tools are not. ![image](https://user-images.githubusercontent.com/352474/124030452-9584db80-d9cc-11eb-8c91-d7ca823980e0.png) console output ``` (node:51654) ExtensionLoadWarning: Warnings loading...

bug

In my app, I listen for both `accountsChanged` and `networkChanged` events. I do so by running ```ts window.unisat.on('accountsChanged', handler) window.unisat.on('networkChanged', handler) ``` While both used to work, today I noticed...

I'm building a dAPP and integrating unisat into it. I'm able to prompt the user to connect `unisat` by calling `window.unisat.requestAccounts()`, but there's no method to disconnect. I can remove...