update: set MaxPacketMsgPayloadSize use MB unit#2729
Merged
blindchaser merged 1 commit intomainfrom Jan 21, 2026
Merged
Conversation
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
yzang2019
approved these changes
Jan 21, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2729 +/- ##
==========================================
+ Coverage 43.10% 44.04% +0.94%
==========================================
Files 1635 1986 +351
Lines 128732 162970 +34238
==========================================
+ Hits 55487 71784 +16297
- Misses 68271 84667 +16396
- Partials 4974 6519 +1545
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
philipsu522
approved these changes
Jan 21, 2026
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/v6.3
git worktree add -d .worktree/backport-2729-to-release/v6.3 origin/release/v6.3
cd .worktree/backport-2729-to-release/v6.3
git switch --create backport-2729-to-release/v6.3
git cherry-pick -x b0d0f599fe005bb66b91c1a46432fcc57f1d5e60 |
yzang2019
added a commit
that referenced
this pull request
Jan 21, 2026
* main: update: set MaxPacketMsgPayloadSize use MB unit (#2729) fix: set max packet msg payload default to 1MB (#2725) Add CI workflow to build libwasmvm dynamic libraries (#2724) Made tcp connection context-aware (#2718) tcp multiplexer for sei giga (#2679) [STO-237] remove unused cosmos invariants (#2719)
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.
Describe your changes and provide context
Testing performed to validate your change