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

Upgrade solana test validator to 2.0.14 #11

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

RyanHealey
Copy link
Collaborator

Solana have now recommended 2.0.14 for mainnet-beta. Additionally, anzaxyz/agave is the official Solana validator image.

As part of this, rpc method getRecentBlockhash was removed and suggests to use getLastestBlockhash instead.
https://solana.com/docs/rpc/deprecated/getrecentblockhash

@ml-james
Copy link
Collaborator

Please update all references to the old v1.18.25. A grep on "1.18.25" will tell you what you need to change.

Maybe this can be a build rule to catch this for inevitable future upgrades.

@ml-james
Copy link
Collaborator

I have remedied this on the extract-solana-client branch, whereby the solana version is set in the gradle.properties. There is now only place that the version is specified, removing the need of a build rule. I'm going to approve and merge this request so that I can merge the changes into the working extract-solana-client branch.

@ml-james ml-james merged commit 36e46c1 into master Oct 24, 2024
3 checks passed
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.

2 participants