-
Notifications
You must be signed in to change notification settings - Fork 69
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
Signer CLI - send offline #79
Signer CLI - send offline #79
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a def. a need for this. It would certainly be benificial to have this functionality.
Perfect. I'll work on making it pretty then. |
OK, added types, documentation, some small improvements and you can now submit transactions generated with |
This looks good. I also think there is probably a case to be made for doing exactly this inline, ie. not having to copy stuff across. (However that is a bit more work since it break assumptions made initially, so will log that) |
Nice! Yes I thought about the inline case as well but wanted to follow the initial assumptions as you say. Definitely something that could be added later. Thanks for merging this 🎆 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This addresses #74 - adds a new
signer-cli
command calledsendOffline
that prints the signed transaction instead of submitting it to the network.It's basically just a PoC for now. If you find it valuable, I'll work on proper typing and documentation.