-
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
Moved Block
and AccountUpdataData
to miden-objects
#621
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 believe this includes changes from #618 - so, I'll review both PRs here.
I left some comments inline. The main one is about making the account update structs a bit more intuitive.
2acd244
to
e60cfc9
Compare
e60cfc9
to
80fd73e
Compare
…`BlockAccountUpdate`), rename `AccountUpdateInfo` to `TxAccountUpdate`
…dez-block-to-base # Conflicts: # objects/src/block/mod.rs # objects/src/transaction/account_update.rs
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 made a small commit which moves some code around and re-phrases some comments - but other than that, it is ready.
Related to issue: #592