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 to agave v2 from solana v1.18 packages #91

Closed
EmilRejman opened this issue Nov 26, 2024 · 2 comments
Closed

upgrade to agave v2 from solana v1.18 packages #91

EmilRejman opened this issue Nov 26, 2024 · 2 comments

Comments

@EmilRejman
Copy link

Hi!

Most of the valdiators already use agave-v2.0+ or dependent builds.

In your dependencies has each solana crate labled with ^1.18.12 which prevent builds.

Example:

error: failed to select a version for the requirement `solana_rbpf = "=0.8.0"`
candidate versions found which didn't match: 0.8.5, 0.8.4, 0.8.3, ...
location searched: crates.io index
required by package `solana-program-runtime v1.18.12`
    ... which satisfies dependency `solana-program-runtime = "=1.18.12"` of package `solana-config-program v1.18.12`
    ... which satisfies dependency `solana-config-program = "=1.18.12"` of package `solana-account-decoder v1.18.12`
    ... which satisfies dependency `solana-account-decoder = "^1.18.12"` of package `helius v0.2.1`
    ... which satisfies dependency `helius = "^0.2.1"` of package (...)
@0xIchigo
Copy link
Collaborator

gm! I will be cutting a new release for the SDK later today. This issue will be resolved then, as #80 covers this version bump

@0xIchigo
Copy link
Collaborator

Can be considered closed now with v0.2.2 being published

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

No branches or pull requests

2 participants