You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug - Ensure recipient Stacks addresses matches the network
1. Description
We should include a check for the recipient network as part of deposit script validation. This will ensure that a user cannot lose their funds if they make a mistake with the network of the Stacks recipient.
1.1 Context & Purpose
Depositors embed the recipient in the deposit request, and the signers are supposed to mint to this recipient after the deposited funds have been swept. But we do not check that the recipient matches the network that the signers are operating in. This leads to the depositor losing their funds. Better to check for this upfront and allow the depositor to reclaim their funds if this kind of mistake is made.
2. Technical Details:
Add a check for the network during the validation of deposit scripts.
2.1 Acceptance Criteria:
We reject deposits where the recipient in the deposit script doesn't match the network that signers are operating under.
3. Related Issues and Pull Requests (optional):
The text was updated successfully, but these errors were encountered:
Bug - Ensure recipient Stacks addresses matches the network
1. Description
We should include a check for the recipient network as part of deposit script validation. This will ensure that a user cannot lose their funds if they make a mistake with the network of the Stacks recipient.
1.1 Context & Purpose
Depositors embed the recipient in the deposit request, and the signers are supposed to mint to this recipient after the deposited funds have been swept. But we do not check that the recipient matches the network that the signers are operating in. This leads to the depositor losing their funds. Better to check for this upfront and allow the depositor to reclaim their funds if this kind of mistake is made.
2. Technical Details:
Add a check for the network during the validation of deposit scripts.
2.1 Acceptance Criteria:
3. Related Issues and Pull Requests (optional):
The text was updated successfully, but these errors were encountered: