Skip to content

Withdrawal repair #2044

Ben requested to merge feat/withdrawal-repair-2044 into master

Closes https://gitlab.com/minds/engine/-/issues/2044

Front-end front!1578 (merged)

In its current iteration, the green erroneous states below should be fixed.

image

Testing

  1. Submit a withdrawal
  2. Our runners wont pick it up, probably because its not pointing at Rinkeby - this provides an opportunity to use the first tool...
  3. As admin in another window, go to the users remote withdrawals page - see the PENDING withdrawal and hit the "Force Confirm" button
  4. Refresh - see the TX is now PENDING_REVIEW
  5. Approve the withdrawal
  6. Back on remote withdrawal page - you can try the Redispatch button - this will likely fail and tell you the tx exists already, as it should - open to ideas on how to get a tx in a state where-in the redispatch button actually sends the tx.

Other testing

  1. On the main admin withdrawal console - we have a tx input - try inputting a tx - this will probably not work as the tx logs seem to be missing on Rinkeby.
  2. Try garbage collection - have already tested this and picked up old transactions so it may not grab any.
Edited by Ben

Merge request reports