optimism icon indicating copy to clipboard operation
optimism copied to clipboard

Boba Gateway - Feature - Faster display of all TX data

Open MitchellUnknown opened this issue 3 years ago • 1 comments

When you start a traditional exit, the gateway will show you a green pop-up message: oETH was exited to L1. You will recieve x amount oETH on l1 in 7 days. However the pending transaction box will show you: no pending transactions! Thats weird, because you know the transaction is pending, because you have to wait 7 days. The funny thing is, when you start a new exit or deposit. The first traditional exit magically appears. And after that, every traditional exit you start will show up with a strange delay...

Boba Gateway - No pending

Btw, the transaction history page shows the real data on time.

Boba Gateway - Time Delay

MitchellUnknown avatar Sep 10 '21 23:09 MitchellUnknown

Alert popup messages are based on rpc responses, but other history and pending data comes from different sources, including etherscan and two different custom watchers. It can take as long as 5 minutes for some data to appear, depending on the details of type of transaction, network utilization etc. We can add a notice that you should expect to see pending and history data within 5 minutes, although typically it will be much faster.

CAPtheorem avatar Sep 11 '21 04:09 CAPtheorem