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

math/uint256: Prepare v1.0.0. #2842

Merged
merged 2 commits into from Dec 10, 2021
Merged

math/uint256: Prepare v1.0.0. #2842

merged 2 commits into from Dec 10, 2021

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Dec 7, 2021

While the original plan was to keep uint256 as a part of the primitives module, there has been interest in using the uint256 code now and the primitives module will not be complete and ready for release for quite some time.

Also, after further discussion, the general preference is for a separate module that lives at math/uint256 for this code since the primitives module will ultimately be squarely aimed at Decred-specific things while math/uint256 is more generally useful by many projects outside of Decred as well.

Thus, this moves the new uint256 package from the internal staging area to math/uint256 where it will serve as a base for a new v1.0.0 math/uint256 module release.

Finally, it updates all relevant paths and package README.md accordingly.

@davecgh davecgh added this to the 1.7.0 milestone Dec 7, 2021
This updates the docs/README.md file, module hierarchy graphviz, and
module hierarchy diagram to reflect the new module.
While the original plan was to keep uint256 as a part of the primitives
module, there has been interest in using the uint256 code now and the
primitives module will not be complete and ready for release for quite
some time.

Also, after further discussion, the general preference is for a separate
module that lives at math/uint256 for this code since the primitives
module will ultimately be squarely aimed at Decred-specific things while
math/uint256 is more generally useful, including many projects outside
of Decred as well.

Thus, this moves the new uint256 package from the internal staging area
to math/uint256 where it will serve as a base for a new math/uint256
module release.

Finally, it updates all relevant paths and package README.md
accordingly.
@davecgh davecgh merged commit 3b8efba into decred:master Dec 10, 2021
@davecgh davecgh deleted the uint256_module branch December 12, 2021 09:06
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.

None yet

4 participants