v2.11.0
What's Changed
- Fixed decoding
unchanged_publish_threshold
field in the config - Changed default value of
unchanged_publish_threshold
from 5 s to 3 s - Added support for publishing prices in batches using the new pyth-price-store program
- Added new optional field
pyth_price_store_program_key
to the config. When set, pyth-agent will use pyth-price-store for publishing instead of the oracle. - Renamed
program_key
config field topyth_oracle_program_key
for clarity. Old field name is still supported for compatibility but is now deprecated.
- Added new optional field
Full Changelog: v2.10.4...v2.11.0