Releases: kilnfi/cosmos-validator-watcher
Releases · kilnfi/cosmos-validator-watcher
v0.9.0
💫 Features
- feat: create debug sub command (exp) (#57) by @MattKetmo
- feat: add start/stop timeout options (#58) by @MattKetmo
🛠️ Bug fixes
- fix: mark node without new block as not synced (#54) by @MattKetmo
- fix: potential panic when rpc doesn't return block (#56) by @MattKetmo
- feat: add start/stop timeout options (#58) by @MattKetmo
🕹️ Others
- chore: refacto vote watcher and x-gov version (#55) by @MattKetmo
Full Changelog: v0.8.1...v0.9.0
v0.8.1
🛠️ Bug fixes
- fix: handle nil pointer in upgrade hook (#50) by @MattKetmo
Full Changelog: v0.8.0...v0.8.1
v0.8.0
💫 Features
- feat: send webhook on planned upgrade (#43) by @MattKetmo
🛠️ Bug fixes
- fix: handle error on node start (#42) by @MattKetmo
- fix: do not exit when node start fails (#47) by @MattKetmo
- fix: fix vote metrics when proposal is passed (#49) by @MattKetmo
🕹️ Others
Full Changelog: v0.7.0...v0.8.0
v0.7.0
💫 Features
- feat: expose proc & go prometheus metrics (#38) by @MattKetmo
- feat: add token-exponent option (#39) by @MattKetmo
- feat: fallback to block polling (#40) by @MattKetmo
- feat: add denom option & rename token-exponent to denom-exponent (#41) by @MattKetmo
Full Changelog: v0.6.1...v0.7.0
v0.6.1
🛠️ Bug fixes
- fix(upgrade): fix typo on proposal TypeUrl value (#37) by @MattKetmo
Full Changelog: v0.6.0...v0.6.1
v0.6.0
💫 Features
- feat: check upgrade plan from pending votes (#29) by @MattKetmo
- feat: add metrics proposal_end_time (#31) by @MattKetmo
- feat: add option to switch between gov/v1 & gov/v1beta1 (#36) by @MattKetmo
🛠️ Bug fixes
- fix: don't check pending upgrade proposals if gov if disabled (#34) by @MattKetmo
- fix(upgrade): add check for MsgSoftwareUpgrade proposals (#35) by @MattKetmo
🕹️ Others
- chore: allow many watchers to subscribe to events (#30) by @MattKetmo
- chore: add simple e2e tests script (#32) by @MattKetmo
Full Changelog: v0.5.0...v0.6.0
v0.5.0
💫 Features
- feat: monitor chain upgrade (hard fork) (#22) by @MattKetmo
- feat: monitor validators vote on pending proposals (#24) by @MattKetmo
🛠️ Bug fixes
- fix: ignore fail to fetch latest block on node start (#28) by @MattKetmo
🕹️ Others
- chore: get node status & validators before starting watchers (#27) by @MattKetmo
Full Changelog: v0.4.0...v0.5.0
v0.4.0
💫 Features
- feat: add metric
solo_missed_block
(#25) by @MattKetmo
🛠️ Bug fixes
- fix(ci): move the platforms setting in docker/build-push-action (#19) by @MattKetmo
- fix: add missing error log on node start (#23) by @MattKetmo
🕹️ Others
- chore: split watcher into smaller composable modules (#20) by @MattKetmo
Full Changelog: v0.3.0...v0.4.0
v0.3.0
💫 Features
- feat: add chain_id label & check all nodes use the same (#16) by @MattKetmo
- feat: add option to disable staking module for consumer chains (#18) by @MattKetmo
🛠️ Bug fixes
- fix: rename metrics
bonded_tokens
totokens
(#15) by @MattKetmo - fix: decrease block height in output (#17) by @MattKetmo
Full Changelog: v0.2.0...v0.3.0
v0.2.0
💫 Features
- feat: expose bonded tokens in metrics (#10) by @MattKetmo
- feat: expose metrics related to validators rank (#9) by @MattKetmo
🛠️ Bug fixes
- fix: ensure watcher readiness is read atomically (#13) by @MattKetmo
🕹️ Others
- chore: set up release drafter (#11) by @MattKetmo
- chore(ci): exclude arm64 build in pull requests (#12) by @MattKetmo
Full Changelog: v0.1.0...v0.2.0