William Swanson
William Swanson
> Is there any method to use EdgeAccount? EdgeAccount has many methods. Take a look at the Flow types to see their definitions: https://github.com/EdgeApp/edge-core-js/blob/4bf7864c114f1f020bdf8ea2f2b770697aa1ad41/src/types/types.js#L772 If you call `createCurrencyWallet('wallet:ethereum', { name:...
Just for future reference, we found that the problem was `lockEdgeCorePlugins`. The `edge-core-js` library is designed to allow plugins to load in parallel, so code like this needs to run...
The `account.logout()` method should be safe, and the Edge wallet uses it with no problems. Logging out completely shuts down all wallets & account-related objects. Is that what you mean...
I have been using Node 12 too, but fortunately the keccak dependency is optional, so both NPM and Yarn are able to install edge-core-js cleanly. There are similar problems installing...
I fixed this a while ago, but I'm not sure if has made its way into the latest release or not. I thought we updated the app with the fix,...
Do not merge this until we fix edge-currency-bitcoin not to use it.
Interesting. We do have a Windows laptop, and we do test this. Do you have a stack trace or any other information that could help us debug the problem?
Interesting. We do have a Windows laptop, and we do test this. Do you have a stack trace or any other information that could help us debug the problem?
Can't import the named export 'Bridge' from non EcmaScript module (only default export is available)
I see the problem. It looks like the filename is confusing WebPack, so I'll just change the way we package our library to avoid this.
I assume this is for the web login UI, not the React Native login UI. We do export the launcher code as a single-file ES6 module in edge-login-ui-web/lib/edge-login-ui-web.js, but it...