We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rest monitor contract tests for contract results by id and contract results logs by id will fail if the contract id is extracted from the response of /contracts/results and all the contract ids are null, for example, ethereum transactions failed with WRONG_NONCE: https://testnet.mirrornode.hedera.com/api/v1/contracts/results?timestamp=lte:1726850357.933845000&limit=10
/contracts/results
null
WRONG_NONCE
Note still need to confirm that for such failed ethereum transactions, a null contract id in the contract result is expected or not.
as in the description
No response
testnet
v0.114.0
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Rest monitor contract tests for contract results by id and contract results logs by id will fail if the contract id is extracted from the response of
/contracts/results
and all the contract ids arenull
, for example, ethereum transactions failed withWRONG_NONCE
: https://testnet.mirrornode.hedera.com/api/v1/contracts/results?timestamp=lte:1726850357.933845000&limit=10Note still need to confirm that for such failed ethereum transactions, a
null
contract id in the contract result is expected or not.Steps to reproduce
as in the description
Additional context
No response
Hedera network
testnet
Version
v0.114.0
Operating system
None
The text was updated successfully, but these errors were encountered: