Skip to content
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

Add transaction saving and broadcasting feature #4665

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

cronokirby
Copy link
Contributor

@cronokirby cronokirby commented Jun 25, 2024

This adds:

  • pcli tx --offline <FILE> <COMMAND>
  • pcli tx broadcast <FILE>

The first will save the transaction to a file after signing, the second will broadcast the result of the first command.

Closes #4660.

Checklist before requesting a review

  • If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason:

    Client side only

This adds:
  - `pcli tx --offline <FILE> <COMMAND>`
  - `pcli tx broadcast <FILE>`
The first will save the transaction to a file after signing, the second
will broadcast the result of the first command.

Closes #4660.
Copy link
Contributor

@aubrika aubrika left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@conorsch conorsch merged commit 97505dc into main Jun 25, 2024
13 checks passed
@conorsch conorsch deleted the 4660-pcli-offline-mode branch June 25, 2024 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Support storing signed messages from cli
3 participants