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 #224

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 6, 2025

Bumps the golang-version-updates group with 10 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.14.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.83
github.com/stretchr/testify 1.9.0 1.10.0
github.com/testcontainers/testcontainers-go/modules/minio 0.33.0 0.34.0
github.com/testcontainers/testcontainers-go/modules/redis 0.33.0 0.34.0
google.golang.org/grpc 1.64.1 1.69.2

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.14.0

Release notes

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

v0.14.0

What's Changed

New Contributors

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

v0.13.0

What's Changed

... (truncated)

Changelog

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

[v0.14.0] - 2024-09-03

Build

  • update runner and go version (#531)
  • generify g2.go changes
  • generify pedersen_test.go changes
  • generify pedersen.go changes

Chore

  • fix some function names (#526)
  • go generate
  • go generate
  • go generate

Doc

  • describe the prover can provide folded proof

Docs

  • add documentation examples
  • more explanations
  • add package documentation
  • remove TODO
  • expand method documentation
  • correct BW6 tower comment
  • up E3 mul comment
  • ecc: refactor comments in g*.go

Feat

  • use curve fold
  • define fold method for curve
  • use foldable Pedersen commitment verification
  • pedersen batch verify bn254

Fix

  • fixes #522 with bound check before computing twiddles when domain has no precompute set (#523)
  • resolve conflict around kzg

Perf

  • remove uneeded bucket init in affine coordinates fixes #529 (#530)

Refactor

  • variable name
  • option outputs option
  • typos in comments
  • correct IsZero comments

Test

  • add test for prefolded pok
  • fix example test

Pull Requests

... (truncated)

Commits
  • c34cc6f Merge pull request #524 from Consensys/refactor/bls12-MillerLoopFixed
  • 20fab15 fix: fixes #522 with bound check before computing twiddles when domain has no...
  • ed1dc7c chore: fix some function names (#526)
  • 82b19c1 Merge pull request #527 from Consensys/feat/pedersen-batchmultivk
  • a00f0af chore: go generate
  • 98b090c doc: describe the prover can provide folded proof
  • bda3c69 chore: go generate
  • 442e7eb feat: use curve fold
  • c655ca3 feat: define fold method for curve
  • 55e26b1 perf: remove uneeded bucket init in affine coordinates fixes #529 (#530)
  • 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

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.83

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.81...v7.0.82

Bugfix Release

What's Changed

New Contributors

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

Commits
  • 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)
  • 8dc4193 update dependent modules
  • ffefc7b Bump golang.org/x/crypto from 0.28.0 to 0.31.0 (#2038)
  • 320a34c Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /examples/minio (#2034)
  • e933708 408 Server Timeout should be a retryable status code (#2036)
  • c1d6707 Update version to next release
  • ffa2ddd Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /examples/s3 (#2033)
  • 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

…1 directory with 10 updates

Bumps the golang-version-updates group with 10 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.14.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.83` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.10.0` |
| [github.com/testcontainers/testcontainers-go/modules/minio](https://github.com/testcontainers/testcontainers-go) | `0.33.0` | `0.34.0` |
| [github.com/testcontainers/testcontainers-go/modules/redis](https://github.com/testcontainers/testcontainers-go) | `0.33.0` | `0.34.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.64.1` | `1.69.2` |



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.14.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.14.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.83
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.80...v7.0.83)

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.34.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.33.0...v0.34.0)

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

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

---
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] <support@github.com>
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