When it got implemented in `go-ipfs`, devs called it raw https://github.com/ipfs/go-ipfs/blob/master/core/coredag/dagtransl.go#L22.

It should have followed the table (or change the table first). Now, to reduce friction and make both implementations interop, we will go and update js and the table.

@kumavis lead this efforted and created the PRs for it. Thanks @kumavis!
This commit is contained in:
David Dias 2017-10-06 11:33:24 +03:00 committed by GitHub
parent def55c0be9
commit 6659a99a18

View File

@ -1,7 +1,7 @@
codec, description, code
miscellaneous,,
bin, raw binary, 0x55
raw, raw binary, 0x55
bases encodings,,
base1, unary, 0x01

1 codec description code
2 miscellaneous
3 bin raw raw binary 0x55
4 bases encodings
5 base1 unary 0x01
6 base2 binary (0 and 1) 0x
7 base8 octal 0x07