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

(PoC) XcmpQueue congestion support and dynamic fees #5831

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

bkontur
Copy link
Contributor

@bkontur bkontur commented Sep 25, 2024

Closes: #5551

Provides additional support for reporting congestion and dynamic fees between parachains.

Essentially, it introduces a new ChannelSignal::ReportCongestion(bool) to the XcmpQueue, which can control the fee factor (increase_fee_factor, decrease_fee_factor).

Note: This is a very rough draft.

Description

TBD:

TODO

  • add tests

@bkontur bkontur added T6-XCM This PR/Issue is related to XCM. T15-bridges This PR/Issue is related to bridges. labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T6-XCM This PR/Issue is related to XCM. T15-bridges This PR/Issue is related to bridges.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add LocalXcmChannelManager impls for XcmpQueue and BridgeHubs
1 participant