-
Notifications
You must be signed in to change notification settings - Fork 193
Sync starkware-development
with main
#2150
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
Conversation
* Add Makefile and requirements.txt to cache key * Don't fetch cairo stwo exclusive programs * Remove empty file * Restrict caching Cairo programs Revert how the Rust workflow uses the Cairo program paths to calculate the cache keys. This change would imply the branch only adds Makefile and requirements.txt to the cache key computation. --------- Co-authored-by: gabrielbosio <[email protected]> Co-authored-by: Gabriel Bosio <[email protected]>
* feat: add support for hint accessible scopes update changelog * Update vm/src/hint_processor/hint_processor_definition.rs Co-authored-by: Julian Gonzalez Calderon <[email protected]> --------- Co-authored-by: Julian Gonzalez Calderon <[email protected]>
…2071) * feat: add support for aliases destination in program serde * add changelog --------- Co-authored-by: Julián González Calderón <[email protected]>
* fix: Add boundary tests for SecpSplitOutOfRange in secp_utils * Update secp_utils.rs * Update CHANGELOG.md * Update secp_utils.rs * remove optimizations * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * empty commit to fix CI --------- Co-authored-by: Julian Gonzalez Calderon <[email protected]>
…2077) * docs: add --run_from_cairo_pie flag usage documentation for Cairo 0 * docs: add --run_from_cairo_pie flag usage documentation for Cairo 1 * Update README.md Co-authored-by: Julian Gonzalez Calderon <[email protected]> * Update README.md * Update README.md * Update README.md Co-authored-by: Julian Gonzalez Calderon <[email protected]> * Update README.md Co-authored-by: Gabriel Bosio <[email protected]> * Update README.md Co-authored-by: Julian Gonzalez Calderon <[email protected]> --------- Co-authored-by: Julian Gonzalez Calderon <[email protected]> Co-authored-by: Gabriel Bosio <[email protected]>
* Minor fixes - use CAIRO_PRIME * Add error handling * Update CHANGELOG.md
* Update cairo-lang versin * Update changelog * Add new hints * Specify prime in new hints * Only apply mod floor if prime is not CAIRO_PRIME * Properly implement pack for a different prime * Fix pack in compute_doubling_slope * Add negative_points.cairo test * Add try_get_point_from_x for negative points * Add double_x test for negative points * Allow to many arguments * Add codecov to cairo-0-secp-hints feature
* Update version * Update lock * Update toolchain * Update changelog * Fix clippy * Update toolchain in CI
* Update rust.yml * Update rust.yml
* update rust toolchain to 1.87.0 * remove uneeded file * update rust in workflows * update changelog * clippy * clippy * remove unneeded clippy allow
* Add tests for .gen_arg() and .write_arg() * Add test for .is_valid_memory_value() * Assert contents of memory segments
* Removed tower and cairo-lang-starknet * Remove cairo1-run unused dependencies * Remove unused imports on wasm-demo and vm-cli * Remove wasm_bindgen_test * Remove cairo-lang-starknet * Remove getrandom dependency * Revert "Remove getrandom dependency" This reverts commit 4919373. This is done because the dependency is indeed necessary. * Remove with_mimalloc feature in cairo1-run * Update CHANGELOG.md --------- Co-authored-by: Gabriel Bosio <[email protected]>
* Use proptest for QM31 test * Fix attributes conditions * Add missing cfg constraint * Add missing cfg constraint * Remove unnecessary cgf constraints * Filter special case * Add .no_shrink() * Add test with random input * Remove enum Configuration
Co-authored-by: Julián González Calderón <[email protected]>
* Update changelog * Pin types-rs version
|
Benchmark Results for unmodified programs 🚀
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## starkware-development #2150 +/- ##
=========================================================
+ Coverage 96.63% 96.67% +0.03%
=========================================================
Files 103 103
Lines 43865 43941 +76
=========================================================
+ Hits 42389 42480 +91
+ Misses 1476 1461 -15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closing because #2175 was merged so |
No description provided.