oasisprotocol / oasis-rosetta-gateway

The official Rosetta server implementation for the Oasis Network.
Apache License 2.0
21 stars 9 forks source link

go: bump github.com/consensys/gnark-crypto from 0.5.3 to 0.12.1 #481

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps github.com/consensys/gnark-crypto from 0.5.3 to 0.12.1.

Release notes

Sourced from github.com/consensys/gnark-crypto's releases.

v0.12.1

What's Changed

Full Changelog: https://github.com/Consensys/gnark-crypto/compare/v0.12.0...v0.12.1

v0.12.0

What's Changed

Full Changelog: https://github.com/Consensys/gnark-crypto/compare/v0.11.2...v0.12.0

v0.11.2

What's Changed

... (truncated)

Changelog

Sourced from github.com/consensys/gnark-crypto's changelog.

[v0.11.1] - 2023-07-11

Fix

  • ECDSA HashToInt bytes-bits mismatch (#428)

[v0.11.0] - 2023-05-02

Build

  • go generate
  • generify bn254 changes
  • generify bn254 kzg changes
  • generify marshal changes
  • generify bn254 kzg changes
  • bump go1.20
  • update ci github action dependencies

Chore

  • PR feedback

Docs

  • make comments more godoc friendly
  • remove comment
  • remove DO NOT EDIT from non-autogenerated files

Feat

  • fix v computation in ECDSA signature (#385)
  • make mapToCurve public to allow for custom cofactor clearing (#372)
  • add Double in affine coordinates
  • kzg.Vk.WriteRawTo
  • bn254 encoder to support uint64 slices
  • pairing: return 1 after easy part if result is 1

Fix

  • handle all bitmask in point deserialization
  • littleEndian -> bigEndian
  • import utils
  • don't ignore multiexp error
  • minor errors
  • generation mistake
  • bn254 incorporate evals into kzg batch challenge
  • kzg: nb of digests in BatchVerifyMultiPoints should be nonzeo
  • linter: ineffassign in Fpk marshal

Perf

  • kzg: remove G2 scalar mul in single verification

Refactor

  • break pedersen key into proving (committing) and verifying

... (truncated)

Commits
  • da0317f clean: remove useless snippet in mulWindowed (#453)
  • 65cdb1d Feat/kzg extended transcript (#452)
  • 95e674b perf(fft): introduce cache efficient bit reverse shuffling (#446)
  • ec6be1a Merge pull request #451 from Consensys/fix/glv
  • aef1eef fix: add GT ExpGLV fix to BLS24 + BW6
  • feaf161 fix: merge and fix tests for expGLV
  • ced3076 fix: use max(size(s1), size(s2)) for ExpGLV
  • 4096ad9 feat: discared useless files
  • ace5318 Merge pull request #450 from jsign/jsign-eq-improv
  • dc4e2d4 feat: added test for [-s]G=-[s]G
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/oasisprotocol/oasis-rosetta-gateway/network/alerts).
pro-wh commented 9 months ago

I'm gonna close out these transitive dependencies ones that break the build

dependabot[bot] commented 9 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.