Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Home.multiDispatch #309

Open
anna-carroll opened this issue May 25, 2022 · 0 comments
Open

Home.multiDispatch #309

anna-carroll opened this issue May 25, 2022 · 0 comments
Labels
enhancement New feature or request solidity Solidity protocol or xapp change

Comments

@anna-carroll
Copy link
Member

Package

contracts-core

Describe the feature you would like

would like to add a function to allow the Home contract to dispatch messages to multiple chains at once - for ease of using the Home interface for cross-chain calls

something like

    function dispatch(
        uint32[] _destinationDomains,
        bytes32[] _recipientAddresses,
        bytes[] memory _messageBodies
    ) external {

(need to double check the syntax for passing multiple bytes)

Additional context

No response

@anna-carroll anna-carroll added enhancement New feature or request solidity Solidity protocol or xapp change labels May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request solidity Solidity protocol or xapp change
Projects
None yet
Development

No branches or pull requests

1 participant