Skip to content
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

Cairo-run: Support u128 in felt252 arguments deserialization #1393

Closed
maciektr opened this issue Jun 25, 2024 · 0 comments
Closed

Cairo-run: Support u128 in felt252 arguments deserialization #1393

maciektr opened this issue Jun 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@maciektr
Copy link
Contributor

Problem

Running scarb cairo-run '[10, 11, 1129815197211541481934112806673325772687763881719835256646064516195041515616]' results in out of range error, while felt252 should support u128. We only support up to u64, as that's what serde_json allows for (see serde-rs/json#846).

Steps

No response

Possible Solution(s)

No response

Notes

No response

Version

No response

@maciektr maciektr added the bug Something isn't working label Jun 25, 2024
@github-project-automation github-project-automation bot moved this to Triage in Scarb Jun 25, 2024
@maciektr maciektr closed this as completed Jul 4, 2024
@github-project-automation github-project-automation bot moved this from Triage to Done in Scarb Jul 4, 2024
@maciektr maciektr self-assigned this Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

1 participant