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

Bump minimum Solana crate versions to 1.17.3 #2975

Conversation

acheroncrypto
Copy link
Collaborator

Problem

The latest version (0.30.0) is using ProgramError::ArithmeticOverflow which was added in solana-labs/solana#33767 and does not exist before solana-program 1.17.3. However, we still support 1.16 in our version requirements:

solana-program = "1.16"

We could potentially fix this by introducing a new error variant ourselves or using an existing error variant, but given we're going to need to bump our Solana version anyway, and the fact that 1.17.3 release was published ~8 months ago, it's better to just bump the versions.

Summary of changes

Bump the minimum version of all Solana crates to 1.17.3.

Closes #2949

Copy link

vercel bot commented May 19, 2024

@acheroncrypto is attempting to deploy a commit to the coral-xyz Team on Vercel.

A member of the Team first needs to authorize it.

@acheroncrypto acheroncrypto added dependencies Pull requests that update a dependency file fix Bug fix PR labels May 19, 2024
@acheroncrypto acheroncrypto merged commit 4540c82 into coral-xyz:master May 19, 2024
48 of 49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file fix Bug fix PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latest anchor version is incompatible with solana 1.16.x
1 participant