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

ICA Client testing #486

Draft
wants to merge 51 commits into
base: main
Choose a base branch
from
Draft

ICA Client testing #486

wants to merge 51 commits into from

Conversation

Kayanski
Copy link
Contributor

@Kayanski Kayanski commented Oct 7, 2024

This Pr aims at moving and testing the ICA client based on Abstract V2.

  • ICA Client is a native module for now but is not installable by users (The IBC Client is the only native module that can be installed)
  • ICA Client has a lot of pre-requisites to work (it necessitates IBC channels and IBC forwarder)
  • It is dependent on the EVM note being registered inside abstract.
    • Should we create a deployment flow that includes both to make sure everything is registered when deploying abstract ?
    • I think that the deployment flow of the ICA client and the Polytone EVM implementation need to follow the exact same flow as our current Polytone and Abstract flow

Testing is extremely limited because UNION is VERY SLOW to commit packets receive and acks.

The file containing the test can be found here: https://github.com/AbstractSDK/abstract/pull/486/files#diff-91fd048063bac99685bc53380e57097196063977ab6782ecd820c3d759b2eeea

Checklist

  • CI is green.
  • Changelog updated.

@Kayanski Kayanski mentioned this pull request Oct 7, 2024
2 tasks
Copy link

cloudflare-workers-and-pages bot commented Oct 7, 2024

Deploying abstract-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1d4f0a8
Status: ✅  Deploy successful!
Preview URL: https://7cfb1d95.abstract-docs.pages.dev
Branch Preview URL: https://ica-client-tests-move.abstract-docs.pages.dev

View logs

@Kayanski Kayanski changed the base branch from develop/v2 to v2/small-wasm October 9, 2024 13:40
Base automatically changed from v2/small-wasm to develop/v2 October 10, 2024 10:52
Base automatically changed from develop/v2 to main October 16, 2024 13:11
Copy link
Collaborator

@Buckram123 Buckram123 left a comment

Choose a reason for hiding this comment

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

Great! Would be nice to update chain type lookup table, other than that small nits 🚀

framework/Cargo.toml Outdated Show resolved Hide resolved
framework/contracts/native/ica-client/src/queries.rs Outdated Show resolved Hide resolved
framework/Cargo.toml Outdated Show resolved Hide resolved
scripts/wasm-framework.sh Outdated Show resolved Hide resolved
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.

3 participants