-
Notifications
You must be signed in to change notification settings - Fork 37
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
Removed num_assets
from NoteMetadata
#170
Conversation
Hello @bobbinth, here are the changes to remove the I am having a problem when trying to use a non merged branch as a dependency (Here I have used your non merged PR branch for miden-lib and miden-objects to do my PR. I will update to main when your PR is merged). This is the code that I have updated in the Cargo.toml of the miden-node to use your branch: Here is the error that I am having. Would you have a solution? I wasn't able to compile / run tests because of this error, hence it can not be completed yet. |
This is likely because not all miden base dependencies have been updated (i.e., some crates in miden node still point to |
Found it thank you, all tests pass. |
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 merge after the miden-base
PR is merged (we'll need to revert changes to Cargo.toml
files).
Sure, please ping me when merged, I will update and merge when done. |
735474e
to
823c27d
Compare
Removed
num_assets
fromNoteMetadata
in the miden-node, this will enable the clean update of from the breaking changes made in the miden-base.Linked to: 0xPolygonMiden/miden-base#414
Closes: #169