Skip to content
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

solana-vote-interface: deprecate VoteState::commission_split #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jstarry
Copy link
Contributor

@jstarry jstarry commented Feb 8, 2025

The commission split logic should live in the runtime rather than the sdk in my opinion. I need to use this logic on a new runtime vote state view type introduced in anza-xyz/agave#4834 without creating an instance of a VoteState. The logic will be moved into the runtime here: anza-xyz/agave#4876. Rather than keeping two copies of this logic, let's deprecate and remove the method here since I don't think it's that useful to clients.

@jstarry jstarry force-pushed the clean/deprecate-vote-commission branch from 253cbac to 90a8b3c Compare February 8, 2025 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant