Releases: pyth-network/pyth-agent
Releases · pyth-network/pyth-agent
Pyth Agent v1.3.1
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
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
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
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
- 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
Pyth Agent v0.1.1
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
Add image push action to CI (#41)