Skip to content

Releases: pyth-network/pyth-crosschain

Pyth Wormhole Attester v4.0.0

28 Feb 13:22
b644b7f
Compare
Choose a tag to compare

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

28 Feb 13:52
0f3975f
Compare
Choose a tag to compare

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

14 Feb 11:21
e3831ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: xc-admin-v0.1.0...xc-admin-v0.2.0

Pyth SDK CW v1.0.0

14 Feb 15:04
40e42a5
Compare
Choose a tag to compare

Pyth SDK CW replaces Pyth Cosmwasm.

The SDK exposes

  • Data structures
  • Helper query functions
  • Testing utils

Pyth SDK CW 0.1.0

14 Feb 10:03
d95c924
Compare
Choose a tag to compare

Pyth SDK CW replaces Pyth Cosmwasm.

The SDK exposes

  • Data structures
  • Helper query functions
  • Testing utils

Pyth Price Server v3.0.0

10 Feb 18:16
3e9472b
Compare
Choose a tag to compare

What's Changed

  • [price service] Return VAA without prepending publish time by @jayantk in #577

Full Changelog: pyth-price-server-v2.3.5...pyth-price-server-v3.0.0

Pyth Price Server v2.3.5

09 Feb 17:14
981d62c
Compare
Choose a tag to compare

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

06 Feb 12:18
85cf4fb
Compare
Choose a tag to compare

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

03 Feb 03:36
8d73d07
Compare
Choose a tag to compare

Cross chain admin first release

Pyth Cosmwasm v0.1.0

25 Jan 09:17
16b7977
Compare
Choose a tag to compare

This exposes the cosmwasm rust code.