sygmaprotocol / earth-relayer

Relayer implementation for Earth network
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Implement submitting bitcoin transactions #2

Closed mpetrun5 closed 7 months ago

mpetrun5 commented 8 months ago

We want to be able to submit bitcoin transactions via the ECDSA address of the MPC keyshares.

Implementation details

Implement:

The transactions submitted have to be unique and the executor should ensure that the transactions previously submitted are not submitted again. This should be implemented through the store module to maintain state of submissions.

The executor should be able to submit multiple executions via the UTXO input mechanism (each input should correspond to a execution).

Testing details

Acceptance Criteria

MakMuftic commented 7 months ago

Not relevant anymore