-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
PREVRANDAO Support #3372
Labels
enhancement
New feature or improvement.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
v6
Issues regarding v6
Comments
Thanks! I'll add this to v6. :) |
@ricmoo |
ricmoo
added
minor-bump
Planned for the next minor version bump.
next-patch
Issues scheduled for the next arch release.
labels
Apr 10, 2024
Thanks for the bump. I have a minor bump going out this week and will investigate this. :) |
ricmoo
added a commit
that referenced
this issue
Apr 12, 2024
Added in v6.12.0. Thanks! :) |
ricmoo
added
fixed/complete
This Bug is fixed or Enhancement is complete and published.
and removed
on-deck
This Enhancement or Bug is currently being worked on.
next-patch
Issues scheduled for the next arch release.
minor-bump
Planned for the next minor version bump.
labels
Apr 17, 2024
This was referenced Jun 20, 2024
This was referenced Jun 23, 2024
This was referenced Sep 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or improvement.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
v6
Issues regarding v6
Describe the Feature
Looking for a way to access PREVRANDAO (the mix of the RANDAO from the previously confirmed block).
This might already exist in the field
mixHash
(which is not exposed in Ethers last I tried), this field should now be renamed toprevRandao
as of the merge.The goal of this would be to give application and game developers access to a strong verifiable PRNG.
For details on this:
https://eips.ethereum.org/EIPS/eip-4399
Code Example
No response
The text was updated successfully, but these errors were encountered: