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 rentEpoch to ULong #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

crypt0miester
Copy link

Description

  • We had problem of rent epoch (18446744073709551615) being higher than Long (9223372036854775807)

Work Completed

  • changing the type from Long to ULong made it work. idk if this should be done to the lamports field as well.

API Changes

  • Long to ULong

Testing

  • Testing were done on our Shaga build.

@alexxxey-dev
Copy link

thanks for solution))

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.

None yet

3 participants