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
@chetan-zilliqa I've already got a separate issue for the missing transitions and event logs, which appears to be a persistence conversion issue: #2124
Would you be able to put these bugs in with that issue and adjust the naming if possible? Given we've already got some issues in transaction receipt persistence conversion I think these need to be looked at from that perspective first.
Sorry for asking, I'd do it myself but if I re-report a bug you've found we might end up in a chinese whispers sort of situation.
chetan-zilliqa
changed the title
ZQ2-Converter : GetTransaction api difference.
ZQ2-Converter : GetTransaction has depth field mismatch.
Jan 13, 2025
Thanks, that makes sense. Since transitions and event logs are being tracked in #2124 , I have updated the title of this ticket to reflect that it addresses the depth field mismatch issue.
If you call
GetTransaction
api , the following are the differences.depth
field in transition has value0
in ZQ2 while it has1
in ZQ1. sometimes ZQ2 has garbage value for eg -18446744073709551615
in depth field.event_logs
field.cumulative_gas
and nonce is wrong , refer tob95dd8837550bfdbcbb983a2860a2d0cd3eaad7a8902db51352ac8c178486ccf
transaction id with below curl.ZQ1 call:
ZQ2 call:
Depth field difference :
missing event logs:
The text was updated successfully, but these errors were encountered: