Releases: pyth-network/pyth-crosschain
Releases · pyth-network/pyth-crosschain
Pyth Price Service v2.3.3
What's Changed
- [price-service] Hotfix cache by @ali-bahjati in #508
Full Changelog: pyth-price-service-v2.3.2...pyth-price-service-v2.3.3
Pyth Price Service v2.3.2
What's Changed
- [price-service] Hotfix leading 0x problem by @ali-bahjati in #507
Full Changelog: pyth-price-service-v2.3.1...pyth-price-service-v2.3.2
Pyth Price Service v2.3.1
What's Changed
- [price-service] Hotfix a serde problem by @ali-bahjati in #503
Full Changelog: pyth-price-service-v2.3.0...pyth-price-service-v2.3.1
pyth-wormhole-attester-v3.0.0
What's new
- removed
--daemon
flag
Pyth Price Service v2.3.0
What's Changed
- [price-service] Document the spy filters in .env.sample by @jayantk in #472
- [price-service] add /get_vaa endpoint that serves cache and db vaas by @cctdaniel in #482
- [price-service] Move to top by @ali-bahjati in #474
- [price-service] Update wormhole sdk package by @ali-bahjati in #495
- [price-service] Handle WS error by @ali-bahjati in #501
- [price-service] Add get_vaa_ccip endpoint by @ali-bahjati in #500
New Contributors
- @0xfirefist made their first contribution in #465
Full Changelog: pyth-wormhole-attester-v2.0.0...pyth-price-service-v2.3.0
Pyth Wormhole Attester v2.0.0
What's Changed
- Repo structure refactor by @drozdziak1 in #449
- wormhole-attester: port the v1.3.0 healthcheck hotfix by @drozdziak1 in #454
- pyth-wormhole-attester: use different manual buckets by @drozdziak1 in #452
Other notes
- pyth2wormhole -> pyth-wormhole-attester, lives under wormhole-attester/
- pyth2wormhole-client -> pwhac (changed binary name)
- Changed buckets for transaction processing times metric
Full Changelog: pyth-attester-v1.3.0...pyth-wormhole-attester-v2.0.0
Pyth Price Service v2.2.4
What's Changed
- add binary option to subscribe to binary vaas by @cctdaniel in #444
- add binary query string to /latest_price_feeds by @cctdaniel in #445
Full Changelog: pyth-attester-v1.3.0...pyth-price-service-v2.2.4
Wormhole Attester v1.3.0
Breaking changes
- p2w_autoattest.py -
P2W_OWNER_KEYPAIR
becomesSOL_PAYER_KEYPAIR
and its default vlaue changes from/usr/src/solana/p2w_owner.json
to/usr/src/solana/solana-devnet.json
. It is advisable to mount the keypair under a different name than solana-devnet and point at it with the new env.
Added features
- monitoring HTTP server - added HTTP healthcheck on 0.0.0.0:3000/healthcheck
- new
sol_rpc_tx_processing
metric for measuring RPC processing times on Solana for attestations
Pyth Price Service v2.2.3
What's Changed
- [price-service] Make gap metrics more accurate by @ali-bahjati in #426
Pyth Price Service v2.2.2
What's Changed
- [price-service] Update Vaa key for cache/metrics by @ali-bahjati in #424