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

Change max_automatic_token_associations to int32 #87

Merged
merged 1 commit into from
Sep 2, 2021

Conversation

xin-hedera
Copy link
Contributor

Description:

This PR changes the type of max_automatic_token_associations to int32 / Int32Value.

Related issue(s):

Fixes #

Notes for reviewer:

The corresponding type of protobuf uint32 in Java is int. Since the allowed value will never be more than int32 max, we should change it to int32 to avoid unnecessary unsigned conversion in Java code.

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Copy link
Contributor

@tinker-michaelj tinker-michaelj left a comment

Choose a reason for hiding this comment

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

LGTM

@tinker-michaelj tinker-michaelj merged commit 9a6801d into develop Sep 2, 2021
@tinker-michaelj tinker-michaelj deleted the int32_max_automatci_token_associations branch September 2, 2021 17:45
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.

5 participants