During our test of the daily limit, we noticed that two parallel conversion requests whose sum exceeding daily limit will lock the USDT in the Ethereum smart contact without minting TT-USDT. Here is the repro steps:
With the daily limit of 300K of the USDT->TT-USDT, we convert 150K and 100K USDT sequentially, and noticed 250K TT-USDT is minted successfully at the thunderCore side
Try to perform another 50K USDT->TT-USDT, in order to reach the daily limit.
Before confirm with metamask in step 2, open a new tab. and perform another 50K USDT->TT-USDT conversion.
During our test of the daily limit, we noticed that two parallel conversion requests whose sum exceeding daily limit will lock the USDT in the Ethereum smart contact without minting TT-USDT. Here is the repro steps:
Our expectation is for step 2) to proceed with minting 50K TT-USDT, and step 3 request got rejected.