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

Tracking PR for v0.12.0 release #1585

Open
wants to merge 37 commits into
base: main
Choose a base branch
from
Open

Tracking PR for v0.12.0 release #1585

wants to merge 37 commits into from

Conversation

bobbinth
Copy link
Contributor

No description provided.

greenhat and others added 30 commits November 15, 2024 16:35
…ytes-next

refactor: fix clippy warnings (`String::as_bytes`)
Memory handling of 2 reads at the same address in the same clock cycle
…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
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.
…tors-emit

Compiles advice injectors down to `Emit`
…t-advice-provider

Refactor `Host` and `AdviceProvider`
varun-doshi and others added 7 commits November 28, 2024 23:04
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
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.

6 participants