sourcifyeth / remix-sourcify

Remix plugin for source verify project
21 stars 12 forks source link

fetch partially matched contracts on remix #60

Closed ogwurujohnson closed 2 years ago

ogwurujohnson commented 2 years ago

When fetching contracts from the repository, the Fetcher module is not able to retrieve partially matched contracts, and throws

This contract could not be loaded. Please check the address. Error: Request failed with status code 404. Network: 1

It should be able to fetch partially matched contracts. The module would warn the user (via an alert, notification etc.) that this is a partially matched contract when fetched.

Closes https://github.com/ethereum/sourcify/issues/614

kuzdogan commented 2 years ago

:+1: