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
When retrieving matches using the resolve_hashes flag, datum hashes are returned but the datum field is empty. The datums appear to be resolvable because fetching the datums by hash using the endpoint works as expected.
What should be the expected behavior?
Resolvable datum hashes are retrieved in the match outputs when the resolve_hashes flag is used.
If applicable, what are the logs from the server around the occurence of the problem?
Here is an example of a match when using the resolve_hashes flag:
So. I've looked into the code again without finding anything wrong (or at least, anything that could explain this). I also checked the 750,000+ datums entries on Preview without finding any inline datum without a corresponding non-null `datum value 🤔 ...
While I could imagine an issue with the garbage collector that could cause this, it would be incompatible with your second observation that the datum is still available through the normal endpoint. I'll have to investigate further looking at mainnet data.
What Git revision / release tag are you using?
v2.10.0
Describe what the problem is?
When retrieving matches using the
resolve_hashes
flag, datum hashes are returned but the datum field is empty. The datums appear to be resolvable because fetching the datums by hash using the endpoint works as expected.What should be the expected behavior?
Resolvable datum hashes are retrieved in the match outputs when the
resolve_hashes
flag is used.If applicable, what are the logs from the server around the occurence of the problem?
Here is an example of a match when using the
resolve_hashes
flag:The text was updated successfully, but these errors were encountered: