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
{{ message }}
This repository was archived by the owner on Jan 6, 2026. It is now read-only.
We had to disable DRAND beacon verification because it did not work when using drand-client via CDN. Without the verification, we are blindly trusting https://api.drand.sh/ to provide honest responses.
Let's fix that.
Options to consider:
Find a CDN that can correctly bundle drand-client and all of its dependencies.
Replace drand-client with our own implementation and implement the beacon verification algorithm using Web Crypto instead of @subtle/hash.