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

[golang-version](deps): Bump the golang-version-updates group across 1 directory with 10 updates #246

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 21, 2025

Bumps the golang-version-updates group with 9 updates in the / directory:

Package From To
github.com/Layr-Labs/eigenda 0.8.5-rc.0.0.20241101212705-fa8776ae648c 0.8.6
github.com/consensys/gnark-crypto 0.12.1 0.15.0
github.com/ethereum-optimism/optimism 1.9.5 1.10.0
github.com/golang/mock 1.2.0 1.6.0
github.com/gorilla/mux 1.8.0 1.8.1
github.com/minio/minio-go/v7 7.0.80 7.0.84
github.com/testcontainers/testcontainers-go/modules/minio 0.33.0 0.35.0
github.com/testcontainers/testcontainers-go/modules/redis 0.33.0 0.35.0
google.golang.org/grpc 1.64.1 1.69.4

Updates github.com/Layr-Labs/eigenda from 0.8.5-rc.0.0.20241101212705-fa8776ae648c to 0.8.6

Release notes

Sourced from github.com/Layr-Labs/eigenda's releases.

v0.8.6

Summary

This is an optional but recommended release for all Holeksy operators.

  • Remote BLS signer support for operator nodes
  • Disperser blob retrieval latency reduced by ~7x
  • Improved error handling when new on-chain SocketRegsitry contract is not available

What's Changed

... (truncated)

Commits

Updates github.com/consensys/gnark-crypto from 0.12.1 to 0.15.0

Release notes

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

v0.15.0

What's Changed

