-
Notifications
You must be signed in to change notification settings - Fork 2
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 tests for send & execute xcm messages snippets #8
base: main
Are you sure you want to change the base?
Conversation
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.
Overall it looks great!!! I left a comment on the encoded call data as I think you did to executes
and not a send
test/builders/interoperability/xcm/send-execute-xcm-messages/encodedCalldata.js
Outdated
Show resolved
Hide resolved
test/builders/interoperability/xcm/send-execute-xcm-messages/encodedCalldata.js
Outdated
Show resolved
Hide resolved
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.
LGTM!
test/builders/interoperability/xcm/send-execute-xcm-messages/encodedCalldata.js
Outdated
Show resolved
Hide resolved
Anything pending here @eshaben ? |
Yes, the existing tests needed to be updated. Plus, additional scripts were added since this was originally created, so more tests need to be added. I got about halfway through this process, so I just need to wrap that up and I'll re-request a review |
Changes have been applied. This can be reviewed again now, please! @albertov19 |
This PR adds tests for the snippets found on this page: https://docs.moonbeam.network/builders/interoperability/xcm/send-execute-xcm/
Our first XCM-related tests! 🎉
Thank you thank you thank you to @mario-purestake for helping with the python test runner!!