Pyth Agent v1.4.0
What's Changed
- Improved gas efficiency for slow moving prices - Starting with this release, the agent will not publish prices with unchanged price/confidence/status, unless a configurable delay from last publishing has passed or if the price does change. The delay is configured with a new option called
<network>.exporter.unchanged_publishing_threshold
(at least 5s between unchanged updates by default), - Moved some non-essential log messages to the debug log level
Docker image
You can find the pyth-agent Docker image here: https://gallery.ecr.aws/pyth-network/agent
Full Changelog: v1.3.1...v1.4.0