Steven Allen
1653be60a6
rename namespaces and remove "ipfs" alias for "p2p" ( #283 )
...
Previously, we called these foo-ns. Now we just call them foo (the fact
that they're "namespaces" is implicit.
This way, the path component always matches the multicodec name (for
both multiaddr and other path types).
2022-08-25 09:11:58 +02:00
Rod Vagg
325a006369
Check codes are ascending with validation script ( #212 )
...
Ref: https://github.com/multiformats/multicodec/pull/210
2021-05-12 21:18:43 +10:00
Rod Vagg
378abb62f2
Check column padding with validation script
2021-05-11 14:35:23 +10:00
Volker Mische
f7bcf5959d
Fix validation script
2021-04-13 10:21:27 -07:00
Alexander Schlarb
e0e95825a0
Add reserved code range for private use by applications ( #191 )
...
See GH/multiformats/multicodec#158. Changes are analogous to those proposed in GH/multiformats/multicodec#159.
2020-08-28 14:14:39 +10:00
Rod Vagg
f07e41eaf7
Naming restrictions (doc & validate), rename 0xcert to be code-friendly
...
Fixes: https://github.com/multiformats/multicodec/issues/181
Ref: https://github.com/multiformats/multicodec/pull/177
2020-07-20 14:04:37 +10:00
Jakob Voss
e2df1de141
Normalize hexadecimal syntax of codes
2019-04-21 23:05:19 +02:00
Steven Allen
942b8875da
chore: reformat table ( #119 )
...
* reformat table
Sort the table by code and replace the sections with tags.
Inspired by https://github.com/multiformats/multicodec/pull/116 but rebased on
master.
This version also puts the description last as it's optional.
* align table
2019-02-13 16:34:21 +01:00
Perry Kundert
a3fe78f352
Use '#!/usr/bin/env python3' vs. fixed path '/usr/bin/python3'
...
o Many installations have python3 installed elsewhere, such as
/usr/local/bin/, etc. Use the environment PATH variable to locate.
2019-01-24 13:02:28 -08:00
Steven Allen
c0d65537c9
ci: add validator script
2019-01-18 13:54:51 +00:00