unlock icon indicating copy to clipboard operation
unlock copied to clipboard

Make protocol health check script work

Open julien51 opened this issue 10 months ago • 3 comments

This means the following:

  • it should tun locally AND on CI (daily)
  • it should report every single error (non verified contracts, missing oracles, version inconsistencies... etc)

Once this is done @clemsos you should make sure that every single error/issue cgets fixed (verify contracts, add oracles... etc)

julien51 avatar Feb 28 '25 14:02 julien51

Also:

set LATEST version manually in the packages contracts and add a health check to verify that LATEST matches (also check that contracts are verified!)

julien51 avatar Mar 20 '25 14:03 julien51

They run! https://github.com/unlock-protocol/unlock/actions/workflows/daily-check.yml

Things we need to fix:

  • [ ] oracles
  • [ ] rate limit for block explorers (we just query 1 by 1 to avoid being blocked
  • [ ] send notification on Discord in a public channel when it runs

julien51 avatar Mar 20 '25 14:03 julien51

  • [ ] subgraph status check has changed https://github.com/unlock-protocol/unlock/pull/15721

clemsos avatar Mar 20 '25 14:03 clemsos