Releases: pyth-network/pyth-agent
Releases · pyth-network/pyth-agent
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>/(/dashboardstill 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_networksettings (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
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
What's Changed
Full Changelog: v0.1.2...v1.0.0
Pyth Agent v0.1.2
Pyth Agent v0.1.1
What's Changed
Full Changelog: v0.1.0...v0.1.1
Pyth Agent v0.1.0
Add image push action to CI (#41)