forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 311
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
Introduce SchedulingStateMachine for unified scheduler #44
Closed
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
* Add GHA to close new issues with a comment * Remove trailing whitespace
ryoqun
force-pushed
the
scheduling-state-machine
branch
from
March 4, 2024 13:53
e1143e2
to
8b317eb
Compare
Add github action to close new pull requests with a comment directing them to agave
* ci: add upload-gcs-artifact * ci: publish release binaries to GCS * ci: redirect github repo to anza-xyz * ci: publish windows binaries to GCS * replace release.solana.com with release.anza.xyz * use a explicit name for credential
* Update README.md * ci: update CodeCov report link * ci: update github pr link * ci: rename secondary pipeline * replace org name in .mergify * update channel info link * update dependabot pr link * use anza docker image * delete travis --------- Co-authored-by: Will Hickey <[email protected]>
* ci: fix windows build * ci: publish sdk docker image with the new name * update automerge status
ci: removed unused s3 upload in Windows build
* rename geyser-plugin-interface * rename cargo registry * rename watchtower * rename ledger tool * rename validator * rename install * rename geyser plugin interface when patch
solana-labs#69) * Make inactive_stake consistent * Add rpc_deprecated_v1_18 module * Move get_stake_activation to deprecated list * Fix typo
This reverts commit 3f9a7a5.
This reverts commit 58e9a19.
This reverts commit b0022d7.
This reverts commit 9355518.
ryoqun
force-pushed
the
scheduling-state-machine
branch
2 times, most recently
from
March 7, 2024 05:12
e1143e2
to
f245874
Compare
ryoqun
force-pushed
the
scheduling-state-machine
branch
3 times, most recently
from
March 7, 2024 05:19
f245874
to
4fcb360
Compare
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.
Migrated solana-labs#35286.
(let's finish up the review at the original pr; then just r+ on this pr; sans unfortunate rebase due to ci; this branch is identical as the last week).