-
Notifications
You must be signed in to change notification settings - Fork 24
Lodestar devnet 3 #52
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
29 commits
Select commit
Hold shift + click to select a range
6c6c56d
Add historical sync test (#44)
Inphi 9b27230
Add Lodestar
dgcoffman 5fb61e5
Supply chain config
dgcoffman e5e0351
Cache all docker work before yarn build
dgcoffman 48fe02f
Build packages individually to allow them to cache
dgcoffman 042c4eb
We must also build the CLI
dgcoffman 5fe616d
Fix clean
dgcoffman ebccdf8
Update to head of Lodestar
dgcoffman f8f5d42
Fun through Capella
dgcoffman 2b5e083
Latest Lodestar
dgcoffman 75c78da
Remove nonfunctional setting
dgcoffman ea6482c
Bump Lodestar
dgcoffman b4f19b8
Update lodestar submodule. Copy trusted setup
dgcoffman b3c004d
Update test harness to start either prysm or lodestar
dgcoffman 05d7355
Fix the Prysm communication
dgcoffman 7da4527
Fix the Lodestar wiring
dgcoffman 109b469
Fix up validator <-> beacon node communication
dgcoffman d39f2e9
Start switching tests to real beacon API
dgcoffman ff52ace
fee-market tests pass against Prysm without gRPC
dgcoffman 9bf202f
Fix initial-sync test
dgcoffman 0b427c7
Switch prysm to my branch which has GetBlockJSON
dgcoffman 4eaf186
Configure Prysm to upgrade later (as though it had Capella). Also run…
dgcoffman ad8a2ee
Fix make lodestar-up
dgcoffman c9a1883
Merge devnet-v3
dgcoffman 8fe2d40
Remove Prysm-specific chain config. We used a shared config now.
dgcoffman 002b39a
Point Prysm back at the devnet-v3 branch
dgcoffman 9573bb2
Update geth to latest from devnet-v3
dgcoffman 44b2b3f
Put erigon back
dgcoffman 4a6ee67
Remove preset base, let it take the default
dgcoffman 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
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
Submodule go-ethereum
updated
7 files
| +26 −104 | core/types/data_blob.go | |
| +1 −63 | core/vm/contracts.go | |
| +0 −79 | crypto/kzg/kzg.go | |
| +142 −0 | crypto/kzg/kzg_new.go | |
| +4 −2 | signer/core/apitypes/types.go | |
| +14 −51 | tests/kzg_bench_test.go | |
| +7 −7 | tests/kzg_test.go |
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| .git | ||
| .github | ||
| node_modules |
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.
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.
I'm sorry, my editor wants single quotes real bad 🤷♂️
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.
it's fine :(