You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The permissionless lanes feature was introduced here, but we want to deploy it on the testnet first.
Since Rococo is shut down, for testnet deployments we will initially use zombienet for end-to-end (e2e) tests, and then proceed with this issue.
Progress
add drop_threashold support for congestion
use HRMP suspend/resume or revert report_bridge_status (but then we need to add source chain router's pallet_instance for congestion - add new extrinsic report_bridge_congestion_to(origin, bridged_universal_location, Option<pallet_instance>) extrinsic + adding this option attirbute to the Bridge struct should be just a patch solution)
Description
The permissionless lanes feature was introduced here, but we want to deploy it on the testnet first.
Since Rococo is shut down, for testnet deployments we will initially use zombienet for end-to-end (e2e) tests, and then proceed with this issue.
Progress
drop_threashold
support for congestionreport_bridge_status
(but then we need to add source chain router's pallet_instance for congestion - add new extrinsicreport_bridge_congestion_to(origin, bridged_universal_location, Option<pallet_instance>)
extrinsic + adding this option attirbute to theBridge
struct should be just a patch solution)pallet-bridge-messages
on the source/destination chain (without finality pallets) a.k.a. sync finality proofs service #5827Deployment plan
Bridges: Permissionless Lanes deployment.
The text was updated successfully, but these errors were encountered: