Releases: pyth-network/pyth-sdk-rs
Releases · pyth-network/pyth-sdk-rs
Pyth SDK Solana v0.7.0
What's Changed
- Update dependency requirements for Solana related dependencies by @dadepo in #75
- Update the price schema by @ali-bahjati in #76
- An example contract for Solana by @yhzhang0128 in #72
- Update price feed structure + cascade changes by @ali-bahjati in #77
- Remove custom toolchain setup (default is stable) by @ali-bahjati in #80
- Relax solana version to be a range by @nevi-me in #81
- PriceAccount::get_price_no_older_than impl + happy case test by @0xripleys in #89
- relax solana version in sdk by @0xripleys in #90
- Bump versions to 0.7.0 by @nevi-me in #88
New Contributors
- @dadepo made their first contribution in #75
- @yhzhang0128 made their first contribution in #72
- @nevi-me made their first contribution in #81
- @cctdaniel made their first contribution in #86
- @0xripleys made their first contribution in #89
Full Changelog: pyth-sdk-solana-v0.6.1...pyth-sdk-solana-v0.7.0
Pyth SDK CW v0.3.0
Merge pull request #88 from nevi-me/v0.7.0 Bump versions to 0.7.0
Pyth SDK v0.6.1
- Bump pyth-sdk-solana version to 0.6.1
Pyth SDK Solana v0.6.1
- Bump pyth-sdk-solana to v0.6.1.
Pyth SDK v0.6.0
What's Changed
Full Changelog: pyth-sdk-solana-v0.6.0...pyth-sdk-v0.6.0
Pyth SDK Solana v0.6.0
What's Changed
Full Changelog: pyth-sdk-cw-v0.2.0...pyth-sdk-solana-v0.6.0
Pyth SDK v0.5.0
Changes:
- replace
get_previous_price_unchecked
withget_latest_available_price_unchecked
and a safe wrapper around it:get_latest_available_price_within_duration
Pyth SDK Solana v0.5.0
Changes:
- Replace
get_previous_price_unchecked
withget_latest_available_price_unchecked
and a safe wrapper around it:get_latest_available_price_within_duration
and changes solana accounts logic to support it in the stale price situation. - Expose
PriceIdentifier
in solana sdk (#29)
Pyth SDK CW v0.2.0
Changes:
- replace
get_previous_price_unchecked
withget_latest_available_price_unchecked
and 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.