This repository was archived by the owner on Oct 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
splitting Metropolis into Byzantium and Constantinople #4295
Conversation
This file contains 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
winsvega
reviewed
Aug 1, 2017
@@ -26,7 +26,8 @@ R"E( | |||
"daoHardforkBlock": "0x1d4c00", | |||
"EIP150ForkBlock": "0x259518", | |||
"EIP158ForkBlock": "0x28d138", | |||
"metropolisForkBlock": "0x2dc6c0", | |||
"byzantiumForkBlock": "0x2dc6c0", | |||
"constantinopleForkBlock": "0x2dc6c0", |
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.
need a higher value here to split the fork activation point
@@ -26,7 +26,8 @@ R"E( | |||
"daoHardforkBlock": "0x08", | |||
"EIP150ForkBlock": "0x0a", | |||
"EIP158ForkBlock": "0x0e", | |||
"metropolisForkBlock": "0x10", | |||
"byzantiumForkBlock": "0x10", | |||
"constantinopleForkBlock": "0x10", |
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.
same here
@winsvega I delayed Constantinople. |
I will continue adjusting evmjit. @winsvega are you going to fix the tests? |
yes |
I updated evmjit. |
Codecov Report
@@ Coverage Diff @@
## develop #4295 +/- ##
===========================================
- Coverage 67.44% 67.37% -0.08%
===========================================
Files 306 307 +1
Lines 23549 23587 +38
===========================================
+ Hits 15883 15892 +9
- Misses 7666 7695 +29
|
chfast
approved these changes
Aug 3, 2017
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.
Fixes #4268 .