-
Notifications
You must be signed in to change notification settings - Fork 169
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.7.0 release #979
Merged
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
- Simplifies the range checker. - Removes one selector column in the main trace and one running product column in the auxiliary trace
…raints - removes one main and one auxiliary trace columns - removes constraints for the 8 bit section and remove the selector column
refactor: refactor range checker
…n-generator stark-verifier: save the domain generator to memory
feat: Extend `AdviceProvider` trait
…tory-structure refactor: change directory structure for stdlib docs
You can now hash arbitrary length input if you have done the padding manually. Execute prepare_message_schedule_and_consume once for every 512-bit block. ``` use.std::crypto::hashes::sha256 begin push.0x5be0cd19.0x1f83d9ab.0x9b05688c.0x510e527f push.0xa54ff53a.0x3c6ef372.0xbb67ae85.0x6a09e667 exec.sha256::prepare_message_schedule_and_consume exec.sha256::prepare_message_schedule_and_consume end ```
feat: add support for docs for re-exported procedures
…ure-map Add map of imported procedures to AST structs
docs: small word fix
cli: add command to compile libraries
Add `dynexec` assembly instruction, tests, and docs
Falcon verification inside Miden VM
Decorator for Falcon DSA generation
…ithout-lib-paths Enable compiling modules without library paths
Introduce Host object
Graviton compilation target
Improve cycles output in `analyze` tool
v0.7 release prep
…mast Writing `ProgramAst` into files
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.
Goals
adv.push_mapval
instruction with constant keys #950CallSet
struct to support mast root call targets #916caller
instruction/operation #948 🥈MemAdviceProvider::merge_roots()
implementation to be compliant with specs #943 🥈ExecutionTrace
#1001🥈🥈 means "nice-to-have"