-
Notifications
You must be signed in to change notification settings - Fork 167
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
Tracking PR for v0.12.0 release #1585
Open
bobbinth
wants to merge
43
commits into
main
Choose a base branch
from
next
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
…ytes-next refactor: fix clippy warnings (`String::as_bytes`)
Memory handling of 2 reads at the same address in the same clock cycle
fix: fix typo in README
…state Refactor `Process` and `ProcessState`
Since the behavior if the key is already present is to replace the value with the new one there is no other error that can possibly arise in this method.
When merging forests, merge their advice maps and return error on key collision.
…t-add-advicemap Add `MastForest::advice_map` for the data required in the advice provider before execution
…ceProvider` trait
Also renames the variant to `FalconSigToStack`
…eToStack` In preparation for converting advice injectors to instructions. This parameter was never used, and is not crucial - the caller can always put the key on top of the stack before calling this injector.
…le, and rename AdviceInjector
…tors-emit Compiles advice injectors down to `Emit`
…t-advice-provider Refactor `Host` and `AdviceProvider`
It is redundant with `miden prove`, and runs code that is baked in to the CLI binary. This is not very useful to users, since they won't know the code that the example runs. It is better to just have people use `miden run` or `miden prove` on our example MASM programs.
The goal is to be able to reuse this file format for all targets (integration tests, benchmarks, and cli)
…cleanup Cleanup `program_execution` benchmark and examples
* feat: Use `thiserror` in `air` crate * feat: Refactor errors in `assembly` * feat: Refactor `errors` in `core` * feat: Refactor errors in `processor` * feat: Refactor errors for `verifier` * chore: Add changelog entry * chore: Add `"thiserror/std"` conditional feature * feat: Add static assertions for errors with `dyn Error` * chore: Test using miette with thiserror 2 * feat: Remove `PartialEq, Eq, Clone` from errors * chore: Use miden-miette 8.0 * chore: Address review comments
* cli: bundle add debug option * assembly: rename error EmptyKernel into NoExport * assembly: check library has at least one export * cli: bundle add kernel option * fixup: move tests * cli: bundle add `--output` option * fixup: comment * cli: changelog * fixup: test debug * cli: bundle include stdlib tested with: cargo run --features executable -- bundle ~/miden/miden-base/miden-lib/asm/kernels/transaction/lib --kernel ~/miden/miden-base/miden-lib/asm/kernels/transaction/api.masm * cli: bundle improve checks and errors * fixup test, add iterator for decorators in a node
* feat: optimize computation of DEEP queries chore: update changelog chore: address feedback Signed-off-by: Al-Kindi-0 <[email protected]> * refactor: remove file * feat: add paramter check to recursive verifier chore: changelog update chore: add back file and update it Revert "refactor: remove file" This reverts commit 384a5af. --------- Signed-off-by: Al-Kindi-0 <[email protected]>
* Assembly: share code between assemble_{library,kernel} * Assembly: honor warnings_as_errors for assemble_library * Assembly: error is already raised by library * Assembly: make add_module return the index * Assembly: error only for executable case * Assembly: use existing add_module_with_options * Assembly: add multiple modules and recompute graph only once * Assembly: make recompute graph private
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.