Releases: pyth-network/pyth-sdk-rs
Releases · pyth-network/pyth-sdk-rs
Pyth SDK Solana v0.5.0
Changes:
- Replace
get_previous_price_uncheckedwithget_latest_available_price_uncheckedand a safe wrapper around it:get_latest_available_price_within_durationand changes solana accounts logic to support it in the stale price situation. - Expose
PriceIdentifierin solana sdk (#29)
Pyth SDK CW v0.2.0
Changes:
- replace
get_previous_price_uncheckedwithget_latest_available_price_uncheckedand a safe wrapper around it:get_latest_available_price_within_duration
Pyth SDK CosmWasm v0.1.0
Pyth SDK CosmWasm replaces Pyth SDK Terra and supports CosmWasm v1.0.0.