Skip to content

Conversation

@tejasbadadare
Copy link
Contributor

@tejasbadadare tejasbadadare commented Sep 5, 2025

Summary

  • Upgrade pyth-solana-receiver-sdk's anchor-lang dependency to version 0.31.1, as requested by several ecosystem teams.
    • Unfortunately, as a result, we have to pull the SDK out of the target_chains/solana cargo workspace since anchor-lang=0.31.1 conflicts with other dependencies in the workspace, namely the pinned version of wormhole-core-bridge-solana.
    • The crates in the workspace that depend on pyth-solana-receiver-sdk have been pinned to previous version 0.6.1 from crates-io, which is the last version that is compatible with the WH bridge dependency (since it uses the workspace dep of anchor-lang=0.28.0.)
    • To avoid clashing versions of pythnet-sdk brought in by the crates-io pyth-solana-receiver-sdk, the dependency has been patched to reference the local path.

How has this been tested?

@vercel
Copy link

vercel bot commented Sep 5, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
api-reference Ready Ready Preview Comment Sep 8, 2025 9:57pm
component-library Ready Ready Preview Comment Sep 8, 2025 9:57pm
developer-hub Ready Ready Preview Comment Sep 8, 2025 9:57pm
entropy-explorer Ready Ready Preview Comment Sep 8, 2025 9:57pm
insights Ready Ready Preview Comment Sep 8, 2025 9:57pm
proposals Ready Ready Preview Comment Sep 8, 2025 9:57pm
staking Ready Ready Preview Comment Sep 8, 2025 9:57pm

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.

3 participants