Conversation
`eval_package` now takes advice stack as an argument.
Restore the original `eval_package` signature as a wrapper and add `eval_package_with_advice_stack` for cases which need to inject advice stack values. Add `eval_link_output_with_advice_stack` to match, and update call sites.
Pass the expected RPO digest into the test entrypoint and assert it matches the returned state word for both `pipe_words_to_memory` and `pipe_double_words_to_memory`.
feat: add wasm dialect
test: introduce cycle count checks in the mockchain tests.
fix: `pipe_words_to_memory` bindings, add tests,
…lt>`, and `FromFeltRepr::from_felt_repr` to return `FeltReprResult<Self>`.
Narrow the new switch helpers to the lowering module, reuse the same branch block plumbing for \ and \, and collapse the integration switch fixtures around one shared harness. This also adds unsorted-case coverage in the lowering snapshots and execution tests, plus a post-switch selector test that exercises the non-zero lower-bound interval guard.
Keep the selector alive when it is only used after the enclosing switch. The previous linear-search `dup` guard only looked at branch-entry liveness, which let `eq_imm` consume the last selector copy in 1-case and 2-case constant-result switches. Add live-after regressions for the single-case and two-case paths in the integration switch suite.
Fix `IndexSwitch` lowering when explicit cases start non-zero
…n-tests feat: rework test-harness for integration tests
remove `Recipient::compute`
fix: add bindings for `miden::protocol::note::build_recipient` and remove `Recipient::compute`
Add `README` to `tools/objtool` and `objtool` install task
feat: add remaining `load + sext` ops to wasm dialect
Explicitly list SDK crates to publish to avoid trying to publish compiler crates.
…icit-list chore: SDK v0.11 release (take 2, explicit publish list)
…workdir chore: SDK v0.11 release (take 3, switch to `cargo publish`)
chore: bump the new project templates git tags
mooori
approved these changes
Apr 1, 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.
No description provided.