-
Notifications
You must be signed in to change notification settings - Fork 588
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(06-solomachine, 07-tendermint): make client state methods moved to lcm private #6891
Conversation
@@ -682,10 +682,9 @@ func (suite *KeeperTestSuite) TestRecoverClient() { | |||
ibctesting.AssertEvents(&suite.Suite, expectedEvents, ctx.EventManager().Events().ToABCIEvents()) | |||
|
|||
// Assert that client status is now Active | |||
clientStore := suite.chainA.App.GetIBCKeeper().ClientKeeper.ClientStore(suite.chainA.GetContext(), subjectPath.EndpointA.ClientID) |
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.
tweaked some tests to go through lcm.
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.
Nice, looks good! 🚀 lgtm!
Quality Gate passed for 'ibc-go'Issues Measures |
I guess we could add the api removals in the migration docs |
We do mention a bunch for these (interface removal and method removal/made private when necessary). https://github.com/cosmos/ibc-go/blob/main/docs/docs/05-migrations/13-v8-to-v9.md#api-removals-1 If I'm missing something, lmk and I'll just add to em in a folow up! |
… to lcm private (#6891) (#6912) * chore(06-solomachine, 07-tendermint)make client state methods moved to lcm private. * docs: add changelog, add to migration doc. * Update CHANGELOG.md * Update docs/docs/05-migrations/13-v8-to-v9.md (cherry picked from commit a6fd4d7) Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com> Co-authored-by: Damian Nolan <damiannolan@gmail.com>
Description
surfaced during alpha audit of v9.
closes: #XXXX
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/
).godoc
comments.Files changed
in the GitHub PR explorer.SonarCloud Report
in the comment section below once CI passes.