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
I would like to investigate why getDatastoreEntries returns an empty Uint8Array in the final_value while it's supposed to return null.
In the case the key in the smart contract datastore is getting inserted in an operation not final, we should get null.
In the case the key in the smart contract datastore is getting inserted in an operation no executed yet, we should get null.
I would like to investigate why getDatastoreEntries returns an empty Uint8Array in the final_value while it's supposed to return null.
In the case the key in the smart contract datastore is getting inserted in an operation not final, we should get null.
In the case the key in the smart contract datastore is getting inserted in an operation no executed yet, we should get null.
cc @gregLibert @AurelienFT this is a follow up issue after the late debugging session.
The text was updated successfully, but these errors were encountered: