Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the contract verification script #126

Open
pmjanus opened this issue May 30, 2024 · 0 comments
Open

Improve the contract verification script #126

pmjanus opened this issue May 30, 2024 · 0 comments

Comments

@pmjanus
Copy link
Contributor

pmjanus commented May 30, 2024

Problems

  1. Amount of contracts is ever increasing and we are checking all of them to see if they are verified.
  2. Orgs/Devs verify their contracts and sometimes have to wait 10 minutes to see that it was verified.
  3. If we changed to only check new contracts for verification old contracts could never have their verification status changed.

Proposed solution

  1. 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.

  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant