New Feature
In an alert config, users can use consecutive_missed_exclude_preactions to include or exclude the cases where a validator submits prevote and precommit, but the proposer does not include it in the block for the consecutive missed blocks alert. This is helpful for chains like Celestia where validators only include 2/3 of the votes (enabled by V6).
What's Changed
- #52 fix the similar issue in Namada provider by @gluckzhang in #54
- fix stake change comparison by @gluckzhang in #55
- #56 exclude precommit and prevote for missing consecutive blocks alert by @gluckzhang in #57
Full Changelog: v2.3.4...v2.3.5