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
Currently, nonce validation in Sourcify Monitoring appears to restrict values that are within the allowed uint64 range. The value 12894333551438793358 (which is within the uint64 limit) is incorrectly rejected. This prevents contracts in a given block from being analyzed.
Technicall details:
The nonce: 0xb2f1e00c44e90a8e -> 0<12894333551438793358 < 18446744073709551615 [Uint64]
The impact of this issue is significant, as the monitoring process remains blocked until the nonce validation is correctly performed. This disrupts the normal execution flow and may affect critical systems that rely on a continuous sequence of transactions.
The text was updated successfully, but these errors were encountered:
Currently, nonce validation in Sourcify Monitoring appears to restrict values that are within the allowed uint64 range. The value 12894333551438793358 (which is within the uint64 limit) is incorrectly rejected. This prevents contracts in a given block from being analyzed.
To replicate error on docker enviroment:
Technicall details:
The nonce: 0xb2f1e00c44e90a8e -> 0<12894333551438793358 < 18446744073709551615 [Uint64]
The impact of this issue is significant, as the monitoring process remains blocked until the nonce validation is correctly performed. This disrupts the normal execution flow and may affect critical systems that rely on a continuous sequence of transactions.
The text was updated successfully, but these errors were encountered: