Skip to content

Commit

Permalink
Merge pull request #150 from rolfyone/identity-syncnets
Browse files Browse the repository at this point in the history
add syncnets to identity metadata for altair
  • Loading branch information
mpetrunic authored Jun 4, 2021
2 parents 8ce70e8 + 55aae98 commit 07c0191
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions types/p2p.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ MetaData:
- description: "Bitvector representing the node's persistent attestation subnet subscriptions."
- $ref: "./primitive.yaml#/Hex"
- example: "0x0000000000000000"
syncnets:
allOf:
- 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#/Hex"
- example: "0x0f"
- required: false

Peer:
type: object
Expand Down

0 comments on commit 07c0191

Please sign in to comment.