polytope-labs / ismp-substrate

Substrate implementation of the interoperable state machine protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extrinsic for handling ISMP messages

Wizdave97 opened this issue · comments

Should handle requests, responses and consensus updates.
For consensus messages, it should ensure the challenge period for the previous consensus update has elapsed before handling any new consensus update message.

     handle_ismp_messages(origin: OriginOf<T>, messages: Vec<Message>) -> DispatchResult;
     ```