Closed
Conversation
Squashed commit of the following:
commit 927877bad68811c38b89fa4703d4c199facf5f68
Author: realbigsean <seananderson33@GMAIL.com>
Date: Fri Aug 19 09:30:22 2022 -0400
Update consensus/proto_array/src/proto_array.rs
Co-authored-by: Michael Sproul <michael@sigmaprime.io>
commit afda0192c055e373c64511b630c4a95e06fe4c36
Author: realbigsean <seananderson33@gmail.com>
Date: Thu Aug 18 13:08:29 2022 -0400
Revert "requirements for new vectors"
This reverts commit 57a8337038cef019646b9951555862f5032632d5.
commit 57a8337038cef019646b9951555862f5032632d5
Author: realbigsean <seananderson33@gmail.com>
Date: Thu Aug 18 13:08:17 2022 -0400
requirements for new vectors
commit 1d1ec0372e8dfab17c758b263f9068b33e2f4cca
Merge: 5aeb0a600 c2604c4
Author: realbigsean <seananderson33@gmail.com>
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 <sean@sigmaprime.io>
Date: Fri Aug 12 10:12:15 2022 -0400
fc tip tracking pull up fix
Member
Author
|
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. |
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
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_chaincrate, block packing, fork choice and other consensus-adjacent components.README.
Additional Info
Blocked on #3962.