-
Notifications
You must be signed in to change notification settings - Fork 249
build(deps): Bump the all-go group across 4 directories with 5 updates #3058
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
Conversation
Bumps the all-go group with 2 updates in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [golang.org/x/net](https://github.com/golang/net). Bumps the all-go group with 2 updates in the /execution/grpc directory: [golang.org/x/net](https://github.com/golang/net) and [github.com/evstack/ev-node](https://github.com/evstack/ev-node). Bumps the all-go group with 2 updates in the /test/docker-e2e directory: [github.com/celestiaorg/tastora](https://github.com/celestiaorg/tastora) and [github.com/evstack/ev-node/execution/evm](https://github.com/evstack/ev-node). Bumps the all-go group with 1 update in the /test/e2e directory: [github.com/celestiaorg/tastora](https://github.com/celestiaorg/tastora). Updates `golang.org/x/crypto` from 0.47.0 to 0.48.0 - [Commits](golang/crypto@v0.47.0...v0.48.0) Updates `golang.org/x/net` from 0.49.0 to 0.50.0 - [Commits](golang/net@v0.49.0...v0.50.0) Updates `golang.org/x/net` from 0.49.0 to 0.50.0 - [Commits](golang/net@v0.49.0...v0.50.0) Updates `github.com/evstack/ev-node` from 1.0.0-rc.1 to 1.0.0-rc.3 - [Release notes](https://github.com/evstack/ev-node/releases) - [Changelog](https://github.com/evstack/ev-node/blob/main/CHANGELOG.md) - [Commits](v1.0.0-rc.1...v1.0.0-rc.3) Updates `github.com/celestiaorg/tastora` from 0.10.0 to 0.12.0 - [Release notes](https://github.com/celestiaorg/tastora/releases) - [Commits](celestiaorg/tastora@v0.10.0...v0.12.0) Updates `github.com/evstack/ev-node/execution/evm` from 1.0.0-rc.1 to 1.0.0-rc.2 - [Release notes](https://github.com/evstack/ev-node/releases) - [Changelog](https://github.com/evstack/ev-node/blob/main/CHANGELOG.md) - [Commits](v1.0.0-rc.1...v1.0.0-rc.2) Updates `github.com/celestiaorg/tastora` from 0.10.0 to 0.12.0 - [Release notes](https://github.com/celestiaorg/tastora/releases) - [Commits](celestiaorg/tastora@v0.10.0...v0.12.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go - dependency-name: golang.org/x/net dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go - dependency-name: golang.org/x/net dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go - dependency-name: github.com/evstack/ev-node dependency-version: 1.0.0-rc.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go - dependency-name: github.com/celestiaorg/tastora dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go - dependency-name: github.com/evstack/ev-node/execution/evm dependency-version: 1.0.0-rc.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go - dependency-name: github.com/celestiaorg/tastora dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go ... Signed-off-by: dependabot[bot] <support@github.com>
|
Claude finished @julienrbrt's task in 2m 29s —— View job Code Review: Dependency UpdatesI've completed a comprehensive review of this Dependabot PR which updates multiple Go dependencies across the ev-node monorepo. SummaryThis PR updates 5 key dependencies across 4 directories:
Critical Findings
|
|
The latest Buf updates on your PR. Results from workflow CI / buf-check (pull_request).
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3058 +/- ##
==========================================
- Coverage 61.64% 61.60% -0.05%
==========================================
Files 111 111
Lines 11120 11120
==========================================
- Hits 6855 6850 -5
- Misses 3526 3531 +5
Partials 739 739
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bumps the all-go group with 2 updates in the / directory: golang.org/x/crypto and golang.org/x/net.
Bumps the all-go group with 2 updates in the /execution/grpc directory: golang.org/x/net and github.com/evstack/ev-node.
Bumps the all-go group with 2 updates in the /test/docker-e2e directory: github.com/celestiaorg/tastora and github.com/evstack/ev-node/execution/evm.
Bumps the all-go group with 1 update in the /test/e2e directory: github.com/celestiaorg/tastora.
Updates
golang.org/x/cryptofrom 0.47.0 to 0.48.0Commits
e08b067go.mod: update golang.org/x dependencies7d0074cscrypt: fix panic on parameters <= 0Updates
golang.org/x/netfrom 0.49.0 to 0.50.0Commits
ebddb99go.mod: update golang.org/x dependencies4a490d4internal/http3: add Expect: 100-continue support to ClientConn73fe701internal/http3: add Expect: 100-continue support to Serveraf0c9dfhtml: add NodeType.String() methode02fb33internal/http3: make responseWriter.Flush write headers if not done yetda558ffinternal/http3: ensure bodyReader cannot be read after being closedd7c76fainternal/http3: make responseWriter behave closer to other http.ResponseWriter64b3af9http2: prevent transport deadlock due to WINDOW_UPDATE that exceeds limit1973e8dinternal/http3: add Server support for handling HEAD requests57ea86dicmp, internal/socket, ipv4, ipv6: use binary.NativeEndianUpdates
golang.org/x/netfrom 0.49.0 to 0.50.0Commits
ebddb99go.mod: update golang.org/x dependencies4a490d4internal/http3: add Expect: 100-continue support to ClientConn73fe701internal/http3: add Expect: 100-continue support to Serveraf0c9dfhtml: add NodeType.String() methode02fb33internal/http3: make responseWriter.Flush write headers if not done yetda558ffinternal/http3: ensure bodyReader cannot be read after being closedd7c76fainternal/http3: make responseWriter behave closer to other http.ResponseWriter64b3af9http2: prevent transport deadlock due to WINDOW_UPDATE that exceeds limit1973e8dinternal/http3: add Server support for handling HEAD requests57ea86dicmp, internal/socket, ipv4, ipv6: use binary.NativeEndianUpdates
github.com/evstack/ev-nodefrom 1.0.0-rc.1 to 1.0.0-rc.3Release notes
Sourced from github.com/evstack/ev-node's releases.
Changelog
Sourced from github.com/evstack/ev-node's changelog.
Commits
aedd573fix(block): fix replay logic (#3053)0425059chore: updating changelog to include telemetry options (#3052)b8eda5drefactor(store): improve cache restore perf & fix go-header store errs (#3051)0a349c0build(deps): Bump bytes from 1.11.0 to 1.11.1 in the cargo group across 1 dir...d20b1acrefactor(cache)!: remove gob cache (#3047)2510fe7ci: release process with breaking changes (#2998)432d5a7test: adding compatibility test to perform syncing (#3023)120195fbuild(deps): Bump the all-go group across 4 directories with 9 updates (#3042)e7bf19drefactor(cache): skip empty data in pending data (#3046)e8e8946feat: DA hints in p2p (#2891)Updates
github.com/celestiaorg/tastorafrom 0.10.0 to 0.12.0Release notes
Sourced from github.com/celestiaorg/tastora's releases.
Commits
dc48f39refactor: hyperlane changes to support agents image and debuggingcd8f897chore: apply suggestion from pr reviewd5e5a54chore: address test failures due to naming change in hyp registry99e0b77chore: add notice for chain name workaround in hyperlane providerc027d25chore: revert and concat in hyperlane registry builder4f39d43chore: set agent log level to debug by default0fb2e79fix: update reth hyperlane contract addresses and add technicalStackc15845bchore: adding g as price overridescc9ddaachore: switch around deploy cfgs6f30e42chore: commit changes, cosmos to evm now relayingUpdates
github.com/evstack/ev-node/execution/evmfrom 1.0.0-rc.1 to 1.0.0-rc.2Release notes
Sourced from github.com/evstack/ev-node/execution/evm's releases.
Changelog
Sourced from github.com/evstack/ev-node/execution/evm's changelog.
Commits
709d4dbchore: remove double p2p setting (#3041)0189cd5docs: clarify txpoolExt_getTxs usage (#3032)e9b9f39refactor(store): replace go-header store by ev-node store (#3036)850a82ffix(sync): reduce P2P init timeout and fallback to DA sync (#3037)9bc6311fix(metrics): proper count of pending blobs metrics (#3038)5506eb0add http2 grpc app (#3039)455b6c1feat: Add collapsible blob list in DA Explorer (#3033)30a3e24test: enable force inclusion, re-enable fi e2e and add fi benchmarks (#3005)895db52fix(cache,store): improve cache handling (#3030)bcd3375chore: CHANGELOG feedbacks on 1.0.0-rc.1 (#3031)Updates
github.com/celestiaorg/tastorafrom 0.10.0 to 0.12.0Release notes
Sourced from github.com/celestiaorg/tastora's releases.
Commits
dc48f39refactor: hyperlane changes to support agents image and debuggingcd8f897chore: apply suggestion from pr reviewd5e5a54chore: address test failures due to naming change in hyp registry99e0b77chore: add notice for chain name workaround in hyperlane providerc027d25chore: revert and concat in hyperlane registry builder4f39d43chore: set agent log level to debug by default0fb2e79fix: update reth hyperlane contract addresses and add technicalStackc15845bchore: adding g as price overridescc9ddaachore: switch around deploy cfgs6f30e42chore: commit changes, cosmos to evm now relayingDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions