Skip to content
Unverified Commit 92fd50cf authored by jpserrat's avatar jpserrat Committed by GitHub
Browse files

add FeeManager to pallet xcm (#5363)

Closes #2082

change send xcm to use `FeeManager` to assert if the sender should be
charged.

@acatangiu

 I had to change the `FeeManager` of the penpal config to
ensure the same test behaviour as before. For the other tests, I'm using
the `FeeManager` from the `xcm::executor::FeeManager` as this one is
used to check if the fee can be waived on the charge fees method. Can I
assume that using the `xcm::executor::FeeManager` we are going to ensure
the same behaviour as before or should I also add some other
configuration to the `WaivedLocations` of other configs?

---------

Co-authored-by: default avatarAdrian Catangiu <[email protected]>
Co-authored-by: default avatarGitHub Action <[email protected]>
parent ace62f12
Pipeline #505119 waiting for manual action with stages
in 1 hour, 12 minutes, and 32 seconds