hedera-mirror-node icon indicating copy to clipboard operation
hedera-mirror-node copied to clipboard

HIP-801: Implement integration and acceptance tests covering opcode tracer

Open IvanKavaldzhiev opened this issue 1 year ago • 1 comments

Problem

We need to validate that the new REST API /api/v1/contracts/results/{transactionIdOrHash}/opcodes works correctly with all type of parameters and values.

Solution

Implement integration and acceptance tests that are configurable and could be disabled. This would be needed since they would be time consuming and put load on different environments.

They need to cover all type of optional parameters that can be send to the request. This include having stack, memory and storage flags turned on and the output should be expected for containing the different sections.

After validating everything works as expected, we can enable the REST endpoint.

Alternatives

No response

IvanKavaldzhiev avatar Dec 07 '23 10:12 IvanKavaldzhiev

For Q2

bibitibooo1 avatar Jan 16 '24 14:01 bibitibooo1