Skip to content

Pyth Agent v1.2.3

Compare
Choose a tag to compare
@drozdziak1 drozdziak1 released this 18 Apr 11:47
· 98 commits to main since this release
v1.2.3
346fdda

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