Skip to content
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

Update miden-base dependencies to latest #457

Merged
merged 3 commits into from
Aug 23, 2024
Merged

Conversation

bobbinth
Copy link
Contributor

This PR updates miden-base (and related miden-vm and winterfell) dependencies to the latest version. It also increases MSRV to 1.80.

Copy link
Collaborator

@igamigo igamigo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! We'll be running integration tests from the client but the code changes seem fine.

Comment on lines +300 to +305
let script = &DISTRIBUTE_FUNGIBLE_ASSET_SCRIPT
.replace("{recipient}", &recipient)
.replace("{note_type}", &Felt::new(note_type as u64).to_string())
.replace("{aux}", &Felt::new(aux).to_string())
.replace("{tag}", &Felt::new(tag.into()).to_string())
.replace("{amount}", &Felt::new(asset.amount()).to_string());
Copy link
Collaborator

@igamigo igamigo Aug 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is missing the execution hint but I believe that's also being implemented on #452 so it should be fine

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah - nice!

@bobbinth bobbinth merged commit fd3f7b2 into next Aug 23, 2024
8 checks passed
@bobbinth bobbinth deleted the bobbin-migrate-base branch August 23, 2024 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants