-
Notifications
You must be signed in to change notification settings - Fork 42
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
serde: implementation for proven transaction #337
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.
Looks good! Thank you! I left some comments inline - many of them are related to the question whether we want to serialize all field or skip computed fields. The former is more performant, but the latter guarantees data integrity and should reduce attack surface a bit.
Btw, I think this will also close #6. |
f1a74d0
to
afde61c
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! Let's wait until we merge the relevant PR in Miden VM so that we can roll back changes in Cargo.toml
.
afde61c
to
c38f083
Compare
I've updated |
as per the pr title.
fixes: #6