Skip to content
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

Support multiple refund-message-delivery-cost-at-target-chain signed extensions #1667

Closed
svyatonik opened this issue Nov 29, 2022 · 1 comment
Assignees
Milestone

Comments

@svyatonik
Copy link
Contributor

#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 (

macro_rules! generate_bridge_reject_obsolete_headers_and_messages {
).

@serban300
Copy link
Collaborator

Resolved via #1895

svyatonik pushed a commit that referenced this issue Jul 17, 2023
* anon -> pure

* fn pure -> fn create_pure

* update lockfile for {"polkadot", "substrate"}

Co-authored-by: parity-processbot <>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants