Skip to content

Commit 4a1aaeb

Browse files
committed
chore(pyth-sdk-solana): add notice and bump to 0.10.6
Clarify that this crate contains internal Pythnet implementation details and direct Solana users to pyth-solana-receiver-sdk. Bump version so the updated README can be published to crates.io.
1 parent d6598dc commit 4a1aaeb

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99

1010
[workspace.dependencies]
1111
pyth-sdk = { path = "./pyth-sdk", version = "0.8.0" }
12-
pyth-sdk-solana = { path = "./pyth-sdk-solana", version = "0.10.4" }
12+
pyth-sdk-solana = { path = "./pyth-sdk-solana", version = "0.10.6" }
1313

1414
solana-program = ">= 1.10"
1515
borsh = "0.10.4"

examples/sol-anchor-contract/programs/sol-anchor-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ default = []
2020
anchor-lang = "0.28.0"
2121
pyth-sdk = { path = "../../../../pyth-sdk", version = "0.8.0" }
2222
solana-program = ">= 1.10, < 2.0"
23-
pyth-sdk-solana = { path = "../../../../pyth-sdk-solana", version = "0.10.2" }
23+
pyth-sdk-solana = { path = "../../../../pyth-sdk-solana", version = "0.10.6" }

pyth-sdk-solana/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-sdk-solana"
3-
version = "0.10.5"
3+
version = "0.10.6"
44
authors = ["Pyth Data Foundation"]
55
workspace = "../"
66
edition = "2018"

pyth-sdk-solana/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Pyth Network Solana SDK
22

3+
> Notice: This crate contains the internal implementation details of Pyth on Pythnet. If you want to use Pyth prices on Solana, use the [pyth-solana-receiver-sdk](https://crates.io/crates/pyth-solana-receiver-sdk) crate instead.
4+
35
This crate provides utilities for reading price feeds from the [pyth.network](https://pyth.network/) oracle on the Solana network.
46
It also includes several [off-chain example programs](examples/).
57

pyth-sdk-solana/test-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test-bpf = []
99
no-entrypoint = []
1010

1111
[dependencies]
12-
pyth-sdk-solana = { path = "../", version = "0.10.0" }
12+
pyth-sdk-solana = { path = "../", version = "0.10.6" }
1313
solana-program = ">= 1.10"
1414
bytemuck = "1.7.2"
1515
borsh = "0.10.3"

0 commit comments

Comments
 (0)