forked from starkware-libs/blockifier
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[saya] Scheduler (starkware-libs#1917)
* proof scheduler * cleared leftovers * feature fix * Deserialization and tests fix * uncommented apply diffs logic * genesis block fix * fetching last block * moved fetching to separate function * process_block no async * Adding traces and infos for async functions * made dojo core work with merger program * minor logs adjustments in saya * final world contract * preparation for http prover * proving example data by * serializing arguments * debug print * only one program in verifier * preparing args for prover * batch size arg * moved extraction of data from proof to separate module * minor cleanup * updated bin/scheduler * laziness fix and update prover sdk * half done * cairo 1 behind flag * added cairo 0 differ and merger * support for 2 programs in `upgrade_state` * end 2 end saya readme * data extraction from proof * saya working with cairo 0 * updated prover and readme * added a clause about keygen * updated port in readme * clippy and formatting * ignored heavy tests * moved readme to bin * updated stone prover image * made tests pass * removed unneeded files and fixed compilation * formatting after rebase * better fetch parallelization * fixed valid ignoring of not l1_handler * fixed most tests and made compiled programs one line * cairo import formatting * using recursive layout * changed docker images to latest * Update examples/spawn-and-move/Scarb.toml Co-authored-by: glihm <[email protected]> * most of pr comments * keeping track of nonce to avoid sleep * rest of PR comments * made changes to fix the tests * formatting * fixed all the tests * final formatting * rebuilt artifacts * fix: typo in README * fixed duplicated proving state update * fix: remove cargo warning for dual license source * fix: reword some commands + fix options for saya * fix: update README * fix: ensure model get fails if no key is provided * fix: use --bin instead of -p --------- Co-authored-by: Mateusz Zając <[email protected]> Co-authored-by: Mateusz <[email protected]> Co-authored-by: Mateusz Zając <[email protected]> Co-authored-by: glihm <[email protected]>
- Loading branch information
1 parent
9205009
commit d3c3351
Showing
46 changed files
with
2,429 additions
and
367 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.