Pyth Agent v1.2.3
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