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
The relay should handle this and set transaction.value as 0 in these cases.
I think we can do this with a value: EthImpl.numberTo0x(contractResult.amount), -> value: EthImpl.nullableNumberTo0x(contractResult.amount), change.
Description
The relay breaks with
for some contract result queries
https://testnet.mirrornode.hedera.com/api/v1/contracts/0x0000000000000000000000000000000000004320/results/1599360484.445086003
I suspect the culprit here is the
amount
property beingnull
I'm not sure if this is by design or is an issue in the mirror-node and if it should be resolved here or in the mirror-node
Steps to reproduce
https://testnet.mirrornode.hedera.com/api/v1/contracts/0x0000000000000000000000000000000000004320/results/1599360484.445086003
Additional context
No response
Hedera network
testnet
Version
0.11.0
Operating system
No response
The text was updated successfully, but these errors were encountered: