Summary

Adding a new generic function to restart bridging on the one_bridge_canister canister. Bridging finalization stops scheduling itself once repeated errors reach their limit, which disables bridging until someone intervenes; this function clears that state and resumes finalization.

Payload

Proposal to add new NervousSystemFunction:

Function:

NervousSystemFunction { id: 1308, name: "Restart bridging on the one_bridge_canister canister", description: Some( "Restart bridging on the one_bridge_canister canister.", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( dpjyw-raaaa-aaaar-qbxlq-cai, ), target_method_name: Some( "admin_restart_bridging", ), validator_canister_id: Some( dpjyw-raaaa-aaaar-qbxlq-cai, ), validator_method_name: Some( "validate_admin_restart_bridging", ), topic: Some( ApplicationBusinessLogic, ), }, ), ), }

Overview