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

XCM dump tool #163

Open
sandreim opened this issue Nov 24, 2022 · 0 comments
Open

XCM dump tool #163

sandreim opened this issue Nov 24, 2022 · 0 comments

Comments

@sandreim
Copy link
Collaborator

sandreim commented Nov 24, 2022

Similarly to how tcpdump works, we dump the messages matching some criteria into a file.

Example of usage:
xcm_dump --block-range 12222,13000 -t any -p 1003 size and greater 64 -o messages.json - will dump messages of at least 64 bytes that are sent/received on any transport(ump,dmp,hrmp) by parachain 1003.

Before implementing this we should figure out:

  • how to store the messages
  • if we want to look inside of the messages (decode) as part of the query
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants