Skip to content

Releases: pyth-network/pyth-agent

Pyth Agent v1.2.3

18 Apr 11:47
v1.2.3
346fdda

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

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

Choose a tag to compare

What's Changed

  • Improve logging and reliability by @ali-bahjati in #45
  • Bump version to 1.0.0 by @ali-bahjati in #46

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

Pyth Agent v0.1.2

15 Feb 23:49
3bf50bf

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

Choose a tag to compare

What's Changed

  • Update integration tests readme by @ali-bahjati in #42
  • Improve cargo build by @ali-bahjati in #43

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

Pyth Agent v0.1.0

09 Feb 15:16
bdf6590

Choose a tag to compare

Add image push action to CI (#41)