You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amount of contracts is ever increasing and we are checking all of them to see if they are verified.
Orgs/Devs verify their contracts and sometimes have to wait 10 minutes to see that it was verified.
If we changed to only check new contracts for verification old contracts could never have their verification status changed.
Proposed solution
Create a queue, if a contract was deployed in the last week we include it on the list and check the list every 10 minutes on sourcify for verification.
Add support for single contract verification on a route that can be triggered by the front end. Then we can add button on each unverified contract page on teloscan todo a individual check for the contract so any old or new contract can be checked once verified.
The text was updated successfully, but these errors were encountered:
Problems
Proposed solution
Create a queue, if a contract was deployed in the last week we include it on the list and check the list every 10 minutes on sourcify for verification.
Add support for single contract verification on a route that can be triggered by the front end. Then we can add button on each unverified contract page on teloscan todo a individual check for the contract so any old or new contract can be checked once verified.
The text was updated successfully, but these errors were encountered: