-
Notifications
You must be signed in to change notification settings - Fork 632
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
feat(bandwidth_scheduler) - generate bandwidth requests based on receipts in outgoing buffers v2.0 #12464
base: master
Are you sure you want to change the base?
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc672a2 - Browse repository at this point
Copy the full SHA cc672a2View commit details -
Make TrieQueue generic over item type
Currently TrieQueue allows only storing receipts. I would like to store other things in a TrieQueue, let's make the item type generic.
Configuration menu - View commit details
-
Copy full SHA for 67b48a8 - Browse repository at this point
Copy the full SHA 67b48a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce833f - Browse repository at this point
Copy the full SHA 0ce833fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e35da0 - Browse repository at this point
Copy the full SHA 2e35da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f1118b - Browse repository at this point
Copy the full SHA 8f1118bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2ab786 - Browse repository at this point
Copy the full SHA b2ab786View commit details -
Configuration menu - View commit details
-
Copy full SHA for c96a26a - Browse repository at this point
Copy the full SHA c96a26aView commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f152c5 - Browse repository at this point
Copy the full SHA 6f152c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41909b3 - Browse repository at this point
Copy the full SHA 41909b3View commit details -
Pass shard_uids to estimator::apply_action_receipt
They will be needed to load the OutgoingMetadatas in the next commit. I put these changes in a separate commit for clarity.
Configuration menu - View commit details
-
Copy full SHA for 101f7fa - Browse repository at this point
Copy the full SHA 101f7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8531d80 - Browse repository at this point
Copy the full SHA 8531d80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 686b146 - Browse repository at this point
Copy the full SHA 686b146View commit details -
Take iterator over results when creating a bandwidth request
TrieQueueIterator returns Result<Item, StorageError>, so it can't be passed to the function that crates a bandwidth request. Modify the function to take iterators over results instead of iterators over values.
Configuration menu - View commit details
-
Copy full SHA for c48b403 - Browse repository at this point
Copy the full SHA c48b403View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6975fac - Browse repository at this point
Copy the full SHA 6975facView commit details -
Configuration menu - View commit details
-
Copy full SHA for f55eba7 - Browse repository at this point
Copy the full SHA f55eba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fd8ccf - Browse repository at this point
Copy the full SHA 3fd8ccfView commit details
Commits on Nov 18, 2024
-
Simplify Item definition in ReceiptIterator
Co-authored-by: Shreyan Gupta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ae2ed0 - Browse repository at this point
Copy the full SHA 2ae2ed0View commit details -
TrieQueue::Item instead of Receipt in error message
Co-authored-by: Shreyan Gupta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4da8f44 - Browse repository at this point
Copy the full SHA 4da8f44View commit details -
Co-authored-by: Shreyan Gupta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eaef8e6 - Browse repository at this point
Copy the full SHA eaef8e6View commit details -
Co-authored-by: Shreyan Gupta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8526d3 - Browse repository at this point
Copy the full SHA d8526d3View commit details -
Co-authored-by: Shreyan Gupta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a6b66a - Browse repository at this point
Copy the full SHA 5a6b66aView commit details -
Remove lifetime from ReceiptSink
Co-authored-by: Shreyan Gupta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 638b7ac - Browse repository at this point
Copy the full SHA 638b7acView commit details -
Co-authored-by: Shreyan Gupta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54de07b - Browse repository at this point
Copy the full SHA 54de07bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5688e31 - Browse repository at this point
Copy the full SHA 5688e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e60e18 - Browse repository at this point
Copy the full SHA 1e60e18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 249a693 - Browse repository at this point
Copy the full SHA 249a693View commit details -
Configuration menu - View commit details
-
Copy full SHA for 628f19e - Browse repository at this point
Copy the full SHA 628f19eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ed79be - Browse repository at this point
Copy the full SHA 0ed79beView commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b725792 - Browse repository at this point
Copy the full SHA b725792View commit details -
Configuration menu - View commit details
-
Copy full SHA for d460162 - Browse repository at this point
Copy the full SHA d460162View commit details -
Configuration menu - View commit details
-
Copy full SHA for b432b08 - Browse repository at this point
Copy the full SHA b432b08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0364d5e - Browse repository at this point
Copy the full SHA 0364d5eView commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e313e21 - Browse repository at this point
Copy the full SHA e313e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02f2203 - Browse repository at this point
Copy the full SHA 02f2203View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe0f7e - Browse repository at this point
Copy the full SHA dbe0f7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30cf08e - Browse repository at this point
Copy the full SHA 30cf08eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e96672 - Browse repository at this point
Copy the full SHA 5e96672View commit details -
Configuration menu - View commit details
-
Copy full SHA for b035296 - Browse repository at this point
Copy the full SHA b035296View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a117aa - Browse repository at this point
Copy the full SHA 7a117aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e064a5 - Browse repository at this point
Copy the full SHA 4e064a5View commit details -
Revert "Pass shard_uids to estimator::apply_action_receipt"
This reverts commit 101f7fa.
Configuration menu - View commit details
-
Copy full SHA for abd7d6c - Browse repository at this point
Copy the full SHA abd7d6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc571ce - Browse repository at this point
Copy the full SHA fc571ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 740bf2a - Browse repository at this point
Copy the full SHA 740bf2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 752fb6e - Browse repository at this point
Copy the full SHA 752fb6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78eb384 - Browse repository at this point
Copy the full SHA 78eb384View commit details