[Feature]: Validate reject-withdrawal-request
contract calls
#478
Labels
Milestone
reject-withdrawal-request
contract calls
#478
1. Description
This is a part of #476.
1.1 Context & Purpose
The checks for validating
reject-withdrawal-request
contract call include the following is to create a report struct containing the key pieces of information about a withdrawal request. They include:bitcoin_withdrawals_outputs
table, and that any of the associatedtxid
s are confirmed on the canonical bitcoin blockchain. Fail the withdrawal request if such a transaction was found.I think that that's it. All other things are implicitly handled by the design laid out in #782.
2. Technical Details:
Validation of
reject-withdrawal-request
contract calls, happens inside theRejectWithdrawalV1::validate
function. The task is to implement that function2.1 Acceptance Criteria:
reject-withdrawal-request
contract call sign requests.3. Related Issues and Pull Requests (optional):
I think that this ticket is the last part of #255
The text was updated successfully, but these errors were encountered: