Skip to content

Releases: pyth-network/pythnet

v1.14.179

11 Sep 11:42
c4ca9ec
Compare
Choose a tag to compare

What's Changed

  • Added support for publishing prices in batches using the new pyth-price-store program

Full Changelog: v1.14.178...v1.14.179

v1.14.178

21 Aug 17:43
Compare
Choose a tag to compare

This release adds some logic to compute the publisher stake caps in the Pythnet validator behind a feature gate. Publisher stake caps are a per publisher real-time metric that encapsulates how much the publisher is contributing to prices. They are added to the accumulator as a new type of message and are meant to be consumed by reward distributing mechanisms on other chains.

What's Changed

New Contributors

Full Changelog: v1.14.177...v1.14.178

v1.14.177

26 Jul 16:14
Compare
Choose a tag to compare

This release optimizes the Pythnet validator performance and moves the aggregation of Pyth prices into the validator alongside the accumulator. This change is disabled by default and gets enabled (feed-by-feed) via the Pythian price feeds council once all the nodes have migrated to the new version.

This change, requires all the validators to add the following to their running arguments:

--account-index program-id

The validator will crash if this argument is not provided.

What's Changed

New Contributors

Full Changelog: v1.14.173...v1.14.177

Pythnet v1.14.176

26 Jul 13:37
Compare
Choose a tag to compare
Pythnet v1.14.176 Pre-release
Pre-release

This release optimizes the Pythnet validator performance and moves the aggregation of Pyth prices into the validator alongside the accumulator. This change is disabled by default and gets enabled (feed-by-feed) via the Pythian price feeds council once all the nodes have migrated to the new version.

What's Changed

New Contributors

Full Changelog: v1.14.173...v1.14.176

Pythnet v1.14.175

25 Jul 07:21
a378583
Compare
Choose a tag to compare
Pythnet v1.14.175 Pre-release
Pre-release

This release moves the aggregation of Pyth prices into the validator alongside the accumulator. This change is disabled by default and gets enabled (feed-by-feed) via the Pythian price feeds council once all the nodes have migrated to the new version.

Relevant Releases

What's Changed

New Contributors

Full Changelog: v1.14.174...v1.14.175

Pythnet v1.13.6 - 2022-06-07

07 Jun 14:37
Compare
Choose a tag to compare
v1.13.6+20220607

fixup! pyth: introduce pyth accumulator library