Conversation
chore: merge `main` into `next` after the v0.5.0 release (bumped versions, changelogs, etc.)
…ase-pr chore: trigger `ci.yml` workflow after the release PR is created
chore: set CARGO_TARGET_DIR for `publish` job on CI
…emplate-repo chore: update default project template repo URL
Now that midenc-hir-type is used by miden-assembly-syntax, and its types are re-exported there - it is necessary for compiler crates to depend on the same version as miden-assembly-syntax to allow for passing those types between APIs of the compiler, miden-assembly-syntax, and miden-mast-package. If we instead retained a direct path dependency on the source of midenc-hir-type, Cargo would see the dependencies as effectively different versions, and therefore make it impossible to pass types between those crates as they would not be considered the same anymore. Manual conversion would be possible, but undesirable. Since we plan to split out midenc-hir-type eventually anyway (or at the very least, do what this commit does and treat it as an entirely separate crate from the rest of the compiler), this change makes that transition easier, at the expense of being a bit confusing when making changes to midenc-hir-type that need to be propagated to crates.io first in order to meaningfully test the full compiler pipeline with those changes.
…o and templating
wip: update compiler to use miden-vm v0.19
`asset`, `input_note` `output_note`
extract the hash tests into a separate module.
SDK `stdlib` Rust bindings for MASM
SDK `miden-base` `v0.12` (tx kernel) Rust bindings for MASM
bitwalker
approved these changes
Nov 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.