Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

(PoC) XcmpQueue congestion support and dynamic fees #5831

Closed
wants to merge 4 commits into 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
@bkontur
Copy link
Contributor Author

bkontur commented Nov 26, 2024

obsolete, we are not going this direction, closing

@bkontur bkontur closed this Nov 26, 2024
# for free to join this conversation on GitHub. Already have an account? # 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