-
Notifications
You must be signed in to change notification settings - Fork 783
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* common: add GrayGlacier HF and EIP-5133 * block: add GrayGlacier to difficulty tests * vm: add GrayGlacier/EIP-5133 to supported HF/EIP's * common: add GrayGlacier support * vm: add GrayGlacier support * resolve comments * common: increase hardfork count check * fix eslint-config-typescrip error
- Loading branch information
Showing
15 changed files
with
21,440 additions
and
6 deletions.
There are no files selected for viewing
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
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
7,056 changes: 7,056 additions & 0 deletions
7,056
packages/block/test/testdata/dfGrayGlacier/difficultyGrayGlacier.json
Large diffs are not rendered by default.
Oops, something went wrong.
4,016 changes: 4,016 additions & 0 deletions
4,016
packages/block/test/testdata/dfGrayGlacier/difficultyGrayGlacierForkBlock.json
Large diffs are not rendered by default.
Oops, something went wrong.
7,056 changes: 7,056 additions & 0 deletions
7,056
packages/block/test/testdata/dfGrayGlacier/difficultyGrayGlacierMinus1.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,632 changes: 1,632 additions & 0 deletions
1,632
packages/block/test/testdata/dfGrayGlacier/difficultyGrayGlacierTimeDiff1.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,632 changes: 1,632 additions & 0 deletions
1,632
packages/block/test/testdata/dfGrayGlacier/difficultyGrayGlacierTimeDiff2.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "EIP-5133", | ||
"number": 5133, | ||
"comment": "Delaying Difficulty Bomb to mid-September 2022", | ||
"url": "https://eips.ethereum.org/EIPS/eip-5133", | ||
"status": "Draft", | ||
"minimumHardfork": "grayGlacier", | ||
"gasConfig": {}, | ||
"gasPrices": {}, | ||
"vm": {}, | ||
"pow": { | ||
"difficultyBombDelay": { | ||
"v": 11400000, | ||
"d": "the amount of blocks to delay the difficulty bomb with" | ||
} | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"name": "grayGlacier", | ||
"comment": "Delaying the difficulty bomb to Mid September 2022", | ||
"url": "https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/gray-glacier.md", | ||
"status": "Draft", | ||
"eips": [5133], | ||
"gasConfig": {}, | ||
"gasPrices": {}, | ||
"vm": {}, | ||
"pow": {} | ||
} |
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
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
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
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