cosmos-sdk/client
Alessio Treglia e6a8a4df55
Implement command/REST endpoint for offline tx sign off #1953
* Add sign CLI command to sign transactions generated with the
  --generate-only flag.
* Add /sign REST endpoint for Voyager support.

Redirect password prompt to STDERR to avoid messing up cli
commands output. As a rule of thumb, program's output should
always go to STDOUT, whilst errors&diagnostics go to STDERR
as per POSIX's philosophy and specs.
2018-09-07 12:57:50 +01:00
..
context Merge PR #1952: Update IAVL dependency for v0.10.0 2018-09-06 11:18:16 +02:00
keys Merge PR #2040: Refactor Validator Account Types/Bech32 Prefixing 2018-08-31 00:06:44 -04:00
lcd Implement command/REST endpoint for offline tx sign off #1953 2018-09-07 12:57:50 +01:00
rpc Merge PR #2040: Refactor Validator Account Types/Bech32 Prefixing 2018-08-31 00:06:44 -04:00
tx Add plaintext flags to show keys; default print response to true; helptext updates 2018-08-21 15:36:53 -07:00
utils Implement command/REST endpoint for offline tx sign off #1953 2018-09-07 12:57:50 +01:00
flags.go Implement generate-only option for commands that create txs 2018-09-04 02:32:05 +02: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