-
Notifications
You must be signed in to change notification settings - Fork 775
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
Hydra fuzzer #4116
Closed
Closed
Hydra fuzzer #4116
Conversation
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
Squashed commit of the following: commit 927877bad68811c38b89fa4703d4c199facf5f68 Author: realbigsean <[email protected]> Date: Fri Aug 19 09:30:22 2022 -0400 Update consensus/proto_array/src/proto_array.rs Co-authored-by: Michael Sproul <[email protected]> commit afda0192c055e373c64511b630c4a95e06fe4c36 Author: realbigsean <[email protected]> Date: Thu Aug 18 13:08:29 2022 -0400 Revert "requirements for new vectors" This reverts commit 57a8337038cef019646b9951555862f5032632d5. commit 57a8337038cef019646b9951555862f5032632d5 Author: realbigsean <[email protected]> Date: Thu Aug 18 13:08:17 2022 -0400 requirements for new vectors commit 1d1ec0372e8dfab17c758b263f9068b33e2f4cca Merge: 5aeb0a600 c2604c4 Author: realbigsean <[email protected]> Date: Thu Aug 18 12:21:40 2022 -0400 Merge branch 'unstable' of https://github.com/sigp/lighthouse into fc-tip-tracking-withholding-fix commit 5aeb0a600fac5289381e6a8c716c33b82aff5e14 Author: realbigsean <[email protected]> Date: Fri Aug 12 10:12:15 2022 -0400 fc tip tracking pull up fix
michaelsproul
added
work-in-progress
PR is a work-in-progress
v4.1.0
Post-Capella minor release
labels
Mar 21, 2023
I've rebased this branch and combined it with Hydra BN, which is not yet public. I'll reopen a PR to add Hydra upstream once (if) it is deemed safe. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Proposed Changes
Add a fuzzer that exercises the
beacon_chain
crate, block packing, fork choice and other consensus-adjacent components.README.
Additional Info
Blocked on #3962.