From 7f565252faa33212d523fbbfa0456882ef92dd14 Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Thu, 27 Feb 2020 18:48:36 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c2fd06..3a51443 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,10 @@ Machine-readable: Examples: -``` -0x42 0x2 0x2 0x0 0x2 +```python +0x2a 0x2 0x1 0x32 # /vac/waku/2 +0x2a 0x2 0x1 0x32 0x4 0x1 0x32 # /vac/waku/2/relay/2 +0x2a 0x2 0x1 0x32 0x3 0x1 0x32 # /vac/waku/2/store/1 ``` @@ -61,4 +63,4 @@ With multiaddr: ``` /ip4/127.0.0.1/tcp/9000/vac/waku/0.2/relay/0.2 -``` \ No newline at end of file +``` From 53a6182194163698ec67b39e1386cf8fd85f7743 Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Thu, 27 Feb 2020 18:50:09 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a51443..cd2de22 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ -# multiprotocol: Domain Specific Protocol Extensions for Multiaddr +# multiprotocol: Multiformat inspired self-describing protocol identifiers **:warning: THIS IS STILL AN EARLY DRAFT :warning:** -> Multiformat inspired self-describing protocol identifiers - In this specification we describe a simple method for nodes to advertise their capabilities. The protocol is heavily inspired by [multiformats](https://multiformats.io/) and provides both a human and machine readable representation. From 0ca1e692f11aca6e345eba7d9f349e8c163a169a Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Thu, 27 Feb 2020 18:52:12 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd2de22..d1b8195 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# multiprotocol: Multiformat inspired self-describing protocol identifiers +# multiprotocol: multiformat inspired self-describing protocol identifiers **:warning: THIS IS STILL AN EARLY DRAFT :warning:** From f2085ca78cad34d644b96e34ab40a15d640d5d09 Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Thu, 27 Feb 2020 18:55:59 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1b8195..4eb2a4e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ code, size, name, comment ``` | field | description | -| ----------- | ------------------------------------------------------------------------------------------------------------------------------- | +| :---------: | :------------------------------------------------------------------------------------------------------------------------------ | | **code** | This field contains the code identifying the key. | | **size** | This field identifies the expected keys size, it can be any number or `V`, indicating that the value itself is length prefixed. | | **name** | The human readable name of the field. |