-
Notifications
You must be signed in to change notification settings - Fork 85
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
Unsure how to use the tx edit and tx new commands #1962
Comments
Trying some more things, and still not getting it right:
|
Okay, figured it out after a few more tries:
The need to pass Especially in the context of this help:
When I see Could we consider changing |
For this error, can we include some output telling the user how to create the transaction using |
I think some of my confusion came about because this command, and lots of other commands, inform the user when signing is occurring, but not when sending the tx is occurring. Another example is:
It's not necessarily intuitive to a user that the send is occurring. It's implied and a little more obvious in cases like the deploy command, but not in others. |
What version are you using?
e473057
What did you do?
What did you expect to see? vs What did you see instead?
In the first case I thought it was going to open an editor for building a tx, but it seems to require stdin.
In the second case, I tried to build a tx to then pass into tx edit, but it signed a transaction and I don't know what it did with the transaction after that. Did it submit the tx?
It was surprising that the second command automatically signed the tx, given that we also have the tx sign command for doing that. These commands are a little more lower level than the commands that build txs as part of deploying and invoking, so I expected them to do less, and to do the minimal I told them to do.
The text was updated successfully, but these errors were encountered: