-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove references to AllowUpdateAfterExpiry
, AllowUpdateAfterMisbehaviour
#1843
Conversation
…c-go into charly/remove_ref_allow_update
Codecov Report
@@ Coverage Diff @@
## main #1843 +/- ##
==========================================
- Coverage 80.07% 80.07% -0.01%
==========================================
Files 167 167
Lines 11750 11747 -3
==========================================
- Hits 9409 9406 -3
Misses 1925 1925
Partials 416 416
|
Sorry about the conflicts ❤️ Looks like most of those conflicts can be deleted -> "07-tendermint/types". Let me know if you need help going through them |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for fixing the conflicts!
Sorry I didn't mention this before, but it would be good to leave test cases ensuring we can update a frozen client (might want to just leave a test case updating an expired client as well. The value of the allow booleans of course don't matter in these cases
if tc.FreezeClient { | ||
subjectClientState.FrozenHeight = frozenHeight | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably leave the freeze client cases in since we unfreeze the client if it is frozen in the code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, yea good point
Description
closes: #1237
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes