Releases: pyth-network/pythnet
v1.14.179
v1.14.178
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
- feat: add publisher caps to the validator by @guibescos in #302
New Contributors
- @guibescos made their first contribution in #302
Full Changelog: v1.14.177...v1.14.178
v1.14.177
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
- fix: update genesis to match current state by @ali-bahjati in #299
- Aggregation v2 by @Riateche in #296
- fix: use index for loading accounts and add more traces by @ali-bahjati in #309
- Bump oracle and pythnet versions by @Riateche in #308
- fix: change assert to assert! by @ali-bahjati in #310
New Contributors
Full Changelog: v1.14.173...v1.14.177
Pythnet v1.14.176
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
- fix: update genesis to match current state by @ali-bahjati in #299
- Aggregation v2 by @Riateche in #296
- fix: use index for loading accounts and add more traces by @ali-bahjati in #309
- Bump oracle and pythnet versions by @Riateche in #308
New Contributors
Full Changelog: v1.14.173...v1.14.176
Pythnet v1.14.175
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
- Pyth Oracle v2.32.0 in https://github.com/pyth-network/pyth-client/releases/tag/oracle-v2.32.0
What's Changed
New Contributors
Full Changelog: v1.14.174...v1.14.175
Pythnet v1.13.6 - 2022-06-07
v1.13.6+20220607 fixup! pyth: introduce pyth accumulator library