Skip to content

Commit 7b7be7e

Browse files
committed
fix: handle product attributes properly
use the new pyth sdk-solana that contains a bug fix for iterating over product attributes. the older version might go beyond the size of the attributes (and show old attribute residuals instead).
1 parent 05ad3b4 commit 7b7be7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-agent"
3-
version = "2.12.2"
3+
version = "2.12.3"
44
edition = "2021"
55

66
[[bin]]
@@ -24,7 +24,7 @@ chrono = "0.4.37"
2424
chrono-tz = "0.8.6"
2525
parking_lot = "0.12.1"
2626
pyth-sdk = "0.8.0"
27-
pyth-sdk-solana = "0.10.0"
27+
pyth-sdk-solana = "0.10.4"
2828
solana-account-decoder = "1.18.8"
2929
solana-client = "1.18.8"
3030
solana-sdk = "1.18.8"

0 commit comments

Comments
 (0)