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

feat: rollkit integration #5864

Closed
wants to merge 3 commits into from
Closed

feat: rollkit integration #5864

wants to merge 3 commits into from

Conversation

charleenfei
Copy link
Contributor

Description

closes: #XXXX

Commit Message / Changelog Entry

type: commit message

see the guidelines for commit messages. (view raw markdown for examples)


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/) or specification (x/<module>/spec/).
  • Added relevant godoc comments.
  • Provide a commit message to be used for the changelog entry in the PR description for review.
  • Re-reviewed Files changed in the Github PR explorer.
  • Review Codecov Report in the comment section below once CI passes.

damiannolan and others added 2 commits February 19, 2024 16:15
* chore(08-wasm): add VerifyMembershipProof to stargate query acceptlist

* chore: update service definition URL in 08-wasm stargate accepted queries

* chore: add doc comment to querier test, address nit to move defaultAcceptList

* feat(draft): add custom client validator func

* feat: add SelfClientValidator type alias func and refactor tests to confirm it works

* refactor: updated ibc client keeper to use interface type for self client validation of consensus parameters

* lint: make lint-fix

* chore: merge main and fix linter

* test: cleaned up GetSelfConsensusState tests

* test: added test cases for custom validator logic

* nit: rename receiver arg

* fix: put back ibctm import from merge conflicts

---------

Co-authored-by: chatton <github.qpeyb@simplelogin.fr>
@charleenfei charleenfei changed the title Feat/rollkit feat: rollkit integration Feb 19, 2024
package keeper

import (
"reflect"

Check notice

Code scanning / CodeQL

Sensitive package import Note

Certain system packages contain functions which may be a possible source of non-determinism
Copy link
Member

@AdityaSripal AdityaSripal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This approach seems like a chain can only support the counterparties having go tm clients or wasm tm clients but not both.

Also I thought this may no longer be necessary with the changes being made to wasm as part of 02-client routing?

@damiannolan
Copy link
Member

This approach seems like a chain can only support the counterparties having go tm clients or wasm tm clients but not both.

Also I thought this may no longer be necessary with the changes being made to wasm as part of 02-client routing?

Agree, made a comment here that this would be a temporary stop-gap solution: #5315 (comment) (primarily used for testing integration points atm). Ideally with the 02-client routing changes, 08-wasm clients can store client state without the envelope.

I can close this PR for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants