-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
enhancementType: New featureType: New feature
Description
Problem
We're missing acceptance test coverage for some contracts mirror node REST APIs.
Solution
Based on #4051 , add below apis coverage to acceptance tests
- /api/v1/contracts - List all contracts
- /api/v1/contracts/{id}/state - Contract state
- /api/v1/contracts/{id}/results/{timestamp} - Contract results by timestamp
- /api/v1/contracts/results - All contract results
- /api/v1/contracts/results/{id}/opcodes - Contract opcodes
- /api/v1/contracts/{id}/results/logs - Contract logs by contract
- /api/v1/contracts/results/logs - All contract logs
Alternatives
No response
Metadata
Metadata
Assignees
Labels
enhancementType: New featureType: New feature
Type
Projects
Status
👷 In progress