Skip to content

chore(06-solomachine, 07-tendermint): make client state methods moved to lcm private#6891

Merged
DimitrisJim merged 6 commits intomainfrom
jim/make-client-state-methods-private
Jul 22, 2024
Merged

chore(06-solomachine, 07-tendermint): make client state methods moved to lcm private#6891
DimitrisJim merged 6 commits intomainfrom
jim/make-client-state-methods-private

Conversation

@DimitrisJim
Copy link
Copy Markdown
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.

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
Copy Markdown
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.

@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
Copy Markdown
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!

@sonarqubecloud
Copy link
Copy Markdown

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

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

@DimitrisJim
Copy link
Copy Markdown
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
@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

priority PRs that need prompt reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants