-
Notifications
You must be signed in to change notification settings - Fork 1
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 functions to CLI for long transactions #146
Comments
This was referenced Oct 31, 2019
isaacvr
pushed a commit
to simelo/skywallet-go
that referenced
this issue
Oct 31, 2019
isaacvr
pushed a commit
to simelo/skywallet-go
that referenced
this issue
Oct 31, 2019
isaacvr
pushed a commit
to simelo/skywallet-go
that referenced
this issue
Oct 31, 2019
isaacvr
pushed a commit
to simelo/skywallet-go
that referenced
this issue
Oct 31, 2019
isaacvr
pushed a commit
to simelo/skywallet-go
that referenced
this issue
Oct 31, 2019
isaacvr
pushed a commit
to simelo/skywallet-go
that referenced
this issue
Oct 31, 2019
isaacvr
pushed a commit
to simelo/skywallet-go
that referenced
this issue
Oct 31, 2019
isaacvr
pushed a commit
to simelo/skywallet-go
that referenced
this issue
Oct 31, 2019
isaacvr
pushed a commit
to simelo/skywallet-go
that referenced
this issue
Oct 31, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature description
Add functions that allow interacting with the hardware wallet, so that long transactions can be processed.
Describe the solution you'd like
The solution is based on sending and receiving three types of messages to the wallet hardware, which are part of the protocol for long transactions. These new messages would be SignTx, TxAck and TxRequest.
Possible implementation
Modifying transactionSign command if the number of inputs or outputs is greater than 7
The text was updated successfully, but these errors were encountered: