MultiMessageAggregation / multibridge

Send Cross-Chain Messages through Multiple Bridges

Home Page:https://multi-message-aggregation.gitbook.io/multi-message-aggregation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove Relayer logic from Wormhole adapter

ermyas opened this issue · comments

Wormhole offers several strategies for relaying messages that applications can choose from. The current implementation in MMA assumes the use of Generic Relayers, in which applications request delivery from third parties, which are paid for their services. This will not be needed in the case of Uniswap, where proposers or delegates are expected relay these messages once they have been signed by the guardian network.

This task involves removing logic in MultiMessageSender related to generic relayers.