You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1657 introduces new signed extension for refunding message relayers at the target chain (RefundRelayerForMessagesFromParachain). The issue is that it may only work with single bridge (single set of pallet_bridge_grandpa::Pallet + pallet_bridge_parachains::Pallet + pallet_bridge_messages::Pallet). We need to fix it to support multiple on-chain bridges.
It may be done using approach similar to what @serban300 has done with our other extensions (
#1657 introduces new signed extension for refunding message relayers at the target chain (
RefundRelayerForMessagesFromParachain
). The issue is that it may only work with single bridge (single set ofpallet_bridge_grandpa::Pallet
+pallet_bridge_parachains::Pallet
+pallet_bridge_messages::Pallet
). We need to fix it to support multiple on-chain bridges.It may be done using approach similar to what @serban300 has done with our other extensions (
parity-bridges-common/bin/runtime-common/src/lib.rs
Line 79 in 8b50630
The text was updated successfully, but these errors were encountered: