This repository was archived by the owner on May 21, 2024. It is now read-only.
Add initial setup of the XCM emulator#222
Closed
hbulgarini wants to merge 8 commits into
Closed
Conversation
Contributor
|
FYI - this is availabe in cumulus now (as of last month), so could just add as a dependency rather than including all the source in this repo. https://github.com/paritytech/cumulus/tree/master/xcm/xcm-emulator edit: Available in .43 |
Contributor
Author
|
This should be discarded since the replacement of the new XCM emulator from the cumulus repo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a first version of the XCM emulator into Trappist.
Still this can be considered as a WIP since there are some warnings for unused variables and functions that will be used later when we migrate the use cases from the XCM Simulator into this new testing tool.
@evilrobot-01 : you review is not strictly necessary for this PR but in case you can point something out to improve it's more than welcome.
This PR contains work from the PR #221 , so we might want to merge that one before starting to review this one.