Skip to content
New issue

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

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

Already on GitHub? # to your account

RNG fallback mechanism #1283

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

RNG fallback mechanism #1283

jaybuidl opened this issue Oct 18, 2023 · 0 comments · May be fixed by #1782
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
@jaybuidl jaybuidl linked a pull request Dec 6, 2023 that will close this issue
@coderabbitai coderabbitai bot linked a pull request Dec 11, 2024 that will close this issue
@jaybuidl jaybuidl linked a pull request Mar 19, 2025 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants