-
Notifications
You must be signed in to change notification settings - Fork 77
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
i64 is used for integers when i32 should be used #53
Comments
This is true for inputs and outputs. But I'm still not sure it is true for literals. |
I made a feature for this so it's not breaking and thus doesn't need to wait for a major version. Someone could even add deprecation notice or on move to v1.0.0 just switch it to default to i32 and still offer the i64 as a feature to make the transition easier for people. #65 |
jhult
added a commit
to jhult/mina-block-explorer
that referenced
this issue
Jun 13, 2024
jhult
added a commit
to jhult/mina-block-explorer
that referenced
this issue
Jun 19, 2024
Fields include: limit, blocks_limit, snarks_limit, trans_limit, epoch, current_epoch, slot_in_epoch, selected_epoch, height, block_height, nonce, and slot Fixes Granola-Team#600 Related: - graphql-rust/graphql-client#266 - graphql-rust/graphql-parser#53
jhult
added a commit
to jhult/mina-block-explorer
that referenced
this issue
Jun 26, 2024
Fields include: limit, blocks_limit, snarks_limit, trans_limit, epoch, current_epoch, slot_in_epoch, selected_epoch, height, block_height, nonce, and slot Fixes Granola-Team#600 Related: - graphql-rust/graphql-client#266 - graphql-rust/graphql-parser#53 a
jhult
added a commit
to jhult/mina-block-explorer
that referenced
this issue
Jun 28, 2024
Fields include: limit, blocks_limit, snarks_limit, trans_limit, epoch, current_epoch, slot_in_epoch, selected_epoch, height, block_height, nonce, and slot Fixes Granola-Team#600 Related: - graphql-rust/graphql-client#266 - graphql-rust/graphql-parser#53
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This code says that the spec doesn't have a size for numbers, but it does:
See: graphql-rust/graphql-client#266
The text was updated successfully, but these errors were encountered: