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

Bump github.com/holiman/uint256 from 1.1.1 to 1.2.1 #1501

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2022

Bumps github.com/holiman/uint256 from 1.1.1 to 1.2.1.

Release notes

Sourced from github.com/holiman/uint256's releases.

Hari Seldon

The v1.2.1 release, "Hari Seldon", contains some new API-methods and a lot of improvements under the hood and in the surrounding infrastructure.

  • OSS-fuzz integration has finally happened, as of (#98) and google/oss-fuzz#6497. The uint256 library is now continuously fuzzed by the fine folks at OSS-Fuzz.
  • Optimised modular arithmetic targeting elliptic curve operations (#86). This was a major overhaul and complete rewrite of the modular arithmetic operations.
  • Added DivMod() (#113)
  • Added MulDivOverflow() (#110)
  • Added Sqrt() (#104)
  • Improvements ot Cmp() (#85)
  • Test improvements (#112, #95, #93, #92, #91, #89, #88)

Thanks to all contributors to this release: @​holiman, @​chfast,@​daosvik, @​Planxnx and @​fyrchik.

Enoch Root

The 1.2.0 release, "Enoch Root", contains an important fix to SubUint64, which was flaweed (see holiman/uint256#82 ). Other than that some API methods have been changed, to make uint256.Int closer resemble big.Int, to be easier to use as a drop-in replacement (also holiman/uint256#82 ).

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/holiman/uint256](https://github.com/holiman/uint256) from 1.1.1 to 1.2.1.
- [Release notes](https://github.com/holiman/uint256/releases)
- [Commits](holiman/uint256@v1.1.1...v1.2.1)

---
updated-dependencies:
- dependency-name: github.com/holiman/uint256
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2022
@antonydenyer antonydenyer merged commit 1fe5b1f into master Oct 3, 2022
@antonydenyer antonydenyer deleted the dependabot/go_modules/github.com/holiman/uint256-1.2.1 branch October 3, 2022 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant