Merge main into next#2998
Merged
huitseeker merged 81 commits intonextfrom Apr 13, 2026
Merged
Conversation
…te exports/dependencies
Update MAST package structure for project assembly
The getrandom crate is transitively depended on via miden-crypto, and this fails to build in no-std environments. We don't actually use the functionality though (I believe this dependency is activated due to the miden-core-lib build script needing the std feature of miden-assembly), so we can simply configure get_random to use its "unsupported" backend, which lets the build succeed, but will return an error if actually used
The intent of these gates is to cover all Wasm targets, but specifying target_arch=wasm32 is too narrow. The recommended practice is to use target_family=wasm instead.
…kages in favor of what's in the registry
… with source packages during assembly
…dependency provider implementation
…gest case when there are multiple dependents
feat: implement project assembly
This was referenced Apr 13, 2026
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.
This replaces #2984 and #2985 by a straight merge
main->nextthat keeps next where next was already ahead, takes main where there was no semantic drift, and leaves the remaining protocol fixture conflicts in the exact state described by #2984 and #2985.Cost/benefit: