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

Pyth solana stub #1754

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
updated dependencies - still facing same error
  • Loading branch information
lopeselio committed Jul 1, 2024
commit 85ba28dec07c63d0092da0a87e718f16d4516135
71 changes: 7 additions & 64 deletions target_chains/solana/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions target_chains/solana/programs/pyth-solana-receiver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ wormhole-core-bridge-solana = {workspace = true}
wormhole-raw-vaas = {version = "0.1.3", features = ["ruint", "on-chain"], default-features = false }
pyth-solana-receiver-sdk = { path = "../../pyth_solana_receiver_sdk"}
rand = "0.8.5"
serde_with = "3.8.1"
serde_with = { version = "2.3.3", default-features = false }

[dev-dependencies]
solana-sdk = { workspace = true }
solana-sdk = { workspace = true }
tokio = "1.14.1"
program-simulator = { path = "../../program_simulator" }
wormhole-vaas-serde = { workspace = true }
serde_wormhole = { workspace = true }
common-test-utils = { path = "../../common_test_utils" }
# pyth_solana_receiver = { path = "../pyth-solana-receiver/src/programs/pyth_solana_receiver" } # Update this line

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't compile

Copy link

@lopeselio lopeselio Jul 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Loading