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

Create an XBI client that will facilitate debugging across multiple chains #2

Merged
merged 30 commits into from
Nov 2, 2022

Conversation

dndll
Copy link
Contributor

@dndll dndll commented Oct 10, 2022

Description

This implements an XBI client that supports:

Notes:

Right now the XBI client is very much a standalone binary, we will expose this in the future to other mechanisms.

Currently the XCM module only supports a few instructions, the next phase will be to support many more ways for us to test XCM once we get it working with the right requests.

Json test reqs are relatively simple and can be derived, for example, if i want to init a HRMP channel on the secondary node, i would do:

{ 
	"kind": {
		"Secondary": {
			"HrmpInitChannel": 2000
	  }
  }
}

@dndll dndll requested a review from MaciejBaj October 10, 2022 08:48
@dndll dndll force-pushed the feature/xbi-client branch 2 times, most recently from f1f398a to 98e0cd5 Compare October 10, 2022 13:09
@dndll
Copy link
Contributor Author

dndll commented Oct 10, 2022

Have to merge anyway because commit lint can't pass as I had to reattach a detached main.

@dndll dndll merged commit 6295c9b into main Nov 2, 2022
@dndll dndll deleted the feature/xbi-client branch November 2, 2022 08:33
@dndll dndll mentioned this pull request Feb 22, 2023
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants