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
A deposit receipt initiated in the staking flow should be submitted to Sentry as a backup for recovery.
Deposit data should be submitted to Sentry before the user sends a Bitcoin transaction.
If the submission fails, the flow should be aborted, not letting the user submit a Bitcoin transaction.
A deposit receipt initiated in the staking flow should be submitted to Sentry as a backup for recovery.
Deposit data should be submitted to Sentry before the user sends a Bitcoin transaction.
If the submission fails, the flow should be aborted, not letting the user submit a Bitcoin transaction.
The details are accessible in the
receipt
property of initialized Deposit in the tBTC SDK. As part of this task we need to update Acre SDK to add a function that will return the receipt exposed by the tBC SDK.The changes in Acre SDK should be branched off #106.
The text was updated successfully, but these errors were encountered: