Skip to content

Releases: pyth-network/pyth-agent

Pyth Agent v1.3.1

20 Jun 13:38
4ab94d4
Compare
Choose a tag to compare

Fixes

Changes log level of stale price update message from warn to info

Docker image

You can find the pyth-agent Docker image here: https://gallery.ecr.aws/pyth-network/agent

Pyth Agent v1.3.0

19 May 10:43
b9f1cd2
Compare
Choose a tag to compare

New features

  • Publishing API now supports JSONRPC batch requests

Fixes

  • No more unexpected large memory allocations and the resulting segfaults

Docker image

You can find the pyth-agent Docker image here: https://gallery.ecr.aws/pyth-network/agent

Pyth Agent v1.2.3

18 Apr 11:47
v1.2.3
346fdda
Compare
Choose a tag to compare

What's new

  • Initial round of Per-symbol Prometheus metrics served on http://<metrics_server.bind_address>/metrics
  • Configurable logging buffer capacity at channel_capacities.logger_buffer, default bumped from 15 to a comfortable 10 000.
  • HTML dashboard is also served at http://<metrics_server.bind_address>/ ( /dashboard still works)
  • Additional sample configs available under config/
  • Initial support for the Pythnet accumulator - this is a Pythnet-specific Wormhole publishing feature, yet to be rolled out to Pythtest and Pythnet

Fixes

  • Fixed misleading config docs which listed top-level settings under primary_network settings (remote keypair loader and metrics_server)
  • Unpermissioned symbols are now filtered out automatically per network, limiting failing transaction cost

Full Changelog: v1.1.0...v1.2.3

Pyth Agent v1.1.0

29 Mar 16:12
ec36079
Compare
Choose a tag to compare

What's new

  • Use stable Rust
  • Simple dashboard on localhost:8888/dashboard
  • Optimized TCP connection count for symbol set lookups
  • Remote keypair hotloading on localhost:9001/primary|secondary/load_keypair

All new settings are optional and documented in config/config.toml

Pyth Agent v1.0.0

21 Feb 12:42
d141977
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v1.0.0

Pyth Agent v0.1.2

15 Feb 23:49
3bf50bf
Compare
Choose a tag to compare

What's Changed

  • Request compute units per price update instruction by @jayantk in #44

New Contributors

Full Changelog: v0.1.1...v0.1.2

Pyth Agent v0.1.1

10 Feb 11:12
4fc696c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

Pyth Agent v0.1.0

09 Feb 15:16
bdf6590
Compare
Choose a tag to compare
Add image push action to CI (#41)