NethermindEth / starknet-contract-verifier

CLI to verify your starknet contracts classes on block explorers!
19 stars 7 forks source link

fix: unhandled cases where contract is not found #65

Closed cwkang1998 closed 1 month ago

cwkang1998 commented 1 month ago

When the path to the contract given in Scarb.toml does not contain any contracts, the verification continues without throwing an error. This is problematic and the verifier should throw an clear error indicating this.

cwkang1998 commented 1 month ago

Can't really add a good test case here, but we should add one for integration I believe.