Skip to content
Merged
Changes from 2 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
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."

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add notice that it will be present after altair fork is activated?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't sure of the wording, but did make an update. Happy to change it further if there's a better way of expressing it.

- $ref: "./primitive.yaml#/Hex"
- example: "0x0f"
- required: false

Peer:
type: object
Expand Down