v1.14.177
ali-bahjati
released this
26 Jul 16:14
·
55 commits
to pyth-v1.14.17
since this 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.
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