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
@maxconway has investigated and tested the function in question and it appears to return exactly what it finds in the db (with the exception of filtering out EVM type logs which aren't meant to be returned).
Therefore the conclusion is that the event_logs and transitions probably aren't making it to the database during persistence conversion.
If there's no way for this to be the case we will need to investigate more deeply.
The text was updated successfully, but these errors were encountered:
Following on from #1666.
@chetan-zilliqa reports the GetTransaction API returns empty arrays for the event_logs and transitions fields, e.g. in response to the following curl:
@maxconway has investigated and tested the function in question and it appears to return exactly what it finds in the db (with the exception of filtering out EVM type logs which aren't meant to be returned).
Therefore the conclusion is that the event_logs and transitions probably aren't making it to the database during persistence conversion.
If there's no way for this to be the case we will need to investigate more deeply.
The text was updated successfully, but these errors were encountered: