15 breaking releases

0.15.1 Oct 29, 2024
0.14.0 Jul 18, 2024
0.8.0 Mar 18, 2024
0.4.0 Dec 13, 2023
0.3.0 Nov 20, 2023

#28 in #hub

Download history 753/week @ 2024-07-29 354/week @ 2024-08-05 723/week @ 2024-08-12 865/week @ 2024-08-19 661/week @ 2024-08-26 359/week @ 2024-09-02 665/week @ 2024-09-09 392/week @ 2024-09-16 663/week @ 2024-09-23 603/week @ 2024-09-30 623/week @ 2024-10-07 933/week @ 2024-10-14 1238/week @ 2024-10-21 1143/week @ 2024-10-28 842/week @ 2024-11-04 20563/week @ 2024-11-11

23,883 downloads per month
Used in 14 crates (4 directly)

GPL-3.0-or-later…

2.5MB
43K SLoC

Release

Polkadot SDK stable2409


lib.rs:

Pallet that may be used instead of SovereignPaidRemoteExporter in the XCM router configuration. The main thing that the pallet offers is the dynamic message fee, that is computed based on the bridge queues state. It starts exponentially increasing if the queue between this chain and the sibling/child bridge hub is congested.

All other bridge hub queues offer some backpressure mechanisms. So if at least one of all queues is congested, it will eventually lead to the growth of the queue at this chain.

A note on terminology: when we mention the bridge hub here, we mean the chain that has the messages pallet deployed (pallet-bridge-grandpa, pallet-bridge-messages, pallet-xcm-bridge-hub, ...). It may be the system bridge hub parachain or any other chain.

Dependencies

~20–35MB
~596K SLoC