You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat!: add height-base filter for consumer equivocation evidence (#1435)
* check the chainID for ConsumerDoubleVoting
* refactor: move all equivocation work in one file
* filter consumer evidence based on min height
* set min evidence height on CreateConsumerClient
* cleanup state on chain removal
* add CRUD test
* add integration tests for double voting
* add integration tests for misbehaviour
* update proposal UTs
* add changelog entry
---------
Co-authored-by: Simon Noetzlin <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
5
5
Add an entry to the unreleased section whenever merging a PR to main that is not targeted at a specific release. These entries will eventually be included in a release.
6
6
7
+
* (feat!) [#1435](https://github.com/cosmos/interchain-security/pull/1435) Add height-base filter for consumer equivocation evidence.
0 commit comments