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
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
- Removed Tx encoding tests in favor of TestAbcTransactionEncode - Removed ancient bcValidBlockTest - Consolidated block encoding tests - Explain TestHeaderSizeCalc
61ffad8
to
93890ae
Compare
hyunsooda
reviewed
Oct 27, 2023
344ce47
to
af0f2da
Compare
9 tasks
hyunsooda
reviewed
Oct 30, 2023
hyunsooda
reviewed
Oct 31, 2023
hyunsooda
previously approved these changes
Nov 1, 2023
yoomee1313
previously approved these changes
Nov 1, 2023
@aidan-kwon @ian0371 PTAL |
hyeonLewis
previously approved these changes
Nov 2, 2023
ian0371
reviewed
Nov 2, 2023
7d67990
hyeonLewis
previously approved these changes
Nov 2, 2023
ian0371
previously approved these changes
Nov 2, 2023
c63f468
to
8654d6f
Compare
Now linter should pass. Sorry for the hassle. |
hyeonLewis
approved these changes
Nov 3, 2023
hyunsooda
approved these changes
Nov 3, 2023
aidan-kwon
approved these changes
Nov 6, 2023
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.
Proposed changes
randomReveal
andmixHash
ChainConfig.IsRandaoForkEnabled
andRules.IsRandao
eth_getHeader*
eth_getBlock*
returns nonzeromixHash
after Randao fork (was 0x00..00 before fork)klay_getHeader*
klay_getBlock*
returnsrandomReveal
andmixHash
after Randao forkTypes of changes
Checklist
$ make test
)Related issues
Further comments
Future works