Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use lambdaworks felt (lambdaclass#1176)
* Bump starkent crypto version * Update cairo-vm rev * Use Felt252::ZERO & Felt252::ONE * Use new Felt252 * Fix tests * Partially fix benchs * Make felt public * use from_bytes_be_slice from constants * Fix cairo_naitive syscalls * cargo clippy --fix * Fix naitive syscall * fix cargo clippy * restore rpc_state_reader/tests/blockifier_tests.rs * fix rpc_state_reader/tests/blockifier_tests.rs * Fix cairo_native tests * Update cairo_native commit * cargo fmt * remove unused import * Update starknet-core-types, cairo-vm & cairo-native crate versions * use temporary version for cairo-native * Temp solution: import two versions of once_cell * Only import one version * Update enum name * Update native_execute to use new cache & executor api * Update native_bench * Update internals * temp: local native * Update cairo-native version + remove uneeded dependency * Clippy * Fix * Add Makefile target to build native runtime * Fix * fix * Update clean target * Fix * Add env var * Default to jit * Add env var * Revert changes related to native runtime * Revert changes related to native runtime * Default to jit * Remove clone --------- Co-authored-by: Federica <fedemoletta@hotmail.com>
- Loading branch information