Skip to content

Commit

Permalink
modify markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwaters committed Jan 23, 2024
1 parent 18be18e commit 57e1e09
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ make goreleaser-build
Package-specific READMEs aim to explain implementation details for developers that are contributing to these packages. The [specs](https://celestiaorg.github.io/celestia-app/) aim to explain the protocol as a whole for developers building on top of Celestia.
- [pkg/shares](./pkg/shares/README.md)
- [pkg/wrapper](./pkg/wrapper/README.md)
- [x/blob](./x/blob/README.md)
- [x/blobstream](./x/blobstream/README.md)
Expand Down
4 changes: 0 additions & 4 deletions specs/src/specs/namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ For additional information on the significance and application of the reserved n

Applications MUST refrain from using the [reserved namespaces](#reserved-namespaces) for their blob data.

## Implementation

See [pkg/namespace](../../../pkg/namespace).

## Go Definition

```go
Expand Down
4 changes: 0 additions & 4 deletions specs/src/specs/shares.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ Share splitting is the process of converting a blob into a share sequence. The p

- Shares are assumed to be byte slices of length 512. Parsing shares of a different length WILL result in an error.

## Implementation

See [pkg/shares](../../../pkg/shares).

## References

1. [ADR-012](../../../docs/architecture/adr-012-sequence-length-encoding.md)
Expand Down

0 comments on commit 57e1e09

Please sign in to comment.