15 breaking releases

new 0.15.3 Dec 20, 2024
0.15.1 Oct 29, 2024
0.15.0 Sep 26, 2024
0.14.0 Jul 18, 2024
0.3.0 Nov 20, 2023

#28 in #hub

Download history 365/week @ 2024-08-30 667/week @ 2024-09-06 453/week @ 2024-09-13 596/week @ 2024-09-20 625/week @ 2024-09-27 618/week @ 2024-10-04 730/week @ 2024-10-11 1341/week @ 2024-10-18 1037/week @ 2024-10-25 1007/week @ 2024-11-01 14947/week @ 2024-11-08 26330/week @ 2024-11-15 25096/week @ 2024-11-22 23925/week @ 2024-11-29 26623/week @ 2024-12-06 20696/week @ 2024-12-13

101,365 downloads per month
Used in 16 crates (4 directly)

GPL-3.0-or-later…

3MB
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

~19–34MB
~574K SLoC