-
Notifications
You must be signed in to change notification settings - Fork 158
Support Dencun consensus upgrade #981
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 all commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
387e085
Update for Dencun
yrong 846065a
build geth&lodestar from source
yrong 65272d4
Fix makeTrie
yrong d2f0d66
Merge branch 'main' into ron/dencun
yrong 63b0f07
Update go ethereum to v1.13.5
yrong faf5d01
Update packages & Speedup e2e setup
yrong c179311
Update lodestar to v1.12.0
yrong d728f48
Remove unused
yrong 28f23dd
Remove unrelated changes
yrong cce7714
Ignore build geth when binary exist
yrong 48cc44f
Cleanup for deprecated ethashproof
yrong fe1e191
Update with VersionedExecutionPayloadHeader
yrong d37a736
Fix breaking tests
yrong 1aa5a0a
Merge branch 'main' into ron/dencun
yrong 545e267
Update node package
yrong 1c5b33d
Update git modules
yrong 647f57e
Sync packages with nix
yrong 40daff1
Merge branch 'main' of https://github.com/Snowfork/snowbridge into ro…
yrong 565cd83
Update sdk
yrong 7414746
Update contract binding
yrong 70d017b
More cleanup
yrong 585dc78
For deneb(1)
yrong ba67bf3
For deneb(2)
yrong f9f7458
Update sdk
yrong d542799
For deneb(3)
yrong 904e97a
Update sdk
yrong 99c0304
For deneb(4)
yrong 8a50ced
Enable deneb for local setup
yrong e5c2381
Fix tests
yrong 29a2afe
Fix BeaconStateDeneb & more tests
yrong 3f6cb38
Merge branch 'main' into ron/dencun
yrong 4aae19a
Generate test fixture for Deneb and more tests accordingly
yrong 79e79dd
Merge branch 'main' into ron/dencun
yrong ed69a35
Fix parse empty field
yrong 1c1ca20
Setup for switchover test
yrong 8f95e8a
Test workflow specific for deneb
yrong ba5957e
Ignore change detect building polkadot binary
yrong 9673b21
Encode with error handling
yrong e767e6e
Fix format
yrong e5120e8
Merge branch 'main' into ron/dencun
yrong 6a38f79
Update lodestar
yrong c246f70
Improve scripts setting up nodes for production
yrong 6892678
Merge branch 'main' into ron/dencun
yrong bdec747
Merge branch 'main' into ron/dencun
yrong 99f5a6d
Fix import
yrong 3580c4d
Reorganize deneb primitives
yrong d1a5b86
Update go mod
yrong ad65ebd
Fix format
yrong 53e4fa6
Remove obsolete
yrong d069f97
Fix import
yrong da3d338
Merge branch 'main' into ron/dencun
yrong 58a28bd
Merge branch 'main' into ron/dencun
yrong 61dadc9
Fix the deneb ForkVersion
yrong 328d541
Upgrade geth and lodestar
yrong d37ee40
Download geth release to replace the nix default
yrong d4bc62b
Naming consistently
yrong 0c14e49
Update lodestar with the mock hack
yrong 0ed243a
Fix generate mainnet fixture
yrong 765d765
Remove build geth
yrong fb5366f
Improve the script
yrong dc59f22
Merge branch 'main' into ron/dencun
yrong 1460d55
Enable deneb from genesis
yrong 8e392c3
Update sdk
yrong 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
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 |
|---|---|---|
|
|
@@ -38,7 +38,8 @@ | |
|
|
||
| # typescript | ||
| nodePackages.pnpm | ||
| nodejs-18_x | ||
| nodePackages.yarn | ||
| nodejs_20 | ||
|
|
||
| # ethereum | ||
| foundry-bin | ||
|
|
||
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
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
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
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.