-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Banking worker #30970
Merged
apfitzge
merged 22 commits into
solana-labs:master
from
apfitzge:feature/banking_worker
May 25, 2023
Merged
Banking worker #30970
apfitzge
merged 22 commits into
solana-labs:master
from
apfitzge:feature/banking_worker
May 25, 2023
Conversation
This file contains 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
apfitzge
force-pushed
the
feature/banking_worker
branch
2 times, most recently
from
March 29, 2023 22:47
f324eef
to
62eef22
Compare
apfitzge
force-pushed
the
feature/banking_worker
branch
from
April 6, 2023 19:27
6c8535e
to
2aa6576
Compare
Codecov Report
@@ Coverage Diff @@
## master #30970 +/- ##
========================================
Coverage 81.9% 81.9%
========================================
Files 737 739 +2
Lines 205981 206391 +410
========================================
+ Hits 168738 169156 +418
+ Misses 37243 37235 -8 |
ryoqun
reviewed
Apr 18, 2023
apfitzge
force-pushed
the
feature/banking_worker
branch
from
April 20, 2023 00:52
2aa6576
to
6664493
Compare
apfitzge
force-pushed
the
feature/banking_worker
branch
from
April 28, 2023 21:35
3bb55b4
to
75b28e0
Compare
apfitzge
added
noCI
Suppress CI on this Pull Request
CI
Pull Request is ready to enter CI
and removed
noCI
Suppress CI on this Pull Request
labels
Apr 28, 2023
ryoqun
reviewed
May 8, 2023
ryoqun
reviewed
May 8, 2023
ryoqun
reviewed
May 8, 2023
ryoqun
reviewed
May 8, 2023
ryoqun
reviewed
May 8, 2023
ryoqun
reviewed
May 8, 2023
ryoqun
reviewed
May 8, 2023
ryoqun
reviewed
May 8, 2023
ryoqun
reviewed
May 8, 2023
ryoqun
reviewed
May 8, 2023
ryoqun
reviewed
May 8, 2023
ryoqun
reviewed
May 8, 2023
ryoqun
reviewed
May 18, 2023
apfitzge
force-pushed
the
feature/banking_worker
branch
from
May 18, 2023 18:03
79733ab
to
9871481
Compare
rebased on a conflict 😦 |
ryoqun
approved these changes
May 25, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitless lgtm. thanks so much as before for addressing all my review comments sincerely.
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.
Problem
Worker threads to be sent work by scheduler.
Summary of Changes
Blocked by #30925, #30976
Fixes #