pendulum-chain / portal

The Pendulum/Amplitude portal UI
GNU General Public License v3.0
1 stars 1 forks source link

Add "I have made the payment" Button to Pending Requests on the Transfer page #428

Open annatekl opened 2 months ago

annatekl commented 2 months ago

Context

The current setup requires users to trust vaults to execute issue requests on their behalf. To address this, there's a need to enhance the portal's functionality to enable users to directly control issue requests. Upon receiving confirmation from the user that they have made the payment, the process will be initiated to call the executeIssue() extrinsic for the respective issue request. For this to work we will need a button available to the user for pending requests on the transfer page where there was no previous confirmation on this form the user on the deposit page. The logic will be implemented here

Requirements: