-
Notifications
You must be signed in to change notification settings - Fork 773
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
Altair-devnet-0 #2434
Closed
Closed
Altair-devnet-0 #2434
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 4fa189f Author: Paul Hauner <[email protected]> Date: Fri Jun 25 14:01:22 2021 +1000 Refactor validator inclusion endpoint commit f0696af Author: Paul Hauner <[email protected]> Date: Fri Jun 25 12:16:38 2021 +1000 Remove old balance getter in ef_tests commit 0a4ac44 Author: Paul Hauner <[email protected]> Date: Fri Jun 25 12:11:19 2021 +1000 Remove flag error type FIXME commit 0614f3d Merge: 9eba14d 95e3069 Author: Paul Hauner <[email protected]> Date: Fri Jun 25 12:00:44 2021 +1000 Merge branch 'altair' into participation-cache commit 9eba14d Author: Paul Hauner <[email protected]> Date: Fri Jun 25 11:56:04 2021 +1000 Tidy, remove unused function, fix init length commit 2c18537 Author: Paul Hauner <[email protected]> Date: Fri Jun 25 11:41:40 2021 +1000 Tidy, add comments commit 9cd00db Author: Paul Hauner <[email protected]> Date: Fri Jun 25 11:03:36 2021 +1000 Working single-loop refactor commit 6bc4579 Author: Paul Hauner <[email protected]> Date: Fri Jun 25 10:54:02 2021 +1000 Partial one-loop refactor commit 35fce82 Author: Paul Hauner <[email protected]> Date: Fri Jun 25 10:27:28 2021 +1000 Fix eligible indices commit 3853c7b Author: Paul Hauner <[email protected]> Date: Fri Jun 25 10:08:28 2021 +1000 Used cached indices commit 2c5cfe6 Author: Paul Hauner <[email protected]> Date: Fri Jun 25 09:37:56 2021 +1000 Fix active indices commit cfad885 Author: Paul Hauner <[email protected]> Date: Fri Jun 25 09:23:22 2021 +1000 Fix balances issue commit b080473 Author: Paul Hauner <[email protected]> Date: Thu Jun 24 16:40:45 2021 +1000 Fix EF test compile errors commit ed1706e Author: Paul Hauner <[email protected]> Date: Thu Jun 24 16:40:32 2021 +1000 Remove junk file commit 26c4a74 Author: Paul Hauner <[email protected]> Date: Thu Jun 24 15:49:45 2021 +1000 Add eligible indices commit 614d33b Author: Paul Hauner <[email protected]> Date: Thu Jun 24 15:23:09 2021 +1000 Swap back to ParticipationCache commit 6531be5 Author: Paul Hauner <[email protected]> Date: Thu Jun 24 13:14:53 2021 +1000 Bring balances into ParticipationCache commit 10d8527 Author: Paul Hauner <[email protected]> Date: Thu Jun 24 11:57:54 2021 +1000 Add EpochCache commit 81905c6 Author: Paul Hauner <[email protected]> Date: Thu Jun 24 11:45:44 2021 +1000 Tidy, remove metric commit 8d677b6 Author: Paul Hauner <[email protected]> Date: Wed Jun 23 16:45:28 2021 +1000 Remove unslashed indices function commit e1beb86 Author: Paul Hauner <[email protected]> Date: Wed Jun 23 15:42:12 2021 +1000 Update EpochProcessingSummary commit 5e1b7de Author: Paul Hauner <[email protected]> Date: Wed Jun 23 15:07:06 2021 +1000 Add initial participation cache
This reverts commit ff761a2.
commit 8847bd0 Author: Paul Hauner <[email protected]> Date: Thu Jul 8 18:24:00 2021 +1000 Add metrics for sync committee fullness
commit a2ff95f Author: Michael Sproul <[email protected]> Date: Wed Jun 23 12:10:30 2021 +1000 Use bulk verification for sync_aggregate signature Updated to handle block batches correctly.
Closed
Closed in favor of #2450 |
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.
Issue Addressed
NA
Proposed Changes
Provides support for
altair-devnet-0
as defined at: eth-clients/eth2-networks#53This branch is based upon #2404. It also contains #2439.
Connect to the testnet with
lighthouse bn --network altair-devnet-0
.Additional Info
Not intended for merging.