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

Make ICS-20's Amount type transparent #684

Closed
Tracked by #608
plafer opened this issue May 18, 2023 · 0 comments · Fixed by #685
Closed
Tracked by #608

Make ICS-20's Amount type transparent #684

plafer opened this issue May 18, 2023 · 0 comments · Fixed by #685
Assignees
Milestone

Comments

@plafer
Copy link
Contributor

plafer commented May 18, 2023

We received feedback from @keppel that the Amount type's API is needlessly restrictive. We should simply define it as

pub struct Amount(pub U256);

to let users access the underlying value however they want

@plafer plafer self-assigned this May 18, 2023
@github-project-automation github-project-automation bot moved this to 📥 To Do in ibc-rs May 18, 2023
@Farhad-Shabani Farhad-Shabani moved this from 📥 To Do to 🏗️ In Progress in ibc-rs May 18, 2023
@github-project-automation github-project-automation bot moved this from 🏗️ In Progress to ✅ Done in ibc-rs May 23, 2023
@Farhad-Shabani Farhad-Shabani added this to the v0.41.0 milestone May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants