This repository was archived by the owner on Aug 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 182
kip-114: RANDAO fields processing and EVM random opcode #2014
Merged
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
c2e33ab
to
5087ecd
Compare
971c609
to
07abe61
Compare
07abe61
to
02e5da6
Compare
5ba9eb9
to
f7dead2
Compare
60eee27
to
37889b3
Compare
d012007
to
bbfe421
Compare
bc08e9e
to
5afeaed
Compare
542319e
to
2c48694
Compare
2c48694
to
2833f31
Compare
Merged in #2024. Checked that opRandom works. |
a132c3c
to
03e66e0
Compare
This was referenced Nov 9, 2023
yoomee1313
reviewed
Nov 10, 2023
ian0371
reviewed
Nov 13, 2023
ian0371
reviewed
Nov 13, 2023
ian0371
reviewed
Nov 13, 2023
02806dd
to
6fdc99b
Compare
6fdc99b
to
fd1b486
Compare
Merged latest dev. |
ian0371
approved these changes
Nov 13, 2023
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.
LGTM except kcn --bls-nodekey
won't work. Please added the flag to nodeflags.go
yoomee1313
approved these changes
Nov 13, 2023
hyeonLewis
approved these changes
Nov 13, 2023
@2dvorak @hyunsooda PTAL |
2dvorak
reviewed
Nov 15, 2023
2dvorak
approved these changes
Nov 15, 2023
hyunsooda
approved these changes
Nov 15, 2023
Fixed 734f737. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
nodekey
.CalcRandao
)VerifyRandao
)RANDAOM (0x44)
opcode returns header.MixHash since Randao Hardfork.Types of changes
Checklist
$ make test
)Related issues
Further comments
Will be rebased after #2009 merge.