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

Migrate sdk.Int to math go module #11784

Closed
2 tasks
aaronc opened this issue Apr 26, 2022 · 3 comments · Fixed by #11788
Closed
2 tasks

Migrate sdk.Int to math go module #11784

aaronc opened this issue Apr 26, 2022 · 3 comments · Fixed by #11788
Assignees

Comments

@aaronc
Copy link
Member

aaronc commented Apr 26, 2022

One of the major goals of the Framework WG is to breakdown the monolithic SDK into smaller easier to maintain component modules. sdk.Int is used in lots of generated code and can be standalone.

The proposed path for modularizing math functionality is:

  • create a new math go module in this repo with a copy of the current Int functionality
  • replace the existing sdk.Int with aliases to the math go module as was done for the migration of types/errors to the standalone errors go module
@aaronc
Copy link
Member Author

aaronc commented Apr 26, 2022

Related to #11783

@alexanderbez alexanderbez self-assigned this Apr 26, 2022
@alexanderbez
Copy link
Contributor

Thanks for creating this. Will tackle this shortly.

@aaronc
Copy link
Member Author

aaronc commented Apr 26, 2022

Thanks for creating this. Will tackle this shortly.

Awesome thank you 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants