Skip to content
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

Add custody_group_count to metadata in node/identity response #489

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions types/p2p.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ MetaData:
description: "Bitvector representing the node's sync committee subnet subscriptions. This metadata is not present in phase0, but will be present in Altair."
$ref: "./primitive.yaml#/Bitvector"
example: "0x0f"
custody_group_count:
description: "Uint64 representing the node's custody group count. The metadata is present from the Fulu fork."
$ref: "./primitive.yaml#/Uint64"

Peer:
type: object
Expand Down
1 change: 1 addition & 0 deletions wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ KZGProof
KZGProofs
KZGCommitmentInclusionProof
LMD
fulu
Loading