You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browsers other than Chrome sometimes have issues with LiteVault.
Known quirks:
Firefox
All JSON API's must return as Application/JSON or a "not well formed" error occurs, causing an exception (this does not happen in Chrome)
Firefox 34 seems to have issues with transaction signing, appears to be fixed in v35 (??)
Internet Explorer
Generate address overwrites old addresses (???) (I personally tested in IE11 and was unable to replicate) Internet Explorer won't save the wallet correctly. Create some addresses then refresh the page, they will no longer be present in your wallet. I'm unable to figure out why (the console seems to act differently to the actual browser treatment???) (IE11)
If you have found any more issues like this, reply to this thread.
The text was updated successfully, but these errors were encountered:
Recent commit 36524f9 fixes issues with Firefox and address generation. Issue was due to Firefox refusing to parse any more JS after an error (unlike Chrome) explaining why the issue wasn't in Chrome.
Browsers other than Chrome sometimes have issues with LiteVault.
Known quirks:
Firefox
Internet Explorer
Generate address overwrites old addresses (???) (I personally tested in IE11 and was unable to replicate)Internet Explorer won't save the wallet correctly. Create some addresses then refresh the page, they will no longer be present in your wallet. I'm unable to figure out why (the console seems to act differently to the actual browser treatment???) (IE11)If you have found any more issues like this, reply to this thread.
The text was updated successfully, but these errors were encountered: