forked from NethermindEth/cairo-vm-go
-
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.
refactor: resolve BigInt3 structure (NethermindEth#354)
* refactor: resolve BigInt3 structure and decouple functionality draft: change file structure * chore: remove bigint3 utils parent directory * refactor: modify ResolveBigInt3 function Modified function definition by replacing reference to VM.VirtualMachine with Memory and performed ci linting * refactor: update function signature with fixed size array * Using ResolveBigInt3 and errors resulting from it * refactor: resolve BigInt3 structure and decouple functionality draft: change file structure * chore: remove bigint3 utils parent directory * refactor: modify ResolveBigInt3 function Modified function definition by replacing reference to VM.VirtualMachine with Memory and performed ci linting * refactor: update function signature with fixed size array * Using ResolveBigInt3 and errors resulting from it * refactor: use ResolveBigInt3 helper function to streamline BigInt3 resolution logic Replaced the embedded code for resolving BigInt3 structures with the ResolveBigInt3 helper function to improve code readability and maintainability. This change reduces code duplication and ensures consistent logic for handling BigInt3 structures. * chore: remove comments on import * refactor: modify parsing of y values in newComputeSlopeV1Hint * refactor: modify parsing of y values in newComputeSlopeV1Hint
- Loading branch information
1 parent
bd2d4dc
commit bb6c2f5
Showing
4 changed files
with
95 additions
and
187 deletions.
There are no files selected for viewing
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.