-
Notifications
You must be signed in to change notification settings - Fork 147
feat: upgrade Solana version #435
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
base: main
Are you sure you want to change the base?
Conversation
33bedf4
to
4af9911
Compare
72b0254
to
3b15949
Compare
@KellianDev I wanted to update to Solana v3 for myself, so I thought I'd give back to the community. You can use this as a starting point, or add your comments here. Tried to add explain some things I did here There is some ugly stuff there because components needed to be upgraded:
|
3b15949
to
894774a
Compare
I did some testing and this is actually a working version. I still had to use |
Some notes, we should use |
5d618b8
to
7784343
Compare
This is a complete migration to Solana v3 without ugly stuff. A few notes:
|
7784343
to
30aac98
Compare
30aac98
to
97a7b5a
Compare
uuid = { version = "1.6.1", features = ["serde", "v7"] } | ||
yellowstone-grpc-client = { version = "9.0.0" } | ||
yellowstone-grpc-proto = { version = "9.0.0", features = ["convert"] } | ||
yellowstone-grpc-client = { git = "https://github.com/rpcpool/yellowstone-grpc", rev = "73c43e1112f6b3432a6b2df9bad73438f6c51034" } |
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.
@KellianDev @unbound26z this is ready for review |
Upgrade to solana v3:
https://github.com/anza-xyz/solana-sdk?tab=readme-ov-file#upgrading-from-v2-to-v3