-
Notifications
You must be signed in to change notification settings - Fork 137
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
Cross-Shard Congestion Control #539
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 81530e6 - Browse repository at this point
Copy the full SHA 81530e6View commit details -
clean up a first reasonably presentable draft
it's time to get first feedback by engineers outside the focus group
Configuration menu - View commit details
-
Copy full SHA for 9262ddb - Browse repository at this point
Copy the full SHA 9262ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 262d576 - Browse repository at this point
Copy the full SHA 262d576View commit details
Commits on Mar 25, 2024
-
Apply suggestions from code review
Co-authored-by: wacban <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc56f4c - Browse repository at this point
Copy the full SHA fc56f4cView commit details
Commits on Apr 2, 2024
-
- The formulas in the pseudo code were opposite to the description, fixing it by swapping incoming and general congestion. - "General" congestion is a bad name. Changing it to "Memory" congestion. - Add a sentence of motiviation to the pseudo code snippets for extra explanation - Add TODO for unbounded queue problem
Configuration menu - View commit details
-
Copy full SHA for 41769c7 - Browse repository at this point
Copy the full SHA 41769c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 315952a - Browse repository at this point
Copy the full SHA 315952aView commit details -
Co-authored-by: wacban <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7af5edb - Browse repository at this point
Copy the full SHA 7af5edbView commit details -
first draft of section "Reference Implementation"
No link to the actual reference implementation, yet. Just some clarifying text and in-place code.
Configuration menu - View commit details
-
Copy full SHA for 4c96103 - Browse repository at this point
Copy the full SHA 4c96103View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b018a9 - Browse repository at this point
Copy the full SHA 5b018a9View commit details
Commits on Apr 3, 2024
-
simplify delayed receipts gas tracking
I think it's better to keep it simple. While it could be useful in the future to look at guaranteed to be burnt and attached gas separately for congestion, our current strategy does not look at it.
Configuration menu - View commit details
-
Copy full SHA for 690fef1 - Browse repository at this point
Copy the full SHA 690fef1View commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 99ec21f - Browse repository at this point
Copy the full SHA 99ec21fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d6cf6c - Browse repository at this point
Copy the full SHA 8d6cf6cView commit details
Commits on Apr 20, 2024
-
- Change everything to reflect the smooth traffic light strategy. - Put all data inside the chunk header to allow stateless validation to work. - Fill in missing sections, such as alternatives and consequences.
Configuration menu - View commit details
-
Copy full SHA for c3dd730 - Browse repository at this point
Copy the full SHA c3dd730View commit details
Commits on Apr 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec7528f - Browse repository at this point
Copy the full SHA ec7528fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b82d806 - Browse repository at this point
Copy the full SHA b82d806View commit details
Commits on Apr 23, 2024
-
described the two alternatives for efficiently calculating the congestion information and updated relevant sections
Configuration menu - View commit details
-
Copy full SHA for e93d079 - Browse repository at this point
Copy the full SHA e93d079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67fbc91 - Browse repository at this point
Copy the full SHA 67fbc91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f96c15 - Browse repository at this point
Copy the full SHA 2f96c15View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd243a6 - Browse repository at this point
Copy the full SHA cd243a6View commit details
Commits on Apr 24, 2024
-
Added the description of how to integrate with resharding.
Configuration menu - View commit details
-
Copy full SHA for cb145a0 - Browse repository at this point
Copy the full SHA cb145a0View commit details
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8029abf - Browse repository at this point
Copy the full SHA 8029abfView commit details
Commits on May 1, 2024
-
It should be based on general congestion, not only memory congestion.
Configuration menu - View commit details
-
Copy full SHA for 3b9336c - Browse repository at this point
Copy the full SHA 3b9336cView commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d7dea5 - Browse repository at this point
Copy the full SHA 3d7dea5View commit details
Commits on May 3, 2024
-
Merge pull request #2 from jakmeier/wacban-patch-1
update the preferred option and added state sync integration
Configuration menu - View commit details
-
Copy full SHA for d2c6abf - Browse repository at this point
Copy the full SHA d2c6abfView commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f33e622 - Browse repository at this point
Copy the full SHA f33e622View commit details
Commits on May 15, 2024
-
Merge pull request #3 from robin-near/congestion
Correct some typos, grammar issues, and clarify some text.
Configuration menu - View commit details
-
Copy full SHA for 1e85668 - Browse repository at this point
Copy the full SHA 1e85668View commit details -
clean up and add section on concepts
Address various comments by SME reviewers. - Fix various grammar errors. - Remove old names and use only the correct names for variables - Start the specification section by introducing important concepts
Configuration menu - View commit details
-
Copy full SHA for fbb674c - Browse repository at this point
Copy the full SHA fbb674cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8be43a3 - Browse repository at this point
Copy the full SHA 8be43a3View commit details
Commits on May 22, 2024
-
Apply suggestions from code review
Co-authored-by: Marcelo Fornet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d1f88c - Browse repository at this point
Copy the full SHA 8d1f88cView commit details -
Apply suggestions from code review
Co-authored-by: Michael Birch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc27a23 - Browse repository at this point
Copy the full SHA dc27a23View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53c9d45 - Browse repository at this point
Copy the full SHA 53c9d45View commit details