-
Notifications
You must be signed in to change notification settings - Fork 48
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 onboarding module for automatic ERC20 wrapping #58
Conversation
07c9bac
to
0bd8a13
Compare
0511fd7
to
dc99cc5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How much of this IBC testsuite is running? I think from our discussion that we don't end up running this and can maybe carve several thousand lines out of this PR by not importing code we don't use.
But if it's being used by some test that does run successfully I have qualms about keeping it around.
The onboarding module automatically wraps ERC20 coins on transfer into Althea-L1 for whitelisted channels so that registered tokens that land on chain are automatically usable within the EVM. Any coins which do not have an ERC20 representation or come from a non-whitelisted channel will be treated like an ordinary IBC Transfer.
These tests are largely a copy of the Canto onboarding tests but without any of the swap logic and many minor alterations to make them work with the Althea-L1 configuration. Notably if the denom is not "aalthea" the tests fail, and some of the setup tasks needed to be altered as well.
8356a78
to
eee6749
Compare
No description provided.