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

chore: use uint32 datatypes instead of uint64 for leaderboards #224

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

tylerburdsall
Copy link
Contributor

No description provided.

Comment on lines -93 to -94
uint64 start_inclusive = 1 [jstype = JS_STRING];
uint64 end_exclusive = 2 [jstype = JS_STRING];
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @anitarua I had to remove these annotations, it looks like that jstype is only for 64-bit type numbers, I believe JS should handle the uint32 type natively now

@tylerburdsall tylerburdsall merged commit 848b733 into main Oct 6, 2023
7 checks passed
@tylerburdsall tylerburdsall deleted the data-types branch October 6, 2023 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants