core affinity on mac noop#733
Merged
leafaar merged 6 commits intorpcpool:masterfrom Apr 27, 2026
Merged
Conversation
Contributor
|
@grooviegermanikus could you check the |
Contributor
Author
|
my bad. I've updated that crate. that check did not run locally tho - so hope that work now |
Contributor
Author
|
@leafaar pushed a fix. you might need to click sth to rerun the CI |
Contributor
|
@grooviegermanikus now there's cargo fmt, try doing |
leafaar
approved these changes
Apr 27, 2026
Contributor
|
thanks @grooviegermanikus |
leafaar
added a commit
that referenced
this pull request
Apr 29, 2026
- bump agave monorepo deps to 4.0.0-rc.0 (geyser-plugin-interface, account-decoder, storage-proto, transaction-context, transaction-status) - bump matching Solana SDK crates (account 3.4.0, hash 4.2.0, message 3.1.0, pubkey 4.1.0, signature 3.3.0, transaction 3.1.0, keypair 3.1.0, clock 3.0.1, spl-token-2022-interface 2.1.0) - bump rust toolchain to 1.94.1 (required by agave 4.0.0-rc.0) - proto: add commission_bps field to Reward (SIMD-0291) - geyser: wire commission_bps through convert_to / convert_from - geyser: update TransactionReturnData import path to solana_transaction_context::transaction::TransactionReturnData - fix new clippy 1.94 lints (iter_kv_map, manual_is_multiple_of) - yellowstone-grpc-geyser 12.3.0 -> 13.0.0 - yellowstone-grpc-proto 12.2.0 -> 12.3.0 - changelog: add entries for #735 (grpc method in bandwidth metrics) and #733 (mac noop core affinity) which were missing
This file contains hidden or 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
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.
Project does not compile on MacOS because the crate
affinityuses for core pinning does not support MacOS.Solution
Implement no-op for MacOS and delegate to crate
affinityfor linux+windows.picking up this #643