You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: