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

RNG fallback mechanism #1283

Open
Tracked by #1313
jaybuidl opened this issue Oct 18, 2023 · 0 comments · May be fixed by #966
Open
Tracked by #1313

RNG fallback mechanism #1283

jaybuidl opened this issue Oct 18, 2023 · 0 comments · May be fixed by #966
Assignees
Labels

Comments

@jaybuidl
Copy link
Member

jaybuidl commented Oct 18, 2023

The RNG must be operational at all times or it might DOS the arbitrator.

Fallback criteria: if RNG returns 0 for more than X blocks, with X = 150 blocks initially (30 minutes)

In order of preference

  1. RNG: Chainlink VRF #1349, then fall back on
  2. Randomizer VRF, then fall back on
  3. else?
  4. L1 Blockhash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants