William Swanson

Results 60 comments of William Swanson
trafficstars

This is fixed in our core, so we will no longer have the problem in the upcoming version of our app. We transliterated two characters, so the GUI would let...

Most of this stuff is iOS-specific. The Airbitz wallet core runs on iOS, Android, and desktop *nix, so we can't use any ObjectiveC or Apple-specific technologies in there. The Airbitz...

We don't fetch from the directory unless you are actively viewing listings. This is probably the wallet itself actively checking the blockchain. I'm surprised it ate up that much data,...

Yes, but it will take a while. Our wallet has zero knowledge until you log in, meaning we don't know your bitcoin addresses, transaction history, exchange-rate preference, or anything else...

Ah, I'm glad to see an open specification for this type of thing. The HandCash $handles system was completely centralized so we weren't interested in integrating that. This specification is...

I agree that cashaccount integration would be good to have. However, we aren't really focused on adding new coins or coin-secific features at the moment. Our last two releases have...

Yikes! Good catch. If the Disklet node.js backend really has this problem, then it would affect other areas like login and blockchain syncing, as well. I think the proper fix...

Ah, I see the problem. The logic is supposed to rotate servers when anything goes wrong, but the rotation logic only applies to network errors, not errors where we can...

https://github.com/EdgeApp/edge-core-js/pull/289

The `re` in your first example should either be the `EdgeAccount`, or it should be an error explaining the problem. The `loginWithPassword` method returns a promise of an `EdgeAccount`. For...