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
There is an inconsistency between the transaction timestamps displayed on explorer.zksync.io and the tooltip description. The timestamp shown for each transaction represents the receivedAt time (when the transaction was received by the network), but the tooltip indicates that this time reflects when the transaction was added to the block. This mismatch can lead to confusion about the transaction’s confirmation status and timing.
The tooltip should accurately describe the timestamp as the time the transaction was received by the network (receivedAt), not when it was added to a block.
Alternatively, if the tooltip indicates the time when the transaction was added to the block, the displayed timestamp should reflect the actual block confirmation time.
😯 Current Behavior
The displayed timestamp shows the receivedAt time.
The tooltip incorrectly states that this time represents when the transaction was added to the block.
Transactions appear out of order based on their nonces and timestamps.
Other block explorers (e.g., ZKSync Etherscan) display the transaction confirmation time correctly, showing a different (and more recent) timestamp for the same transaction.
🖥️ Environment
Any relevant environment details.
📋 Additional Context
A temporary change was made to the label and tooltip to better explain that the value represents the receivedAt time.
📎 Log Output
Paste any relevant log output here.
The text was updated successfully, but these errors were encountered:
I see that the tooltip says "The date and time when the transaction was received".
Was this issue fixed in this PR? @vasyl-ivanchuk
If yes, let's close it.
🐛 Bug Report
📝 Description
There is an inconsistency between the transaction timestamps displayed on explorer.zksync.io and the tooltip description. The timestamp shown for each transaction represents the receivedAt time (when the transaction was received by the network), but the tooltip indicates that this time reflects when the transaction was added to the block. This mismatch can lead to confusion about the transaction’s confirmation status and timing.
🔄 Reproduction Steps
example: https://block-explorer-api.mainnet.zksync.io/transactions?address=0x5442feef7948775bDbc653D07eb9756d0Edddf47&limit=4&page=1&toDate=2024-12-02T10%3A41%3A51.059Z
🤔 Expected Behavior
😯 Current Behavior
🖥️ Environment
Any relevant environment details.
📋 Additional Context
A temporary change was made to the label and tooltip to better explain that the value represents the receivedAt time.
📎 Log Output
The text was updated successfully, but these errors were encountered: