You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Description of changes**:
Fixed an issue with the file path structure: the first link to the
`message_block_layout.md` file in the `src/rationale` directory was not
accessible because the file should be located directly in the
`rationale` folder. The link has now been corrected to point to the
proper file location.
Copy file name to clipboardexpand all lines: docs/celestia-architecture/adr-002-ipld-da-sampling.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ This ADR:
29
29
The core data structures and the erasure coding of the block are already implemented in celestia-core ([#17], [#19], [#83]).
30
30
While there are no ADRs for these changes, we can refer to the Celestia specification in this case.
31
31
For this aspect, the existing implementation and specification should already be on par for the most part.
32
-
The exact arrangement of the data as described in this [rationale document](https://github.com/celestiaorg/celestia-specs/blob/master/rationale/message_block_layout.md)
32
+
The exact arrangement of the data as described in this [rationale document](https://github.com/celestiaorg/celestia-specs/blob/master/src/rationale/message_block_layout.md)
33
33
in the specification can happen at app-side of the ABCI boundary.
34
34
The latter was implemented in [celestiaorg/celestia-app#21](https://github.com/celestiaorg/celestia-app/pull/21)
35
35
leveraging a new ABCI method, added in [#110](https://github.com/celestiaorg/celestia-core/pull/110).
0 commit comments