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 dryRun argument to the /session/verify-checked API end-point #90

Closed svienot closed 6 months ago

svienot commented 7 months ago

Problem

The verification UI flow in mirror-node explorer needs to be able to call the/session/verify-checked API end-point without actually persisting the result of the verification in the repository. This is required in order to be able to obtain an exact preview of what the result of the verification is going to be for a given contract.

Solution

Add an optional dryRun argument (or a query parameter) to the/session/verify-checked end-point

Alternatives

No response