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

Add CW20 support to Kernel routing #704

Open
crnbarr93 opened this issue Dec 6, 2024 · 0 comments · May be fixed by #723
Open

Add CW20 support to Kernel routing #704

crnbarr93 opened this issue Dec 6, 2024 · 0 comments · May be fixed by #723
Assignees
Labels
enhancement New feature or request

Comments

@crnbarr93
Copy link
Contributor

Motivation

Currently our Kernel routing only supports native tokens. We should open this up to allow routing of CW20 tokens as well (excluding IBC for now as that requires ICS20-CW20 contracts).

Implementation

We should assume that the receiving contract has a Receive entry point and encode the message to be sent as such. Other routing logic should remain the same.

Ideally this is decoupled from native routing as much as possible.

@crnbarr93 crnbarr93 added the enhancement New feature or request label Dec 6, 2024
@joemonem joemonem self-assigned this Dec 16, 2024
@joemonem joemonem linked a pull request Dec 16, 2024 that will close this issue
@joemonem joemonem linked a pull request Dec 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants