galacticcouncil / hydration-node

Hydration node - Cross-chain liquidity protocol built with Polkadot-SDK
https://hydration.net
Apache License 2.0
172 stars 69 forks source link

Disable XCM filters #882

Closed jak-pan closed 14 hours ago

jak-pan commented 3 months ago

As of Polkadot 1.x.x (will need to check exactly) we no longer need to have XCM filters present, let's disable to allow custom integrations.

https://github.com/galacticcouncil/hydration-node/blob/aa61ed23a1b7f26b238ea7fd6c6303e369efb875/runtime/adapters/src/xcm_execute_filter.rs#L68-L83

jak-pan commented 14 hours ago

Fixed by #885 #909