Features

  • Eisenstein integers ([#543](https://github.com/Consensys/gnark-crypto/pull/543)).
    
  • Poseidon2 ([#553](https://github.com/Consensys/gnark-crypto/pull/553)).
    
  • BabyBear and KoalaBear fields: 31-bit vanilla Go implementation ([#558](https://github.com/Consensys/gnark-crypto/pull/558), [#577](https://github.com/Consensys/gnark-crypto/pull/577)).
    
  • FFLonK ([#498](https://github.com/Consensys/gnark-crypto/pull/498)).
    
  • KZG MPC setup ([#589](https://github.com/Consensys/gnark-crypto/pull/589)).
    
  • Hash registry with state storer ([#564](https://github.com/Consensys/gnark-crypto/pull/564)).
    
  • Miller loop with direct sextic extension (BW6-761) ([#608](https://github.com/Consensys/gnark-crypto/pull/608)).
    

Performance Improvements

  • Add assembly implementations: Vector::Add, Sub, and ScalarMul (purego included) ([#536](https://github.com/Consensys/gnark-crypto/pull/536)).
    
  • AVX512 optimizations: vector.Sum, vector.InnerProduct + assembly refactor ([#547](https://github.com/Consensys/gnark-crypto/pull/547)).
    
  • AVX512 vector operations: KoalaBear and BabyBear fields ([#568](https://github.com/Consensys/gnark-crypto/pull/568)).
    
  • ARM64 assembly optimizations: 4 and 6 words modulus ([#554](https://github.com/Consensys/gnark-crypto/pull/554)).
    
  • ARM NEON assembly: KoalaBear and BabyBear fields ([#588](https://github.com/Consensys/gnark-crypto/pull/588)).
    
  • Subgroup check optimizations ([#557](https://github.com/Consensys/gnark-crypto/pull/557)).
    
  • SetBytes performance: Avoids allocations in non-fast paths ([#599](https://github.com/Consensys/gnark-crypto/pull/599)).
    

Fixes

  • Polynomial evaluation ([#539](https://github.com/Consensys/gnark-crypto/pull/539)).
    
  • Shplonk Buffer sizing ([#551](https://github.com/Consensys/gnark-crypto/pull/551)).
    
  • Typos ([#562](https://github.com/Consensys/gnark-crypto/pull/562), [#610](https://github.com/Consensys/gnark-crypto/pull/610)).
    
  • Comment and variable naming fixes ([#603](https://github.com/Consensys/gnark-crypto/pull/603)).
    

Refactors

  • Removed curves: BLS12-378 and BW6-756 ([#534](https://github.com/Consensys/gnark-crypto/pull/534)).
    
  • SIS cleanup ([#596](https://github.com/Consensys/gnark-crypto/pull/596)).
    
  • Removed ECC Encoder dependency: FFT domain marshal ([#565](https://github.com/Consensys/gnark-crypto/pull/565)).
    
  • Cleaned IOP ([#587](https://github.com/Consensys/gnark-crypto/pull/587)).
    

Documentation

  • Updated README ([#533](https://github.com/Consensys/gnark-crypto/pull/533)).
    
  • Documented batchAddAffine function ([#555](https://github.com/Consensys/gnark-crypto/pull/555)).
    
  • Updated element package documentation ([#572](https://github.com/Consensys/gnark-crypto/pull/572)).
    
  • Less verbose Apache 2 header ([#570](https://github.com/Consensys/gnark-crypto/pull/570)).
    
  • Fixed non-generated headers ([#571](https://github.com/Consensys/gnark-crypto/pull/571)).
    
  • Changed copyright year to 2025 ([#595](https://github.com/Consensys/gnark-crypto/pull/595)).
    

Full Changelog: Consensys/gnark-crypto@v0.14.0...v0.15.0

v0.14.0

... (truncated)

Changelog

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

[v0.15.0] - 2025-01-21

Build

  • generify
  • update ci for slack bot (#538)
  • deps: bump golang.org/x/crypto from 0.26.0 to 0.31.0 (#579)

Chore

  • update bavard to 0.1.26
  • update citation
  • use errors.New to replace fmt.Errorf with no parameters (#575)
  • fix some function names in comment (#569)
  • fix some function names in comment (#559)
  • ignore gosec false positive
  • use golint option to include generated files (#549)

Docs

  • Change copyright year to 2025 (not autogenerated)
  • update element package doc (#572)
  • fix non generated headers (#571)
  • less verbose Apache 2 header, latest bavard (#570)
  • document batchAddAfine func (#555)
  • GSigma -> GSigmaNeg bn254
  • update README (#533)

Feat

  • cleaned iop (#587)
  • restored sis (#583)
  • generate uint32 arith only for babybear and koalabear (#577)
  • restored fft (#574)
  • hash registry with statestorer (#564)
  • add BabyBear and KoalaBear 31bits fields vanilla Go impl (#558)
  • code gen
  • example fflonk
  • code gen
  • example shplonk
  • half-GCD for Eisenstein integers
  • implement Eisenstein integers arithmetic
  • number of trials for finding the next divisor of r-1 is now limited
  • renaming
  • fixed size folded polynomials
  • renaming
  • use GeneratorFullMultiplicativeGroup
  • add round trip serialisation test
  • renaming gamma -> challenge
  • used bufMaxSizePolynomials[:len(polynomials[i])]
  • randomise SRS
  • code gen
  • code gen
  • code gen
  • code gen

... (truncated)

Commits
  • de0d77f release: v0.15.0 (#611)
  • 19d9924 build: update to latest bavard, paralellize addchain read (#609)
  • e709171 typos: squashed typo fixes (#610)
  • bf7b2d6 Feat/kzg mpcsetup (#589)
  • 0493a37 refactor: clean up SIS, placeholder (#596)
  • e7fd38b feat(bw6-761): Miller loop using direct sextic extension (#608)
  • faec8ec fix: fixed comments and variable naming (#603)
  • 5e3e49f perf: make SetBytes not allocate errors in non-fast path (#599)
  • 779e884 docs: Change copyright year to 2025 (not autogenerated)
  • fb7ea00 fix: re-ran go generate for field/
  • Additional commits viewable in compare view

Updates github.com/ethereum-optimism/optimism from 1.9.5 to 1.10.0

Release notes

Sourced from github.com/ethereum-optimism/optimism's releases.

op-batcher/v1.10.0 - Holocene Batcher Release

❗This release significantly improves the stability of the batcher and it is recommended for all chain operators to upgrade to this release, not only for chains that have already activated Holocene. Chains that are activating Holocene must run this release.

Overview

A batcher which has been hardened to adhere to the stricter Holocene derivation rules and to automatically recover from a greater number of edge cases including derivation stalls.

What's Changed

Full Changelog: ethereum-optimism/optimism@op-batcher/v1.9.5...op-batcher/v1.10.0

🚢 Docker Image https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-batcher:v1.10.0

op-node v1.10.0 - Sepolia Holocene

Sepolia Holocene Release

❗ All node operators of Sepolia chains that follow the Sepolia Superchain must upgrade to this release of op-node and op-geth v1.101411.2.

The Sepolia Superchain activates Holocene on Tue Nov 26 15:00:00 UTC 2024 (unix ts 1732633200). This comprises the op, base, mode, metal, and zora Sepolia OP Stack chains.

What's Changed (op-node)

🚢 Docker Image https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.10.0

Commits

Updates github.com/golang/mock from 1.2.0 to 1.6.0

Release notes

Sourced from github.com/golang/mock's releases.

v1.6.0

Changelog

317c030 Best effort guesses for output package path (#547) c59ba11 add ARM to support apple M1 chip to releaser (#562) 58935d8 add a basic CONTRIBUTING.md (#535) a5582fc add docs on 1.16 install and adding to PATH (#534) 0cd3aaf add flags documentation (#539) 64b0b80 add notes and error helper for vendor+reflect error (#567) e303461 add type information to error messages (#559) 0cdccf5 feat add InAnyOrder matcher (#546) 82ce4a7 feat validate Do & DoReturn args (#558) 93308c3 fix broken badge (#525) 9336b7e fix error message in parse.go (#540) ab03293 fix ill-formatted message with fmt-verbs like %s (#564) bb5fd5e fix linter errors (#552) aba2ff9 fix parse array with the external const correctly (#569) 6ff1070 fix parse arrays with const length correctly (#520) 7f5f64d fixup some docs and templates (#524) 7078515 refactor go:generate lines so they are consistently placed (#527) 7105dde refactor mockgen and cleanup (#536) f36d14a test(sample/user_test.go): minor correction at t.Errorf (#544) ef4ad87 update CI for 1.16 (#526) ad820b0 update Finish docs for Go1.14+ (#556) 2421472 update dependencies (#528) 953a5bb update user mock to be in test package (#566) d19a212 upgrade dependencies (#557)

v1.5.0

Changelog

0b87a54 Add a period to the end of comments (#414) d2fe5cd Add example for Call.Do and Call.DoAndReturn (#470) 91d4b5c Add tests for various Do/DoAndReturn calls (#430) 92f53b0 Avoid using packages.Load (#420) aff3767 Fix empty error message when call is exhausted (#460) 8734ec5 Format generated files with goimports (#458) 69e02d3 MOCK-429: add support for assignable types to Eq matcher (#481) d476d65 Parse parenthesized parameter-type. (#421) ccaa079 Using pacakges.NeedName (#418) f67ce0c add CODEOWNERS file (#522) 6d816de add default calling of ctrl.Finish() in go1.14+ (#422) 7b53c4d check error for os.Setenv in parse_test.go (#472) b9a8584 deduplicate methods to allow overlapping methods on embedded interfaces (#498) 10192bd fix 1.11 ga test failure (#511) dcd893e fix Test_createPackageMap for 1.15 (#512) 44e6f1e fix docs for AssignableToTypeOf (#452) a23c5e7 fix issues related to source package imports (#507) 11d9cab fix readme docs on removing Finish calls (#461) 0f6dc21 format variadic arguments with GotFormatter (#434)

... (truncated)

Commits

Updates github.com/gorilla/mux from 1.8.0 to 1.8.1

Release notes

Sourced from github.com/gorilla/mux's releases.

Release v1.8.1

What's Changed

New Contributors

Full Changelog: gorilla/mux@v1.8.0...v1.8.1

Commits

Updates github.com/minio/minio-go/v7 from 7.0.80 to 7.0.84

Release notes

Sourced from github.com/minio/minio-go/v7's releases.

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.83...v7.0.84

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.82...v7.0.83

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.81...v7.0.82

Bugfix Release

What's Changed

... (truncated)

Commits
  • 113812b Use default STS endpoints when using empty STS endpoint with IAM (#2051)
  • 2fd5a54 move to go1.23 CI (#2050)
  • c18789f fix: get ETag for CopyObject response rather than response Headers (#2019)
  • 5b389f0 docs: CopyObject update docs variable reference (#2017)
  • 5cf2ee7 fix: use Hostname instead of Host in s3utils.GetRegionFromURL (#2046)
  • ad925db Update version to next release
  • 0abbe92 Use default STS endpoint (#2044)
  • 5757f2c update golang.org/x/net security
  • 7766336 Bring back Retrieve() interface to be compatible and not break clients
  • 4a691e1 Use proper HTTP client for fetching credentials (#2041)
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.10.0

What's Changed

Functional Changes

Fixes

Documantation, Build & CI

@dependabot dependabot bot requested a review from a team January 21, 2025 16:56
@dependabot dependabot bot force-pushed the dependabot-go_modules-main-golang-version-updates-704b43c67b branch from eb081f2 to 4538949 Compare January 22, 2025 16:56
…1 directory with 10 updates

Bumps the golang-version-updates group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Layr-Labs/eigenda](https://github.com/Layr-Labs/eigenda) | `0.8.5-rc.0.0.20241101212705-fa8776ae648c` | `0.8.6` |
| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.15.0` |
| [github.com/ethereum-optimism/optimism](https://github.com/ethereum-optimism/optimism) | `1.9.5` | `1.10.0` |
| [github.com/golang/mock](https://github.com/golang/mock) | `1.2.0` | `1.6.0` |
| [github.com/gorilla/mux](https://github.com/gorilla/mux) | `1.8.0` | `1.8.1` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.80` | `7.0.84` |
| [github.com/testcontainers/testcontainers-go/modules/minio](https://github.com/testcontainers/testcontainers-go) | `0.33.0` | `0.35.0` |
| [github.com/testcontainers/testcontainers-go/modules/redis](https://github.com/testcontainers/testcontainers-go) | `0.33.0` | `0.35.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.64.1` | `1.69.4` |



Updates `github.com/Layr-Labs/eigenda` from 0.8.5-rc.0.0.20241101212705-fa8776ae648c to 0.8.6
- [Release notes](https://github.com/Layr-Labs/eigenda/releases)
- [Commits](https://github.com/Layr-Labs/eigenda/commits/v0.8.6)

Updates `github.com/consensys/gnark-crypto` from 0.12.1 to 0.15.0
- [Release notes](https://github.com/consensys/gnark-crypto/releases)
- [Changelog](https://github.com/Consensys/gnark-crypto/blob/master/CHANGELOG.md)
- [Commits](Consensys/gnark-crypto@v0.12.1...v0.15.0)

Updates `github.com/ethereum-optimism/optimism` from 1.9.5 to 1.10.0
- [Release notes](https://github.com/ethereum-optimism/optimism/releases)
- [Commits](ethereum-optimism/optimism@v1.9.5...v1.10.0)

Updates `github.com/golang/mock` from 1.2.0 to 1.6.0
- [Release notes](https://github.com/golang/mock/releases)
- [Changelog](https://github.com/golang/mock/blob/main/.goreleaser.yml)
- [Commits](golang/mock@v1.2.0...v1.6.0)

Updates `github.com/gorilla/mux` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](gorilla/mux@v1.8.0...v1.8.1)

Updates `github.com/minio/minio-go/v7` from 7.0.80 to 7.0.84
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.80...v7.0.84)

Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.10.0)

Updates `github.com/testcontainers/testcontainers-go/modules/minio` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.33.0...v0.35.0)

Updates `github.com/testcontainers/testcontainers-go/modules/redis` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.33.0...v0.35.0)

Updates `google.golang.org/grpc` from 1.64.1 to 1.69.4
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.64.1...v1.69.4)

---
updated-dependencies:
- dependency-name: github.com/Layr-Labs/eigenda
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang-version-updates
- dependency-name: github.com/consensys/gnark-crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
- dependency-name: github.com/ethereum-optimism/optimism
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
- dependency-name: github.com/golang/mock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang-version-updates
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang-version-updates
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
- dependency-name: github.com/testcontainers/testcontainers-go/modules/minio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
- dependency-name: github.com/testcontainers/testcontainers-go/modules/redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-go_modules-main-golang-version-updates-704b43c67b branch from 4538949 to 24ad4ac Compare January 23, 2025 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants