Account can not be imported with https when generate Identity
If nodeos only supports https, the code below will not get the account information and will not be able to generate the identity. (For security reasons, BP may not support http.)
&The balance is also fixed in http.
https://github.com/EOSEssentials/Scatter/blob/6c380b2bcc2b8b0907686de3b6a7a9b5d6e550f2/src/plugins/defaults/eos.js#L90
wasn't this just so he could use the demo version on his site?
I have proposed a PR to fixed this issue https://github.com/EOSEssentials/Scatter/pull/75
Though this is technically fixed on the mainnet due to the new endorsed network, this would still fail on proprietary networks which force SSL.
@mlockett42 's PR will likely become a reality sooner or later which adds a protocol to the networks. I just need to check the implications of that across the codebase.