Releases: pyth-network/pyth-crosschain
Releases · pyth-network/pyth-crosschain
Pyth Wormhole Attester v4.0.0
The Wormhole Attestation contract has two breaking changes that also affect the attester:
- It allocates a PDA per price feed to store the latest publish time and attestation time. This changes the accounts of attest instruction.
- It requires a data for the attest instruction to set the cap on attestation rate.
Pyth Wormhole Attester Program v2.0.0
What's Changed
- New on-chain state introduced - latest trading publish time and last attestation timestamp
Full Changelog: pyth-wormhole-attester-v4.0.0...pyth-wormhole-attester-program-v2.0.0
xc-admin-v0.2.0
What's Changed
- [price-service] Make the README better by @guibescos in #560
- [prettier] Prettier sync by @guibescos in #562
- [Xc-admin] ledger by @guibescos in #561
- [price-service/client] Add e2 test by @ali-bahjati in #559
- [price-service] Bump version to 2.3.4 by @ali-bahjati in #566
- [xc-admin] add general tab by @cctdaniel in #551
- Xc admin/crank for creating accounts by @guibescos in #568
- [lerna] Update the lock after price server upgrade by @ali-bahjati in #569
- wormhole_attester: per-symbol PDAs for attestation state by @drozdziak1 in #567
- [xc-admin] fix bug where adding new price feed doesnt work by @cctdaniel in #571
- Add remote to general tab by @guibescos in #572
- [price_service/server] Improve vaa counter metric by @ali-bahjati in #573
- [cosmwasm] fix build.sh script by @0xfirefist in #574
- [xc-admin] add proposals page by @cctdaniel in #570
- [cosmwasm] pyth-sdk-cw by @0xfirefist in #575
- [price service] Return VAA without prepending publish time by @jayantk in #577
- [cosmwasm] Move data structures to pyth-sdk-cw by @0xfirefist in #578
- [xc-admin] add approve/reject/execute/cancel buttons by @cctdaniel in #576
- [price-service] Commit package-lock from previous PR by @guibescos in #579
- [xc-admin] Crank : Improve error logging by @guibescos in #580
- [xc-admin] Rename security multisig to priceFeed multisig by @guibescos in #581
- [xc-admin] Enable proposal page for testnet and pythtest by @guibescos in #582
- [cosmwasm] add testing module by @0xfirefist in #585
- Add product in one step by @guibescos in #586
- [cosmwasm] add query helper functions by @0xfirefist in #587
- [xc-admin] add verified/unverified tags for individual proposals by @cctdaniel in #584
- [cosmwasm] Update example contract by @0xfirefist in #593
- [cosmwasm] Release setup by @0xfirefist in #594
- [xc-admin] crank relayer needs to create price and product accounts by @guibescos in #589
- [xc-admin] crank executor add product by @guibescos in #588
- [xc-admin] Restore approve by @guibescos in #591
- [xc-admin] Fix bug with targetChain by @guibescos in #592
Full Changelog: xc-admin-v0.1.0...xc-admin-v0.2.0
Pyth SDK CW v1.0.0
Pyth SDK CW replaces Pyth Cosmwasm.
The SDK exposes
- Data structures
- Helper query functions
- Testing utils
Pyth SDK CW 0.1.0
Pyth SDK CW replaces Pyth Cosmwasm.
The SDK exposes
- Data structures
- Helper query functions
- Testing utils
Pyth Price Server v3.0.0
What's Changed
Full Changelog: pyth-price-server-v2.3.5...pyth-price-server-v3.0.0
Pyth Price Server v2.3.5
What's Changed
- [price_service/server] Improve vaa counter metric by @ali-bahjati in #573
Full Changelog: pyth-price-server-v2.3.4...pyth-price-server-v2.3.5
Pyth Price Server v2.3.4
What's Changed
- [price-service] Improve and update tests by @ali-bahjati in #521
- [price-service] Add price service client and sdk to this repo by @ali-bahjati in #525
- [price-service] Remove wasm from readme and workflow by @guibescos in #548
- [price-service] Ignore old price updates from wormhole by @jayantk in #542
- [price-service] Make the README better by @guibescos in #560
- [price-service] Bump version to 2.3.4 by @ali-bahjati in #566
Full Changelog: pyth-price-service-v2.3.3...pyth-price-service-v2.3.4
xc-admin-v0.1.0
Cross chain admin first release
Pyth Cosmwasm v0.1.0
This exposes the cosmwasm rust code.