Add more XCM tracing (#4211)
* add more logging to currency adapter * add more logging to barriers * reformat currency adapter trace logs * add tracing logs for filter asset location * add tracing logs to fungibles adapter * add tracing to origin conversion * add tracing logs for xcm weight trading * fix compile errors * add more tracing logs to xcm executor * formatting and compile fixes * add some tracing logs to pallet-xcm * adjust log target in executor to debug * fix closure args
parent
fc19a679
Showing
- polkadot/xcm/pallet-xcm/src/lib.rs 13 additions, 1 deletionpolkadot/xcm/pallet-xcm/src/lib.rs
- polkadot/xcm/xcm-builder/src/barriers.rs 25 additions, 0 deletionspolkadot/xcm/xcm-builder/src/barriers.rs
- polkadot/xcm/xcm-builder/src/currency_adapter.rs 5 additions, 1 deletionpolkadot/xcm/xcm-builder/src/currency_adapter.rs
- polkadot/xcm/xcm-builder/src/filter_asset_location.rs 2 additions, 0 deletionspolkadot/xcm/xcm-builder/src/filter_asset_location.rs
- polkadot/xcm/xcm-builder/src/fungibles_adapter.rs 30 additions, 0 deletionspolkadot/xcm/xcm-builder/src/fungibles_adapter.rs
- polkadot/xcm/xcm-builder/src/origin_conversion.rs 41 additions, 6 deletionspolkadot/xcm/xcm-builder/src/origin_conversion.rs
- polkadot/xcm/xcm-builder/src/weight.rs 16 additions, 0 deletionspolkadot/xcm/xcm-builder/src/weight.rs
- polkadot/xcm/xcm-executor/src/lib.rs 36 additions, 3 deletionspolkadot/xcm/xcm-executor/src/lib.rs
Please register or sign in to comment