pm-idm
pm-idm copied to clipboard
Investigate why `createIdmWallet` blocks the event loop for some time
Description
Investigate why createIdmWallet blocks the event loop for some time. I've noticed this after I've implemented https://github.com/ipfs-shipyard/pm-idm/issues/148, where the loader breaks.
I suspect this has to do with IPFS. If that's the case, we might want to try using the service-worker-gateway, which runs a node in a separate thread.
Acceptance Criteria
- [ ] Investigate why why
createIdmWalletblocks the event loop for some time and act accordingly