-
Notifications
You must be signed in to change notification settings - Fork 2
Submit drand numbers #318
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
Merged
Merged
Submit drand numbers #318
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploying happychain with
|
| Latest commit: |
c0de6bf
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://599daeca.happychain.pages.dev |
| Branch Preview URL: | https://gabriel-drand-service.happychain.pages.dev |
This was referenced Dec 20, 2024
Merged
Contributor
Author
Merged
10 tasks
HAPPY-244 Submit Drand to the `DranOracle` smartcontract
Create a service that submits the random numbers generated by https://drand.love/ to the |
aodhgan
reviewed
Dec 20, 2024
AryanGodara
reviewed
Dec 26, 2024
AryanGodara
reviewed
Dec 26, 2024
AryanGodara
reviewed
Dec 26, 2024
AryanGodara
reviewed
Dec 26, 2024
AryanGodara
reviewed
Dec 26, 2024
AryanGodara
reviewed
Dec 26, 2024
AryanGodara
reviewed
Dec 26, 2024
AryanGodara
reviewed
Dec 26, 2024
AryanGodara
reviewed
Dec 26, 2024
f876054 to
54cc52a
Compare
a393310 to
06ca727
Compare
AryanGodara
reviewed
Dec 26, 2024
AryanGodara
reviewed
Dec 26, 2024
AryanGodara
reviewed
Dec 26, 2024
AryanGodara
reviewed
Dec 26, 2024
AryanGodara
reviewed
Dec 26, 2024
aodhgan
reviewed
Feb 5, 2025
aodhgan
reviewed
Feb 5, 2025
aodhgan
reviewed
Feb 5, 2025
aodhgan
reviewed
Feb 5, 2025
aodhgan
reviewed
Feb 5, 2025
10 tasks
norswap
reviewed
Feb 9, 2025
Collaborator
norswap
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably worth to do a thorough randomness spec + code review at some point & documenting the design, but that's for later.
2411eba to
68d402a
Compare
68d402a to
50f1ed4
Compare
This was referenced Feb 11, 2025
Closed
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Linked Issues
Description
This PR adds the code to submit DRAND numbers to the blockchain every 3 seconds.
In addition, it adapts the code to ensure commitments continue to work, considering the commitment contract now operates based on blocks instead of timestamps.
Toggle Checklist
Checklist
Basics
norswap/build-system-caching).Reminder: PR review guidelines
Correctness
testnet, mainnet, standalone wallet, ...).
< INDICATE BROWSER, DEMO APP & OTHER ENV DETAILS USED FOR TESTING HERE >
< INDICATE TESTED SCENARIOS (USER INTERFACE INTERACTION, CODE FLOWS) HERE >
Tested in local with anvil
and have updated the code & comments accordingly.
Architecture & Documentation
(2) commenting these boundaries correctly, (3) adding inline comments for context when needed.
comments.
in a Markdown document.