17 breaking releases

0.17.0 Jan 21, 2025
0.15.3 Dec 20, 2024
0.15.1 Oct 29, 2024
0.14.2 Jan 22, 2025
0.3.0 Nov 20, 2023

#32 in #hub

Download history 1143/week @ 2024-10-28 842/week @ 2024-11-04 20563/week @ 2024-11-11 24943/week @ 2024-11-18 27855/week @ 2024-11-25 22583/week @ 2024-12-02 27497/week @ 2024-12-09 22255/week @ 2024-12-16 5836/week @ 2024-12-23 11848/week @ 2024-12-30 21550/week @ 2025-01-06 34474/week @ 2025-01-13 29874/week @ 2025-01-20 24543/week @ 2025-01-27 29585/week @ 2025-02-03 33767/week @ 2025-02-10

120,739 downloads per month
Used in 22 crates (4 directly)

GPL-3.0-or-later…

3MB
47K SLoC

Release

polkadot v1.15.0


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–36MB
~581K SLoC