-
Notifications
You must be signed in to change notification settings - Fork 206
Stav/merge starkware development #2153
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
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
106e5f8
Add starkware-development to CI (like another main) (#2025)
JulianGCalderon ce73503
Keep None memory cells for the prover input info (#2021)
Stavbe 05fb44f
CI: Fix cache not found error (#2026)
JulianGCalderon bdd75dd
Remove dependancy in cairo pie when collectiog builtin segments info …
Stavbe 7d7c460
Add Commit Signing section (#2019)
gabrielbosio 92e3188
use btreemap instead of hashmap for deterministic iteration order. (#…
Stavbe 10154c6
Stav/sync starkware dev (#2035)
yuvalsw 2137db8
fill holes is builtins segments
Stavbe 1d70783
fill holes is builtins segments (#2036)
Stavbe 6dfd853
fill holes is builtins segments
Stavbe 2b5ceaf
Rebase starkware-development on top of current main (#2052)
YairVaknin-starkware 895be71
Added hints felt unpacking for blake (#2032)
yuvalsw d729b9f
add prover input info flag to vm-cli
Stavbe b9330cd
Stav/add prover input info flag (#2047)
Stavbe 3179708
set disable trace padding for prover input info
Stavbe ba51705
Stav/disable trace padding for prover input info (#2066)
Stavbe 28f4004
Add_perp_and_dex_w_bitwise_layouts (#2067)
YairVaknin-starkware 9c44e1c
Fix_zero_offset_output_base_assumption (#2068)
YairVaknin-starkware 58174f3
add flag to serialize prover input info into binary files
Stavbe 33d75ca
use bincode for faster writing prover input info (#2074)
Stavbe dc1c49b
Use_btreemap_for_deterministic_order_of_pie_keys (#2085)
YairVaknin-starkware b1a91f9
[BREAKING] Compute_missing_builtin_cells_only_in_proof_mode (#2088)
YairVaknin-starkware a5b3c9d
move prover input info to a new seperate file (#2079)
Stavbe 547dca1
add trace not enabled error
Stavbe da5dffd
add trace not enabled error (#2080)
Stavbe 627c1ac
add test to filling holes (#2087)
Stavbe 41486b5
memory comparision test only for non proof mode cases
Stavbe b818326
Stav/remove test compare to python vm (#2086)
Stavbe 7269a8f
Sync with main (#2116)
gabrielbosio 870fd60
Revert "Sync with main (#2116)" (#2117)
gabrielbosio bdf604f
Bump cairo-lang to 0.13.5 (#1959) (#2118)
gabrielbosio 15de4b2
Enable_using_secure_run_in_proof_mode (#2113)
YairVaknin-starkware 9277002
take ownershop instad of clone
Stavbe b85e5c6
Stav/remove clone trace (#2127)
Stavbe 4226352
Fixed bad submodule (#2131)
yuvalsw b6c2f5a
Added support for large files in PIE (#2136)
yuvalsw df70ca8
[starkware-development] Pin types-rs version to the one set in lockfi…
gabrielbosio 00406f0
Include_output_builtin_in_prover_input_info (#2138)
YairVaknin-starkware 9d2256f
add relocate trace flag to the runner
Stavbe 1a224f8
Stav/disable relocate trace with flag (#2133)
Stavbe d3c649c
remove prover input info struct and add getters instead (#2149)
Stavbe e2c6c91
Use_BTreeMap_in_pie_additional_data (#2162)
YairVaknin-starkware 3f63706
Merge remote-tracking branch 'origin/starkware-development' into stav…
Stavbe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| %builtins poseidon | ||
| from starkware.cairo.common.cairo_builtins import PoseidonBuiltin | ||
| from starkware.cairo.common.poseidon_state import PoseidonBuiltinState | ||
|
|
||
| func main{poseidon_ptr: PoseidonBuiltin*}() { | ||
| assert poseidon_ptr[0].input = PoseidonBuiltinState(1, 2, 3); | ||
| let result = poseidon_ptr[0].output; | ||
| let poseidon_ptr = poseidon_ptr + PoseidonBuiltin.SIZE; | ||
| // Note that we are not accesing result.s1. | ||
| assert result.s0 = 442682200349489646213731521593476982257703159825582578145778919623645026501; | ||
| assert result.s2 = 2512222140811166287287541003826449032093371832913959128171347018667852712082; | ||
| return (); | ||
| } | ||
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.