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 Uint256 for Coin #2366

Open
chipshort opened this issue Jan 31, 2025 · 1 comment
Open

Use Uint256 for Coin #2366

chipshort opened this issue Jan 31, 2025 · 1 comment
Milestone

Comments

@chipshort
Copy link
Collaborator

Our use of Uint128 is a historical artifact and the Cosmos SDK uses a 2^256-1 max value. They also allow negative values, but that seems crazy. We just want to allow people to specify the max value, so we should switch to Uint256

@chipshort chipshort added this to the 3.0.0 milestone Jan 31, 2025
@chipshort
Copy link
Collaborator Author

Related to this: #2367

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

No branches or pull requests

1 participant