Polkadex-Substrate / Polkadex-Open-Beta

12 stars 3 forks source link

Deleting Trading Account Leaves Orphaned Orders #439

Closed mt-gareth closed 1 year ago

mt-gareth commented 1 year ago

By raising this issue, I agree to the terms and conditions presented by Polkadex here:Terms and Conditions

Description

If you have a trading account and delete it from the blockchain the orders that are on that account remain open and unable to be canceled. This can happen if the key to the trading account is lost and removed in local storage, the owner would have no way to cancel the orders on that account.

I was able to reproduce this by making a trading account, making an order on that account, and then deleting that account from the blockchain, my order remained and I am unable to cancel the order.

onchainaddress:{esrCussMhQXzcYQfHkrRFYwfUJq6bfQ4yDg6vbnF2KtpSAqRu}

jaymansfield commented 1 year ago

Raised already here #414 . See comments.

pavankanteti commented 1 year ago

Closing as duplicate of #414