multiformats / multicodec

Compact self-describing codecs. Save space by using predefined multicodec tables.
MIT License
340 stars 204 forks source link

Validate code ordering #196

Closed vmx closed 3 years ago

vmx commented 4 years ago

The current table is sorted by code value. If someone opens a PR the validation script should check if the newly added code value is inserted (order wise) at the correct spot.

rvagg commented 3 years ago

this got done