Script to easily launch the randomness service locally#324
Conversation
Deploying happychain with
|
| Latest commit: |
04114c4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b7ccd68b.happychain.pages.dev |
| Branch Preview URL: | https://gabriel-randomness-local-scr.happychain.pages.dev |
HAPPY-275 Script to easily launch the randomness service locally.
This script requires launching Anvil, deploying the random contract, setting the happy chain timestamp environment variable on the randomness service, compiling the transaction manager, executing its migrations, then compiling the randomness service and executing its migrations |
accbe18 to
490511a
Compare
4ac80a7 to
06c43be
Compare
490511a to
6cf351c
Compare
@aodhgan I sometimes receive this error as well. It happens due to how we handle requests to the drand network and how we initialize drand. Basically, the problem is that they return the error 'Too many requests.' However, this doesn’t cause a total system failure. I created this issue to address the problem: |
30af299 to
2411eba
Compare
cb9808f to
8d30fe5
Compare
2411eba to
68d402a
Compare
af78c90 to
aefc9c6
Compare
…a deterministic deployer
aefc9c6 to
abbe323
Compare

Linked Issues
Description
This PR creates a script to easily launch the randomness service without needing to configure anything
Toggle Checklist
Checklist
Basics
norswap/build-system-caching).Correctness
Architecture & Documentation