cosmos-sdk/client
Alessio Treglia e2da4caae4 Merge PR #2364: Implement HTTPS for the LCD REST server
In order to guarantee a secure connection between apps and the LCD the
communication must be encrypted - even if clients and server run on the
same local machine, credentials must never be transmitted in clear text.

Upon start up, the server generates a self-signed certificate and a key.
Both are stored as temporary files; removal is guaranteed on exit.

This new behaviour is now enabled by default, though users are provided
with a --insecure flag to switch it off.
2018-09-22 00:33:58 +08:00
..
context Merge PR #2370: Improve error handler in certifier creation 2018-09-21 23:44:39 +08:00
keys Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
lcd Merge PR #2364: Implement HTTPS for the LCD REST server 2018-09-22 00:33:58 +08:00
rpc Merge PR #2370: Improve error handler in certifier creation 2018-09-21 23:44:39 +08:00
tx Merge PR #2346: bugfix in validatorset query and refactor transaction search 2018-09-17 22:13:11 +08:00
utils Merge PR #2249: Staking Querier pt1 2018-09-13 17:23:44 -04:00
flags.go Merge PR 2210: Judge if trust-node predefined before create certifier add verification for getBlock, queryTx and getValidators (#2210) 2018-09-15 02:41:21 +08:00
input.go Implement command/REST endpoint for offline tx sign off #1953 2018-09-07 12:57:50 +01:00
keys.go update for tm v0.22.0. tmlibs->tendermint/libs 2018-07-02 16:34:06 -04:00