-
Notifications
You must be signed in to change notification settings - Fork 608
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 e2e test for ics27 host params #2118
Comments
Use gov v1 message when #3520 is merged. |
I would like to take this one on. It seems like some of the test is already present (
|
That would be fantastic; Thank you, @gjermundgaraba! The steps you propose sound fine to me. I think I would suggest in step 5 to try to send a message to the host instead of trying to create a new interchain account. That should also exercise in If you try to register a new interchain account, the test could fail here, unless you register the interchain account with a different owner address. Alternatively you could also just skip step 2 and then try to register the interchain account after disabling host functionality. I think both test flows would work, so I leave it up to you to decide which one you prefer. :) If you have any questions, let us know! |
I've got a solution going in a branch, but I am hesitant to pollute the PR list until the PR you mentioned has been merged because I had to copy some of the utility code to do fetch the event and attribute (QueryTxsByEvents). I can just wait until that has been merged if that is coming in soon. If not, I could also open the PR as is, and if that would get merged first I can open a PR to fix the conflict that would appear in the aforementioned PR. |
Awesome! We should be merging #5785 this week, so I will comment here once that's done and you can open the PR. Thanks for the quick implementation! |
Hope you've gotten the e2e running locally to at least check things out! This is tricky first time around but the |
Yes, the README was pretty easy to understand! I've managed to get them running both from the Makefile and directly in the IDE for debugging. |
Summary
Add an e2e test for modifying ics27 host params. Should ensure the host is enabled and packets can be received. Should ensure only allowed messages can be executed and non-allowed messages cannot be executed. Once the host is disabled, packets should not be capable of being received.
For Admin Use
The text was updated successfully, but these errors were encountered: