-
Notifications
You must be signed in to change notification settings - Fork 60
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
objects: add account/note details to ProvenTransaction #403 #481
Conversation
a57efbe
to
51dce75
Compare
hummmm, the CI is failing with |
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.
Looks good! Thank you! I left a few small comments inline.
the CI is failing with
error: cannot find macro
formatin this scope
I think we may just need to import format
macro the way we usually import vec
macro in other places.
One other thought for the future: I think with this addition the client may be able to get rid of TransactionResult struct as we could use output_note_details
to store note details for off-chain notes as well. Though, we'll need to be careful not to leak off-chain info when not needed (e.g., when sending a transaction to the node).
cc @igamigo.
51dce75
to
350922a
Compare
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.
Looks good! Thank you! I left a couple of minor comments inline. After these, we can merge.
350922a
to
6dae6da
Compare
add account/note details to ProvenTransaction #403