-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement gaiacli sign for manual signing of transactions #1953
Labels
Comments
This comment has been minimized.
This comment has been minimized.
alessio
added a commit
that referenced
this issue
Aug 28, 2018
7 tasks
5 tasks
alessio
pushed a commit
that referenced
this issue
Sep 5, 2018
* 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.
alessio
pushed a commit
that referenced
this issue
Sep 5, 2018
* 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.
alessio
pushed a commit
that referenced
this issue
Sep 6, 2018
* 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.
alessio
pushed a commit
that referenced
this issue
Sep 6, 2018
* 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.
alessio
pushed a commit
that referenced
this issue
Sep 7, 2018
* 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.
cwgoes
added a commit
that referenced
this issue
Sep 7, 2018
chillyvee
pushed a commit
to chillyvee/cosmos-sdk
that referenced
this issue
Mar 1, 2024
* exclude e2e tests from test coverage upload * swap order of test to exclude e2e * remove e2e from find
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ref #966
This issue is part of implementing the generate, sign, send workflow for offline transaction generation. It should also be a place to discuss implementation details for
gaiacli sign
The text was updated successfully, but these errors were encountered: