-
Notifications
You must be signed in to change notification settings - Fork 27
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
Enhanced validator details #182
Open
pk910
wants to merge
21
commits into
master
Choose a base branch
from
pk910/per-validator-operations
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
This PR includes several changes to make the new validator details structurally possible. Testing instructions: participants_matrix:
el:
- el_type: geth
el_image: ethpandaops/geth:lightclient-prague-devnet-4-37035c5
- el_type: reth
el_image: ethpandaops/reth:onbjerg-devnet-4-8a40d5c
cl:
- cl_type: lighthouse
cl_image: ethpandaops/lighthouse:pawan-electra-alpha7-0dd215c
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:develop-4aa5410
vc_image: ethpandaops/prysm-validator:develop-4aa5410
network_params:
electra_fork_epoch: 1
min_validator_withdrawability_delay: 1
shard_committee_period: 1
churn_limit_quotient: 16
seconds_per_slot: 6
additional_services:
- dora
- assertoor
snooper_enabled: true
assertoor_params:
image: "ethpandaops/assertoor:electra-support-456ffe4"
run_stability_check: false
run_block_proposal_check: false
tests:
- { file: "https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/electra-support/playbooks/pectra-dev/kurtosis/all.yaml" } |
skylenet
reviewed
Dec 2, 2024
skylenet
approved these changes
Dec 2, 2024
skylenet
added
the
build-docker-image
Automatically build docker image for PR branch
label
Dec 2, 2024
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.
This PR adds a tab control to the validator details page, which lazy loads additional validator details on request:
Recent Attestations:
Deposits:
Withdrawal Requests: (only if electra is activated)
Consolidation Requests: (only if electra is activated)