* 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. |
||
|---|---|---|
| .. | ||
| client | ||
| account_test.go | ||
| account.go | ||
| ante_test.go | ||
| ante.go | ||
| context_test.go | ||
| context.go | ||
| feekeeper_test.go | ||
| feekeeper.go | ||
| mapper_test.go | ||
| mapper.go | ||
| stdtx_test.go | ||
| stdtx.go | ||
| wire.go | ||