cosmos-sdk/client/lcd
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
..
certificates.go Merge PR #2364: Implement HTTPS for the LCD REST server 2018-09-22 00:33:58 +08:00
certificates_test.go Merge PR #2364: Implement HTTPS for the LCD REST server 2018-09-22 00:33:58 +08:00
codec.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
lcd_test.go Merge PR #2361: Remove IBC entrypoints 2018-09-20 22:51:14 +08:00
root.go Merge PR #2364: Implement HTTPS for the LCD REST server 2018-09-22 00:33:58 +08:00
test_helpers.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
version.go Simulate transactions before actual execution 2018-08-24 10:16:51 +01:00