Skip to content
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

Merged
merged 6 commits into from
Jul 22, 2024

Conversation

DimitrisJim
Copy link
Contributor

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.

  • Targeted PR against the correct branch (see CONTRIBUTING.md).
  • Linked to GitHub issue with discussion and accepted design, OR link to spec that describes this work.
  • Code follows the module structure standards and Go style guide.
  • Wrote unit and integration tests.
  • Updated relevant documentation (docs/).
  • Added relevant godoc comments.
  • Provide a conventional commit message to follow the repository standards.
  • Include a descriptive changelog entry when appropriate. This may be left to the discretion of the PR reviewers. (e.g. chores should be omitted from changelog)
  • Re-reviewed Files changed in the GitHub PR explorer.
  • Review SonarCloud Report in the comment section below once CI passes.

@@ -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)
Copy link
Contributor Author

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.

CHANGELOG.md Outdated Show resolved Hide resolved
@DimitrisJim DimitrisJim changed the title chore(06-solomachine, 07-tendermint)make client state methods moved to lcm private chore(06-solomachine, 07-tendermint): make client state methods moved to lcm private Jul 18, 2024
Copy link
Contributor

@gjermundgaraba gjermundgaraba left a 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!

Copy link

sonarcloud bot commented Jul 19, 2024

@crodriguezvega crodriguezvega added the priority PRs that need prompt reviews label Jul 21, 2024
@colin-axner
Copy link
Contributor

I guess we could add the api removals in the migration docs

@DimitrisJim
Copy link
Contributor Author

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!

@DimitrisJim DimitrisJim added this pull request to the merge queue Jul 22, 2024
Merged via the queue into main with commit a6fd4d7 Jul 22, 2024
70 of 72 checks passed
@DimitrisJim DimitrisJim deleted the jim/make-client-state-methods-private branch July 22, 2024 11:11
mergify bot pushed a commit that referenced this pull request Jul 22, 2024
… to lcm private (#6891)

* 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)
damiannolan added a commit that referenced this pull request Jul 23, 2024
… 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-v9.0.x priority PRs that need prompt reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants