Skip to content

Remove "WIP" from multiaddr and multibase #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ The self-describing aspects of the protocols have a few stipulations:

The Multiformats Project describes a series of protocols. Currently, the following protocols exist:

- [multiaddr](./multiaddr) <small>(WIP)</small> - self-describing <span class="mfc mfc-multiaddr">network addresses</span>
- [multibase](https://github.com/multiformats/multibase) <small>(WIP)</small> - self-describing <span class="mfc mfc-multibase">base encodings</span>
- [multiaddr](./multiaddr) - self-describing <span class="mfc mfc-multiaddr">network addresses</span>
- [multibase](https://github.com/multiformats/multibase) - self-describing <span class="mfc mfc-multibase">base encodings</span>
- [multicodec](https://github.com/multiformats/multicodec) - self-describing <span class="mfc mfc-multicodec">serialization</span>
- [multihash](./multihash) - self-describing <span class="mfc mfc-multihash">hashes</span>

Expand Down
2 changes: 0 additions & 2 deletions content/multiaddr.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ multiformat = "multiaddr"
stars = "multiformats/multiaddr"
+++

⚠️️ _(Note: this page is a work in progress; [please improve it here](https://github.com/multiformats/website/blob/master/content/multiaddr.md))_ ⚠️️

> ## Self-describing network addresses

Multiaddr is a format for encoding addresses from various well-established network protocols. It is useful to write applications that future-proof their use of addresses, and allow multiple transport protocols and addresses to coexist.
Expand Down