Skip to content

Migrate sdk.Int to math go module #11784

@aaronc

Description

@aaronc

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions