Skip to content

Commit 556cc66

Browse files
committed
add: add a link to peerDAS
1 parent 5ba0075 commit 556cc66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

caps/eth.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,19 +129,19 @@ Blob transaction carries one or more large objects called blobs, in addition to
129129
transaction payload. The transaction also includes metadata that allows peers to verify
130130
blob fragments (cells) they exchange over the network.
131131

132-
- `cell`: Cell is a fragment of a blob, computed by splitting the blob and applying
133-
the erasure-code defined in EIP-7594. In an extended blob, a cell can be identified by its index.
132+
- `cell`: Cell is computed by splitting the blob and applying the erasure-code defined in
133+
[EIP-7594]. A cell can be identified in the erasure-coded blob by its `index`.
134134

135135
- Commitment: Commitment is a cryptographic value bound to a blob. It is used in inclusion
136136
verification to ensure that any given cell is part of the original blob.
137137

138138
- Proof: Proof is a cell-specific data used during the inclusion verification of associated cell.
139139

140140
- Versioned hash (`vhash`): Versioned hash is the identifier for a blob, which is calculated
141-
taking the hash of the blob's commitment, prefixed with a version byte. Peers can specify
142-
which blob's cells they want to request.
141+
taking the hash of the blob's commitment, prefixed with a version byte.
143142

144-
Note that cells are not sent with the transaction itself but are exchanged separately between peers.
143+
Note that blobs are not sent directly with the transaction but are exchanged in the form of
144+
cells separately between peers.
145145

146146
### Cell Exchange
147147

@@ -154,7 +154,6 @@ A node should never announce availability to a peer that it can infer to already
154154
have the associated cell. This can be achieved by remembering set of versioned hashes
155155
and cell indices announced by each peer.
156156

157-
158157
### Transaction Encoding and Validity
159158

160159
Transaction objects exchanged by peers have one of two encodings. In definitions across
@@ -707,6 +706,7 @@ Version numbers below 60 were used during the Ethereum PoC development phase.
707706
[EIP-4844]: https://eips.ethereum.org/EIPS/eip-4844
708707
[EIP-4938]: https://eips.ethereum.org/EIPS/eip-4938
709708
[EIP-5793]: https://eips.ethereum.org/EIPS/eip-5793
709+
[EIP-7594]: https://eips.ethereum.org/EIPS/eip-7594
710710
[EIP-7642]: https://eips.ethereum.org/EIPS/eip-7642
711711
[EIP-7685]: https://eips.ethereum.org/EIPS/eip-7685
712712
[The Merge]: https://eips.ethereum.org/EIPS/eip-3675

0 commit comments

Comments
 (0)