Hwee-Boon Yar
Hwee-Boon Yar
In that case, can we store it together with the rest of the token's data, in the balance JSON.
Ok, let's leave this for a bit, we might change how it works with #4918
@mpaschenko James might have a clearer answer, but it’s not a problem with the camera in the app. But we would like cameras outside the app, specifically the system camera...
@JamesSmartCell, @seabornlee or @justindg would you help re-assign among yourself and close this?
(if it's technically possible)
> @hboon, One step missed: Connect Wallet using Wallet Connect. Being connected the dApp is not displaying the assets. No, this one's not related to WalletConnect
* With `isMetaMask = false`: * AlphaWallet cannot connect as MetaMask without setting `isMetaMask` * With `isMetaMask = true`: * AlphaWallet can connect as MetaMask and balance is read ->...
Should show an error, instead of silently importing a invalid private key and then fail when signing
> Interesting bug, how did you find it? Was it reported? Sort of, refer to the Discord link in 1st comment.
Should show an error, instead of silently importing a invalid private key and then fail when signing
I forgot to say, if you can call `secp256k1_ec_seckey_verify()`, it might replace manual validation. For iOS, we are just going to do it manually. Also updated 1st comment to say...
Should show an error, instead of silently importing a invalid private key and then fail when signing
@JamesSmartCell I guess a defensive check by quietly signing a hardcoded message with the key and EC-recover to compare the address would help too? We do this on iOS for...