-
Notifications
You must be signed in to change notification settings - Fork 380
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
extract vote-interface crate #4482
Conversation
The Firedancer team maintains a line-for-line reimplementation of the |
7f05824
to
dfed76d
Compare
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.
It's really cool to see this all come together! @yihau can you accept ownership of solana-vote-interface
?
@@ -1,8 +1,22 @@ | |||
use super::{vote_state_0_23_5::VoteState0_23_5, vote_state_1_14_11::VoteState1_14_11, *}; |
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.
Thanks for getting rid of the globs 🙏
dfed76d
to
5a96bd2
Compare
Problem
solana_program::vote
imposes a solana_program dep in a few placesSummary of Changes