From d776283361ca1c4aceb8797334f20001d7c7abd9 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Wed, 5 Sep 2018 16:58:20 +0100 Subject: [PATCH] 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. --- docs/sdk/clients.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sdk/clients.md b/docs/sdk/clients.md index 0cc87cf21500..3d433d0064f3 100644 --- a/docs/sdk/clients.md +++ b/docs/sdk/clients.md @@ -159,6 +159,7 @@ gaiacli sign \ unsignedSendTx.json > signedSendTx.json ``` + ### Staking #### Set up a Validator