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
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
This issue came up during the e2e report generation while retrieving redemption cost:
If we're moving quickly through the deposit flow, it's possible that we will request redemption when one Infura node has minted the TBTC, but the other Infura node has not seen this yet. In this case, the TDT has not yet been transferred to the vending machine, so we call getRedemptionTbtcRequirement instead of getOwnerRedemptionTbtcRequirement. But the actual call goes to a node that has seen the minting occur, so the TDT is in the vending machine, causing the revert.
Action:
replace every call in tbtc.js with some sort of EthereumHelpers.callSafely that handles retries transparently.
The text was updated successfully, but these errors were encountered:
This issue came up during the
e2e
report generation while retrieving redemption cost:Action:
replace every
call
intbtc.js
with some sort ofEthereumHelpers.callSafely
that handles retries transparently.The text was updated successfully, but these errors were encountered: