archethic-foundation / bridge

GNU Affero General Public License v3.0
1 stars 2 forks source link

Add new step to manage signed process #100

Closed redDwarf03 closed 5 months ago

redDwarf03 commented 5 months ago

Is your feature request related to a problem?

When we create the Archethic HTLC and provision it, the smart contract may encounter an asynchronism error. This state creates a problem when the user wants to resume the process, as we want to reprovision the HTLC and call a get_secret_hash method that doesn't exist in the HTLC.

Describe the solution you'd like

Add a new step between the provisionning and the get secret hash. If the get secret hash method doesn't exist hile the resume, send a message to the user to contact the support with the error

Additional context

No response

Epic

No response