-
Notifications
You must be signed in to change notification settings - Fork 69
Update to electra consensus #894
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
a400961
upgrade everything to electra
girazoki 80fb94a
upgrade geth and lodestar
ParthDesai d6415ee
add electra stuff
ParthDesai 8993001
pr to upgrade to electra
girazoki da0539b
ts api
girazoki 0926990
download electra files
girazoki fa6a58d
new fix
girazoki 0b078ec
fixes for tests
girazoki 3d3e287
Merge branch 'master' into parth-fix-geth-and-lodestar
girazoki e6505f4
fix rus tests
girazoki 31469ba
very ugly commit to make benchmarks work
girazoki File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,61 +1,74 @@ | ||
| { | ||
| "config": { | ||
| "chainId": 11155111, | ||
| "homesteadBlock": 0, | ||
| "eip150Block": 0, | ||
| "eip155Block": 0, | ||
| "eip158Block": 0, | ||
| "byzantiumBlock": 0, | ||
| "constantinopleBlock": 0, | ||
| "petersburgBlock": 0, | ||
| "istanbulBlock": 0, | ||
| "muirGlacierBlock": 0, | ||
| "berlinBlock": 0, | ||
| "londonBlock": 0, | ||
| "ethash": {}, | ||
| "terminalTotalDifficulty": 0, | ||
| "ShanghaiTime": 0, | ||
| "CancunTime": null, | ||
| "terminalTotalDifficultyPassed": true | ||
| }, | ||
| "difficulty": "0x9FFE0", | ||
| "gasLimit": "80000000", | ||
| "alloc": { | ||
| "90A987B944Cb1dCcE5564e5FDeCD7a54D3de27Fe": { | ||
| "balance": "1000000000000000000000000" | ||
| }, | ||
| "Be68fC2d8249eb60bfCf0e71D5A0d2F2e292c4eD": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "89b4AB1eF20763630df9743ACF155865600daFF2": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "04E00e6D2e9Ea1E2AF553De02A5172120BFA5c3e": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "a255dC78C1510e2c1332fBAC2de848058f479CEE": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "ACbd24742b87c34dED607FB87b22401B2Ede167E": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "01F6749035e02205768f97e6f1d394Fb6769EC20": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "8b66D5499F52D6F1857084A61743dFCB9a712859": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "13e16C4e5787f878f98a610EB321170512b134D4": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "eEBFA6B9242A19f91a0463291A937a20e3355681": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "87D987206180B8f3807Dd90455606eEa85cdB87a": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "0xACbd24742b87c34dED607FB87b22401B2Ede167E": { | ||
| "balance": "100000000000000000000" | ||
| } | ||
| "config": { | ||
| "chainId": 11155111, | ||
| "homesteadBlock": 0, | ||
| "eip150Block": 0, | ||
| "eip155Block": 0, | ||
| "eip158Block": 0, | ||
| "byzantiumBlock": 0, | ||
| "constantinopleBlock": 0, | ||
| "petersburgBlock": 0, | ||
| "istanbulBlock": 0, | ||
| "muirGlacierBlock": 0, | ||
| "berlinBlock": 0, | ||
| "londonBlock": 0, | ||
| "ethash": {}, | ||
| "terminalTotalDifficulty": 0, | ||
| "ShanghaiTime": 0, | ||
| "CancunTime": 0, | ||
| "PragueTime": null, | ||
| "terminalTotalDifficultyPassed": true, | ||
| "blobSchedule": { | ||
| "cancun": { | ||
| "target": 3, | ||
| "max": 6, | ||
| "baseFeeUpdateFraction": 3338477 | ||
| }, | ||
| "prague": { | ||
| "target": 6, | ||
| "max": 9, | ||
| "baseFeeUpdateFraction": 5007716 | ||
| } | ||
| } | ||
| }, | ||
| "difficulty": "0x9FFE0", | ||
| "gasLimit": "80000000", | ||
| "alloc": { | ||
| "90A987B944Cb1dCcE5564e5FDeCD7a54D3de27Fe": { | ||
| "balance": "1000000000000000000000000" | ||
| }, | ||
| "Be68fC2d8249eb60bfCf0e71D5A0d2F2e292c4eD": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "89b4AB1eF20763630df9743ACF155865600daFF2": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "04E00e6D2e9Ea1E2AF553De02A5172120BFA5c3e": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "a255dC78C1510e2c1332fBAC2de848058f479CEE": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "ACbd24742b87c34dED607FB87b22401B2Ede167E": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "01F6749035e02205768f97e6f1d394Fb6769EC20": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "8b66D5499F52D6F1857084A61743dFCB9a712859": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "13e16C4e5787f878f98a610EB321170512b134D4": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "eEBFA6B9242A19f91a0463291A937a20e3355681": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "87D987206180B8f3807Dd90455606eEa85cdB87a": { | ||
| "balance": "100000000000000000000" | ||
| }, | ||
| "0xACbd24742b87c34dED607FB87b22401B2Ede167E": { | ||
| "balance": "100000000000000000000" | ||
| } | ||
| } | ||
| } |
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.