mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 11:51:12 +00:00
xcmp-queue: remove outdated bridging comment (#2095)
Removed confusing and outdated `TODO`.
This commit is contained in:
@@ -63,13 +63,6 @@ impl<SiblingBridgeHubParaId: Get<ParaId>, Runtime: crate::Config>
|
||||
return true
|
||||
}
|
||||
|
||||
// TODO: https://github.com/paritytech/polkadot-sdk/pull/1556 - once this PR is merged, we may
|
||||
// remove the following code.
|
||||
// TODO: the following restriction is arguable, we may live without that, assuming that
|
||||
// There can't be more than some `N` messages queued at the bridge queue (at the source BH)
|
||||
// AND before accepting next (or next-after-next) delivery transaction, we'll receive the
|
||||
// suspension signal from the target parachain and stop accepting delivery transactions.
|
||||
|
||||
// It takes some time for target parachain to suspend inbound channel with the target BH and
|
||||
// during that we will keep accepting new message delivery transactions. Let's also reject
|
||||
// new deliveries if there are too many "pages" (concatenated XCM messages) in the target BH
|
||||
|
||||
Reference in New Issue
Block a user