Skip to content

multi: bump gRPC to v1.83.1 - #1204

Merged
bhandras merged 1 commit into
lightninglabs:masterfrom
bhandras:bump-grpc-v1.83.1
Aug 21, 2026
Merged

multi: bump gRPC to v1.83.1#1204
bhandras merged 1 commit into
lightninglabs:masterfrom
bhandras:bump-grpc-v1.83.1

Conversation

@bhandras

Copy link
Copy Markdown
Member

The problem

Loop's main, looprpc, and swapserverrpc modules pin gRPC v1.82.1.
This leaves each independently built module on an older gRPC dependency
set.

The fix

Bump all three module graphs to gRPC v1.83.1. Running go mod tidy also
updates the genproto/googleapis and OpenTelemetry dependencies selected
by that release.

What does not change

This does not change RPC definitions, generated code, wire behavior, or
runtime configuration.

Tests

  • go build ./... in the main, looprpc, and swapserverrpc modules
  • go test ./... in the main, looprpc, and swapserverrpc modules
  • make mod-check

Compatibility and rollout

The update requires no migration or coordinated rollout.

Update the main, looprpc, and swapserverrpc module graphs to use
gRPC v1.83.1.

Tidy advances the genproto and OpenTelemetry modules to the versions
selected by the new gRPC release. No generated API or runtime
configuration changes are required.
@bhandras
bhandras requested a review from starius August 21, 2026 09:13
@hieblmi
hieblmi self-requested a review August 21, 2026 09:56

@hieblmi hieblmi left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bhandras
bhandras merged commit f6b0253 into lightninglabs:master Aug 21, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants