- Implemented connection to the node using the
http
(unsecured) protocol. - Implemented
https
(secured) protocol in thecli_wallet
. - Implemented
fc::mutable_url
- Improved
fc::http_api_connection
- Implemented
--skip-cert-check
optioncli_wallet
option
Example usage:
cli_wallet -s"https://api.hive.blog"
Branch with tests: mzebrak/wallet-support-http-connection
Closes #168