We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should delete the functions felt_to_biguint, felt_to_bigint, biguint_to_felt and bigint_to_felt
felt_to_biguint
felt_to_bigint
biguint_to_felt
bigint_to_felt
cairo-vm/vm/src/utils.rs
Line 67 in 55eaaa7
starknet-types-core
The text was updated successfully, but these errors were encountered:
Felt
BigUint
BigInt
fmoletta
Successfully merging a pull request may close this issue.
We should delete the functions
felt_to_biguint
,felt_to_bigint
,biguint_to_felt
andbigint_to_felt
cairo-vm/vm/src/utils.rs
Line 67 in 55eaaa7
And use the BigUint and BigInts conversion to felt, provided by the
starknet-types-core
crateThe text was updated successfully, but these errors were encountered: