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

chore(congestion_control) - increase max_congestion_missed_chunks to 5 - protocol upgrade #11629

Merged
merged 3 commits into from
Jun 20, 2024

Conversation

wacban
Copy link
Contributor

@wacban wacban commented Jun 20, 2024

No description provided.

@wacban wacban requested a review from a team as a code owner June 20, 2024 09:41
@tayfunelmas tayfunelmas enabled auto-merge June 20, 2024 09:52
@tayfunelmas tayfunelmas added this pull request to the merge queue Jun 20, 2024
Copy link

codecov bot commented Jun 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.46%. Comparing base (591632a) to head (bfc22fb).

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #11629      +/-   ##
==========================================
- Coverage   71.47%   71.46%   -0.02%     
==========================================
  Files         788      788              
  Lines      160921   160921              
  Branches   160921   160921              
==========================================
- Hits       115015   114997      -18     
- Misses      40883    40898      +15     
- Partials     5023     5026       +3     
Flag Coverage Δ
backward-compatibility 0.23% <ø> (ø)
db-migration 0.23% <ø> (ø)
genesis-check 1.35% <ø> (ø)
integration-tests 37.61% <ø> (-0.07%) ⬇️
linux 68.86% <ø> (-0.03%) ⬇️
linux-nightly 70.93% <ø> (-0.03%) ⬇️
macos 52.58% <ø> (+<0.01%) ⬆️
pytests 1.58% <ø> (ø)
sanity-checks 1.38% <ø> (ø)
unittests 66.12% <ø> (-0.01%) ⬇️
upgradability 0.28% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Merged via the queue into master with commit 776e86a Jun 20, 2024
29 of 30 checks passed
@tayfunelmas tayfunelmas deleted the waclaw-cc branch June 20, 2024 10:31
tayfunelmas added a commit that referenced this pull request Jun 20, 2024
…5 - protocol upgrade (#11629)

Co-authored-by: Tayfun Elmas <tayfunelmas@gmail.com>
github-merge-queue bot pushed a commit that referenced this pull request Jun 28, 2024
The `MAX_COMPRESSED_STATE_WITNESS_SIZE` has been set to 32 MiB in
#11511. Back then it was a
reasonable choice, but since then we increased some of the runtime
parameters, which increased the worst case witness size by ~17MiB.
(#11582,
#11629). I'd feel safer with a
larger limit on the compressed witness size.
jancionear added a commit that referenced this pull request Jun 28, 2024
The `MAX_COMPRESSED_STATE_WITNESS_SIZE` has been set to 32 MiB in
#11511. Back then it was a
reasonable choice, but since then we increased some of the runtime
parameters, which increased the worst case witness size by ~17MiB.
(#11582,
#11629). I'd feel safer with a
larger limit on the compressed witness size.
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