cosmos-sdk/client/utils
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
..
rest.go Implement generate-only option for commands that create txs 2018-09-04 02:32:05 +02:00
utils_test.go Modify AnteHandler to take a simulate boolean parameter 2018-08-25 20:12:14 +01:00
utils.go Implement command/REST endpoint for offline tx sign off #1953 2018-09-07 12:57:50 +01:00