-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 to 1.18.0 #2795
Upgrade Solana to 1.18.0 #2795
Conversation
@acheroncrypto is attempting to deploy a commit to the coral-xyz Team on Vercel. A member of the Team first needs to authorize it. |
388e0cb
to
d1f21dd
Compare
The failing tests in CI have been working with all prior versions so I think something is off with program memory in We could fix these errors and merge this but I think there is a bigger problem here since if our CI have these errors, there is a high probability that many of the production programs will run into this problem too. For example
I might be missing something here but if not, this problem needs to be fixed from upstream. |
Superseded by #2867. |
Problem
Now that
solana-program 1.18.0
is out, new projects start with an incompatible version if the user's Solana CLI is<1.18
:Summary of changes
Upgrade Solana tools to
1.18.0
. Note thatsolana-program
crate minimum version requirement for Anchor crates is still1.16
.