Skip to content

Commit

Permalink
Add custody_group_count to metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed Jan 22, 2025
1 parent aa1be25 commit 54b0e01
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 54b0e01

Please sign in to comment.