-
Notifications
You must be signed in to change notification settings - Fork 130
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
Use sovereign accounts of sending chains to pay relayer rewards #2585
Comments
@svyatonik |
@bkontur No, I'm not working on that now - please take it if you want :) |
xcm fees will be also paid from SA of asset hub on BridgeHub, |
I think - it is fine. That's the point of this issue. But if you have some concerns - please share. I may be wrong here |
no concerns, it simplify stuff, and it also make sense that SA of AssetHub manages rewards. |
I'm not the right person to answer that :) We may impl-then-ask or ask-then-impl. But from my PoV, I see no problems with that. |
@bkontur let's prioritize this post initial launch and get it in a subsequent patch release |
In
bridges-v1
we are usinginto_account_truncating
onRewardsAccountParams
structure to computeAccountId
that will be used to pay relayer rewards.This is not XCM-friendly. Also it means that the sending chain (e.g. asset hub) needs to maintain two accounts at bridge hub - one for paying XCM fees and another to pay relayer rewards. Let's remove
RewardsAccountParams
and use SA of sending chain for both purposes.The text was updated successfully, but these errors were encountered: