-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add new vote account for timely vote credits #101
Conversation
buffalu
commented
Oct 6, 2023
•
edited
Loading
edited
- Add new vote account for TVC
- Updating solana validator versions
- Comment out solana-verify for now.
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.
may also want to upgrade jito-protecc in the example programs to 1.16/0.28
default-env = "0.1.1" | ||
jito-programs-vote-state = "0.1.3" | ||
solana-program = "1.14" | ||
jito-programs-vote-state = { path = "../vote-state" } |
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.
fine to do this here but for future reference:
in order to publish this package to crates.io we'll need to first publish a new version of jito-programs-vote-state then point this at that version, since crates doesn't like it when your package references relative paths
Add new vote account for TVC. Updating solana validator versions for CI. Update dependencies for solana-* in Cargo.toml Comment out solana-verify for now as it's not working with v1.16