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

Use ints for U256 values in Python #1552

Merged
merged 8 commits into from
Nov 2, 2023
Merged

Use ints for U256 values in Python #1552

merged 8 commits into from
Nov 2, 2023

Conversation

DaughterOfMars
Copy link

Description of change

Uses int for big numbers in python.

Links to any relevant issues

Closes #1494

@DaughterOfMars DaughterOfMars linked an issue Nov 1, 2023 that may be closed by this pull request
1 task
Copy link
Member

@thibault-martinez thibault-martinez left a comment

Choose a reason for hiding this comment

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

CreateNativeTokenParams also needs to be adapted

Thoralf-M
Thoralf-M previously approved these changes Nov 1, 2023
Thoralf-M
Thoralf-M previously approved these changes Nov 1, 2023
kwek20
kwek20 previously approved these changes Nov 2, 2023
@DaughterOfMars DaughterOfMars dismissed stale reviews from kwek20 and Thoralf-M via cfe61ed November 2, 2023 12:39
@Thoralf-M Thoralf-M merged commit 8e8f61f into 2.0 Nov 2, 2023
1 of 7 checks passed
@Thoralf-M Thoralf-M deleted the feat/more-python-ints branch November 2, 2023 13:44
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.

Python use int for u128 values
5 participants