-
Notifications
You must be signed in to change notification settings - Fork 573
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 summary to wallet:post #4910
Conversation
Another thing that would be helpful is to see how much IRON is being used for gas |
To/From on spends isn't really relevant to using them. I'll change spends to just show the note hash and asset for now, since it's confusing
This should be in there, it's the fee in the transaction summary. |
I changed around the formatting a bit and updated the description. |
Why do spends not have a value here? |
Why not show a number for spends? Example:
|
e06fe13
to
a92dd78
Compare
Can you clarify what information you'd like to have added/removed that users might want to see in this summary? I'm primarily trying to address the issue that the CLI doesn't provide a way to view the contents of a raw transaction (other than writing a repl command). I know viewing raw notes/spends can have UX issues, we've run into those with the node app/mobile wallet, but I'd rather default to showing as much of the underlying RawTransaction data as possible without being too confusing |
Summary
There isn't an easy way to view the contents of a rawTransaction now except by starting up the repl and deserializing it. I think it's pretty expected that the wallet:post command should show a transaction summary, since our other commands already show something like that before the transaction is finalized.
Examples
Sending
Minting
Testing Plan
wallet:mint --rawTransaction
andwallet:send --rawTransaction
Documentation
Does this change require any updates to the Iron Fish Docs (ex. the RPC API
Reference)? If yes, link a
related documentation pull request for the website.
Breaking Change
Is this a breaking change? If yes, add notes below on why this is breaking and label it with
breaking-change-rpc
orbreaking-change-sdk
.