Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial swap * Misc changes * Misc changes * Add felt_to_biguint util * Misc changes * Move to_signed_felt to math_utils * Fix code * Fix code * Fix code * Remove felt crate * Remove felt crate * Restore felt_str macro + other changes * Fix parsing utils * Add changes * Add changes * Add fixes * Add fixes * Add fixes * Add fixes * Fix maybe_add_padding * Pad bytes in keccak hints * Fix bigint to felt conversion * Restore tests * Fix test * Fix recover_y * Fix biguint to felt conversion * Fix is_addr_bounded hint * Fix test * Make safe_div safe again * Fix negative number parsing in felt_str * Revert "Fix negative number parsing in felt_str" This reverts commit 3feb9a2. * Remove negative handling in deserialization util * Fix byte conversions in keccak auto-deduction * Update felt commit * Remove felt crate * Fix EC OP tests * Fix sqrt * Fix unsafe keccak hints * fix keccak integration test * Fix deserialize_scientific_notation * Fix error when deserializing big numbers * cargo clippy * fix merge main changes * Improve Add<&Felt252> for Relocatable * Indicate type-rs commit * Fix merge conflicts * Update type-rs commit * Fix wasm and hint accountant imports (lambdaclass#1436) * Add import for string * Cargo fmt * Update air_public_input.rs --------- Co-authored-by: juan.mv <juan@lambdaclass.com> * Bump commit * Fix felt display * Fix deps for fuzzing (lambdaclass#1432) * Fix deps for fuzzing * Revert stark-felt import change * Cargo fmt * Merge use-felt --------- Co-authored-by: juan.mv <juan@lambdaclass.com> * cargo clippy * fix bench/criterion_benchmark.rs * cargo clippy in fuzzer * Remove lambdaworks-felt workflows * Missed a spot * Remove dep in ensure-no_std * don't create an extra implicit feature (slows down build checks) * air public memory is hex * Remove old import * Remove panic handler * improve find_element_hint * Restore MaybeRelocatable formatting * stark-felt no-default-features * more feature work * Update types-rs * Update RELEASE docs * Update stark-felt, expect slowdown here * Remove double import * Clippy * changelog * fix fuzzer * cargo.lock * Faster split * faster bitwise * clippy * clippy * Use vec of powers of 2 * address comments * remove special features * Apply suggestion Co-authored-by: fmoletta <99273364+fmoletta@users.noreply.github.com> * add todo * fix build * unwrap_or_default * nostd * clippy * typo codecov cache * codecov cache typo * Update type-rs commit * Update fuzzer/Cargo.lock * Use starknet-types-core to 0.0.3 v * Empty-Commit * Empty-Commit * Update starknet-types-core version * n_elms_iter: u32 * fix warnings * Include extensive-hints in coverage * fix stuff * Update Changelog * Update Changelog --------- Co-authored-by: Federica <fedemoletta@hotmail.com> Co-authored-by: Juan-M-V <102986292+Juan-M-V@users.noreply.github.com> Co-authored-by: juan.mv <juan@lambdaclass.com> Co-authored-by: Mario Rugiero <mrugiero@gmail.com> Co-authored-by: Mario Rugiero <mario.rugiero@lambdaclass.com> Co-authored-by: fmoletta <99273364+fmoletta@users.noreply.github.com> Co-authored-by: Edgar <git@edgarluque.com>
- Loading branch information