-
Notifications
You must be signed in to change notification settings - Fork 797
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-builder: added logging for xcm filters/helpers/matchers/types (#2408) #7003
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please change all these calls to follow the same pattern as shown by me in teh suggestions?
cumulus/parachains/runtimes/assets/common/src/fungible_conversion.rs
Outdated
Show resolved
Hide resolved
…ion.rs Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
…a/polkadot-sdk into ayevbeosa-more-xcm-logs
Co-authored-by: Bastian Köcher <[email protected]>
…/xcm_config.rs Co-authored-by: Bastian Köcher <[email protected]>
…/xcm_config.rs Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
…er/adapter.rs Co-authored-by: Bastian Köcher <[email protected]>
…er/adapter.rs Co-authored-by: Bastian Köcher <[email protected]>
…er/adapter.rs Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for pushing this forward, most of it is looking very good! 👍
Please also add tracing and debug logging for:
- EnsureOriginWithArg for ForeignCreators
- Contains for FromSiblingParachain
- Contains for RemoteAssetFromLocation
- ContainsPair for RemoteAssetFromLocation
And more in comments below.
cumulus/parachains/runtimes/assets/common/src/fungible_conversion.rs
Outdated
Show resolved
Hide resolved
cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/xcm_config.rs
Outdated
Show resolved
Hide resolved
cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/xcm_config.rs
Outdated
Show resolved
Hide resolved
Co-authored-by: Adrian Catangiu <[email protected]>
Co-authored-by: Adrian Catangiu <[email protected]>
Co-authored-by: Adrian Catangiu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice @ayevbeosa!
Just have couple more nits and we're done 😄
cumulus/parachains/runtimes/assets/common/src/foreign_creators.rs
Outdated
Show resolved
Hide resolved
cumulus/parachains/runtimes/assets/common/src/fungible_conversion.rs
Outdated
Show resolved
Hide resolved
cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs
Outdated
Show resolved
Hide resolved
cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs
Outdated
Show resolved
Hide resolved
Co-authored-by: Adrian Catangiu <[email protected]>
Co-authored-by: Adrian Catangiu <[email protected]>
Co-authored-by: Adrian Catangiu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks! Please make CI pass and we can merge.
Description
Added logs in pallet-xcm to help in debugging, fixes #2408, and in continuation of #4982
Checklist