icon-project / centralized-relay

Fault tolerant Relayer.
Apache License 2.0
6 stars 4 forks source link

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

Closed bcsainju closed 2 months ago

bcsainju commented 2 months ago

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

The current assumptions from relayer side are as:

Methods:

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

Contracts

bcsainju commented 2 months ago

will be handled in xcall repo