build(deps): upgrade gRPC to 1.83.0 and libp2p to 2.2.9 - #6891
Merged
Conversation
chore(branch): merge master into develop
Preserve Fastjson-compatible root-value parsing and add focused regression coverage. Use the default hexadecimal representation for transaction contract names.
…mat-name fix: harden gRPC HTTP/2 stream limits
waynercheung
force-pushed
the
feat/opt_format_name
branch
2 times, most recently
from
July 30, 2026 17:28
831c400 to
ded2fa5
Compare
317787106
approved these changes
Jul 30, 2026
waynercheung
force-pushed
the
feat/opt_format_name
branch
from
July 31, 2026 07:54
ded2fa5 to
71c7c7e
Compare
waynercheung
force-pushed
the
feat/opt_format_name
branch
from
July 31, 2026 08:55
71c7c7e to
a0a53d4
Compare
Sunny6889
approved these changes
Jul 31, 2026
CodeNinjaEvan
approved these changes
Jul 31, 2026
halibobo1205
approved these changes
Jul 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Upgrades two dependencies and de-duplicates the gRPC version declaration:
1.81.0->1.83.0.2.2.8->2.2.9.Why are these changes required?
Routine dependency maintenance: keep gRPC and libp2p current with their upstream releases.
This PR has been tested by:
Existing unit and integration tests pass;
./gradlew buildsucceeds locally and Gradle dependency verification passes against the refreshedverification-metadata.xml.Follow up
None.
Extra details
None