-
Notifications
You must be signed in to change notification settings - Fork 902
Fix deneb doppelganger tests #4124
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 25 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
93fb6f3
Temp hack to compile
pawanjay176 0b92b20
Fix doppelganger tests
pawanjay176 e2e9ea9
Kill in groups instead of storing pid
pawanjay176 29465a6
Install geth in CI
pawanjay176 5085793
Install geth first
pawanjay176 0b3e8d3
Fix eth1_block_hash
pawanjay176 72d1f53
Fix directory paths and block hash
pawanjay176 41f87ac
Fix workflow for local testnets; reset genesis.json after running script
pawanjay176 d3e7f48
Disable capella and deneb forks for doppelganger tests
pawanjay176 9e7002d
oops not capella
pawanjay176 eb87a12
Spin up a spare bn for the doppelganger validator
pawanjay176 14eb178
testing
pawanjay176 3e8cf1a
Revert "testing"
pawanjay176 0be1f4c
Modify beacon_node script to take trusted peers
pawanjay176 a229855
Set doppelganger bn as a trusted peer
pawanjay176 9cc6f0a
Merge branch 'deneb-free-blobs' into fix-deneb-dg
pawanjay176 2213b83
Update var
pawanjay176 17c0c5c
update another
pawanjay176 950273a
Fix port
pawanjay176 03cb422
Add a flag to disable peer scoring
pawanjay176 e55b968
Merge branch 'disable-scoring-flag' into fix-deneb-dg
pawanjay176 62c4bf9
Merge branch 'deneb-free-blobs' into fix-deneb-dg
pawanjay176 0e2a3d3
Disable peer scoring in local testnet bn script
pawanjay176 be8b61b
Revert trusted peers hack
pawanjay176 e1b0fe9
fmt
pawanjay176 0d89694
Fix proposer boost score
pawanjay176 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
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.
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.
maybe good to mention in setup.md https://github.com/sigp/lighthouse/blob/unstable/book/src/setup.md?plain=1#L12
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.
Hey @atokama. We are using this for testing for 4844 specific stuff. This might not get merged for quite some time to the main branch. We have another PR #3807 where we should be ideally adding this and updating the docs for building post merge local testnets. Haven't been able to get around to that yet though 😅