This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
Releases: pyth-network/pyth-sdk-solidity
Releases · pyth-network/pyth-sdk-solidity
Pyth SDK Solidity v2.2.0
What's Changed
- Add payable to the README example by @ali-bahjati in #35
- Add PythErrors.sol by @ali-bahjati in #36
Full Changelog: v2.1.0...v2.2.0
Pyth SDK Solidity v2.1.0
What's Changed
- Update README.md by @ali-bahjati in #29
- Point reader to function variants in readme by @jayantk in #31
- Update the SDK for downstream optimizations by @ali-bahjati in #32
- Add Solidity prettier extension by @ali-bahjati in #33
- Add parsePriceFeedUpdates by @ali-bahjati in #34
Full Changelog: v2.0.0...v2.1.0
Pyth SDK Solidity v2.0.0 - Localnet
This interface is still not live on our contracts. Please use v1.0.1 for now.
What's Changed
- Update getUpdateFee signature to take updateData by @ali-bahjati in #30
Full Changelog: v1.0.1...v2.0.0
Pyth SDK Solidity v1.0.1
What's Changed
- Add override to getValidTimePeriod by @ali-bahjati in #28
Full Changelog: v1.0.0...v1.0.1
Pyth SDK Solidity v1.0.0
What's Changed
- Abehjati/refactor-interface-release by @ali-bahjati in #27
Full Changelog: v0.5.2...v1.0.0
Pyth SDK Solidity 0.5.2
What's Changed
- Update README.md by @ali-bahjati in #24
- Abehjati/fix-mem-layout by @ali-bahjati in #25
- Refactor the interface by @ali-bahjati in #26
Full Changelog: v0.5.1...v0.5.2
Pyth SDK Solidity v0.5.1
This release adds
updatePriceFeedsIfNecessary
: It is a wrapper aroundupdatePriceFeeds
that rejects fast if the price update is not necessary.
Pyth SDK Solidity v0.5.0
This release removes:
getPrevPriceUnsafe
and adds:
getLatestAvailablePriceUnsafe
getLatestAvailablePriceWithinDuration
to replace behavior of the removed function in a more elegant way. Please refer to the functions documentation for more information.
Pyth SDK Solidity v0.4.0
Changes:
- Add and modifies Pyth events
- Add update price fee
- Add abi files to the package
Pyth SDK Solidity v0.4.0 Beta 0
v0.4.0-beta.0 Release 0.4.0-beta.0