hashgraph / hedera-sourcify

Tools for verifying Hedera smart contracts using standard open source libraries.
Apache License 2.0
6 stars 7 forks source link

Add API test suite #45

Closed Nana-EC closed 2 months ago

Nana-EC commented 8 months ago

Problem

The server supports a range of APIs available to developers that don't go through the UI. Currently don't have a set of tests to confirm their ongoing functionality

Solution

Add a test suite that covers endpoints noted under api-docs

Alternatives

Explore if the forked code repo already has these tests. If so expose them in CI runs and allow them to be run against remote environments

Nana-EC commented 6 months ago

@acuarica did your enabling of API tests cover this or is there more test coverage to add?

acuarica commented 6 months ago

There are some endpoints, e.g., create2 related endpoints that are uncovered. However we can close this in favor of