unlock
unlock copied to clipboard
Make protocol health check script work
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)
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!)
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
- [ ] subgraph status check has changed https://github.com/unlock-protocol/unlock/pull/15721