Skip to content

Commit

Permalink
Merge pull request #4062 from nalepae/patch-2
Browse files Browse the repository at this point in the history
Metadata: Replace `csc` by `cgc`.
  • Loading branch information
jtraglia authored Dec 18, 2024
2 parents 6f9d029 + 35603f5 commit 5567434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/fulu/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@ The `MetaData` stored locally by clients is updated with an additional field to
seq_number: uint64
attnets: Bitvector[ATTESTATION_SUBNET_COUNT]
syncnets: Bitvector[SYNC_COMMITTEE_SUBNET_COUNT]
custody_subnet_count: uint64 # csc
custody_group_count: uint64 # cgc
)
```

Where

- `seq_number`, `attnets`, and `syncnets` have the same meaning defined in the Altair document.
- `custody_subnet_count` represents the node's custody subnet count. Clients MAY reject peers with a value less than `CUSTODY_REQUIREMENT`.
- `custody_group_count` represents the node's custody group count. Clients MAY reject peers with a value less than `CUSTODY_REQUIREMENT`.

### The gossip domain: gossipsub

Expand Down

0 comments on commit 5567434

Please sign in to comment.