This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
Releases: informalsystems/chainpulse
Releases · informalsystems/chainpulse
v0.3.2
v0.3.1
- Fix a bug where ChainPulse would fail to create the SQLite database.
Full Changelog: v0.3.0...v0.3.1
v0.3.0
-
Add a
populate_on_start
option to themetrics
section in the configuration to
populate the Prometheus metrics on start by replaying all packets present in the database so farWarning: Use with caution if you are already tracking any of the counters with Prometheus as this
will result in inflated results for all counters (but not gauges or histograms). -
Monitor packets stuck on IBC channels, and expose their number per channel as a new
ibc_stuck_packets
metric
Full Changelog: v0.2.0...v0.3.0
v0.2.0
- Add support for listening on multiple chains simultaneously
- Use a configuration file instead of command-line arguments
- Add internal metrics
- Add support for CometBFT 0.34 and 0.37
Full Changelog: v0.1.2...v0.2.0