-
Notifications
You must be signed in to change notification settings - Fork 1
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
test xcm transact #1
Comments
some notes:
|
challenge:
|
cumulus:
4cdf87d
rococo:
yrong/polkadot@b70b0af
the core logic in parachain side is wrap a transact xcm to invoke test pallet function in relaychain as following:
cumulus/rococo-parachains/pallets/ping/src/lib.rs
Lines 135 to 171 in 4cdf87d
from parachain log we can see:
which demonstrate parachain is successfully registered to relay chain and transact are wrapped and sent successfully
the relay chain pallet will update storage and emit event as following:
https://github.com/yrong/polkadot/blob/b70b0af3f5d1226ae31bd3e5c3ced2ebfa105380/template/src/lib.rs#L79-L82
from relay chain event we can see:
which demonstrate relaychain finish the dispatch call successfully
The text was updated successfully, but these errors were encountered: