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

Implement a new contract similar to existing connection contract for cluster mode #383

Open
3 tasks
bcsainju opened this issue Sep 26, 2024 · 0 comments
Open
3 tasks
Labels
iBriz iBriz Filter

Comments

@bcsainju
Copy link
Collaborator

bcsainju commented Sep 26, 2024

For cluster mode relayers, a nw connection contract should be developed and deployed on each destination chains with following requirements.

  • Have mechanism to verify multi signatures submitted on the receive messages
  • Have mechanics to configure the relayer cluster keys

The current assumptions from relayer side are as:

Methods:

// receive msg with signatures
recvMessageWithSignatures(String srcNetwork, BigInteger _connSn, byte[] msg,
        byte[][] signatures)

Contracts

@bcsainju bcsainju added the iBriz iBriz Filter label Sep 26, 2024
@bcsainju bcsainju added this to the Relayer Security milestone Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iBriz iBriz Filter
Projects
None yet
Development

No branches or pull requests

1 participant