William Swanson

Results 60 comments of William Swanson
trafficstars

TODO: Put the HTML into a static/ folder inside edge-info-server, then cherry-pick the one-line change into the GUI.

@paullinator I know what this is. The way we store encrypted API keys in the Travis build system doesn't work when third parties initiate a build. Therefore, any PR's from...

It looks like this is blocked on the fact that the `hidden` flag is stored per-account, so setting it on the Ember account isn't setting it on the Edge Wallet...

If you want reproducible builds, try using the command `yarn install --frozen-lockfile --production=false` to get the devDependencies, even if you have `NODE_ENV=production` in your environment. If you are building the...

The fact that this prevents you from spending indicates that this is a problem in the [edge-currency-bitcoin](https://github.com/EdgeApp/edge-currency-bitcoin) plugin, which handles balance calculation. Specifically, that plugin uses the UTXO set to...

Try hitting the three dots next to the wallet name on the home screen and select "resync". If the balance appears correctly after that, then this is a known problem...

Interesting. So, even if our Bitcoin plugin were to drop unconfirmed transactions, the network will keep refreshing them until they age out. I'm not sure what we even *could* do...

As mentioned in the [other PR review](https://github.com/EdgeApp/edge-login-ui-rn/pull/139), we might not need these changes after all, since we want to decouple the login-ui and GUI versions of these components.

Hrm, the test failure seems unrelated to these changes. I'll try a rebase once `master` is clean.

Thanks for the quick reply! > Thanks for the PR. For some context, all of the ESLint-related packages are in the process of being ported over to the monorepo and...