From 6659a99a18cd2abc1e5a07ecbc07355e296f2252 Mon Sep 17 00:00:00 2001 From: David Dias Date: Fri, 6 Oct 2017 11:33:24 +0300 Subject: [PATCH] bin->raw 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! --- table.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table.csv b/table.csv index 1e2f37e..4158050 100644 --- a/table.csv +++ b/table.csv @@ -1,7 +1,7 @@ codec, description, code miscellaneous,, -bin, raw binary, 0x55 +raw, raw binary, 0x55 bases encodings,, base1, unary, 0x01