This repository has been archived by the owner on May 31, 2023. It is now read-only.
Releases: Blockdaemon/pyth-go
Releases · Blockdaemon/pyth-go
v0.3.7
v0.3.6
v0.3.2
Publisher enumeration
Changelog
- accounts: add
slot
metadata field - accounts: rename
PriceAccountUpdate
toPriceAccountEntry
- query: add
commitment
function argument - query: add
GetPriceAccountsRecursive
,GetAllPriceAccounts
methods - query: rename
GetAllProducts
toGetAllProductAccounts
v0.3.1
v0.3.0
Product querying & better stream API
Changelog
- envs: add Env type and Devnet, Testnet, Mainnet default envs
- accounts: add JSON support for ProductAccount
- query: add Client.GetMappingAccount
- query: add Client.GetAllProductKeys
- query: add Client.GetAllProducts
- README: add attributions
- stream: refactor Client.StreamPriceAccounts
- query, stream: add examples to Go docs