Skip to content

Commit

Permalink
Merge pull request #2449 from ethereum/fix-sharding-comments
Browse files Browse the repository at this point in the history
add/update comments on shard blob/header/reference body field
  • Loading branch information
djrtwo authored May 27, 2021
2 parents 1ea1d22 + 1360860 commit d50a12c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specs/sharding/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ class ShardBlobHeader(Container):
# Slot and shard that this header is intended for
slot: Slot
shard: Shard
# SSZ-summary of ShardBlobBody
body_summary: ShardBlobBodySummary
# Proposer of the shard-blob
proposer_index: ValidatorIndex
Expand Down Expand Up @@ -253,7 +254,7 @@ class ShardBlobReference(Container):
# Slot and shard that this reference is intended for
slot: Slot
shard: Shard
# Hash-tree-root of commitment data
# Hash-tree-root of ShardBlobBody
body_root: Root
# Proposer of the shard-blob
proposer_index: ValidatorIndex
Expand Down
1 change: 1 addition & 0 deletions specs/sharding/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class ShardBlob(Container):
# Slot and shard that this blob is intended for
slot: Slot
shard: Shard
# Shard data with related commitments and beacon anchor
body: ShardBlobBody
# Proposer of the shard-blob
proposer_index: ValidatorIndex
Expand Down

0 comments on commit d50a12c

Please sign in to comment.