272 Commits

Author SHA1 Message Date
Łukasz Magiera
6e92d174cd Add git-raw codec 2017-06-01 00:20:25 +02:00
Jakub Sztandera
d4e8fceddc Merge pull request #43 from rasmuserik/patch-1
Update table.csv: codes for CBOR and Protocol Buffers
2017-05-05 17:39:58 +02:00
Jakub Sztandera
e380d90813 Merge pull request #47 from multiformats/lgierth-patch-1
Fix keccak note
2017-05-05 17:39:38 +02:00
Jakub Sztandera
5e3b03e628 Merge pull request #46 from JustinDrake/patch-1
Add ed25519 public key codec
2017-05-05 17:39:08 +02:00
Lars Gierth
424030cc30 Fix keccak note 2017-05-05 17:30:53 +02:00
Justin
0507c17aa7 Clarify ed25519-pub name 2017-04-24 14:41:29 +01:00
Justin
c52db79a77 Add ed25519 public key codec
See https://github.com/ipfs/notes/issues/241#issuecomment-296392217

I suggest using the code `0xed` so that's it's visually obvious and easy to remember it's associated with ed25519.
2017-04-22 22:11:10 +01:00
Marten Seemann
a21d79a394
add QUIC 2017-03-18 14:28:18 +07:00
David Dias
dd3861e2e0 Merge pull request #42 from multiformats/feat/torrent-codes
Torrent codes
2017-03-15 14:15:23 +00:00
RasmusErik Voel Jensen
c144a5ff48 Update table.csv
Add codec codes from https://github.com/multiformats/js-multicodec/blob/master/src/base-table.js
2017-03-12 21:39:39 +01:00
David Dias
61ebf6e5d1 feat: update torrent + bencode codes 2017-03-08 14:16:01 +00:00
David Dias
584a8c10b9 Merge pull request #35 from jeremyBanks/bittorrent
Add BitTorrent info metadata format as 0x7b
2017-03-08 14:10:51 +00:00
Jeremy Banks
8e527e72bd
Add BitTorrent info metadata format as 0x7b.
Also adds BitTorrent's bencoding under serialization formats,
but leaves it unassigned for now.
2017-02-14 14:54:19 -05:00
Lars Gierth
04ca960a40 Merge pull request #31 from multiformats/msgpack-binc
add msgpack and binc to the table
2017-01-24 01:25:35 +01:00
Hector Sanjuan
15d097a983 add msgpack and binc to the table 2017-01-23 23:06:42 +01:00
Lars Gierth
2725f3c5cd Merge pull request #28 from multiformats/feat/misc
Fix spelling error in codec table
2017-01-02 22:51:37 +01:00
Lars Gierth
7c8f568692 Merge pull request #24 from multiformats/feat/update-why-2
add in some more codes
2017-01-02 22:51:25 +01:00
Lars Gierth
5f1f94f6fd Merge branch 'master' into feat/update-why-2 2017-01-02 22:48:44 +01:00
David Dias
3eed70b68e Merge pull request #27 from kumavis/patch-2
Add eth-objects
2016-12-30 18:46:54 +01:00
Jakub Sztandera
f66f2f2124 Merge pull request #29 from multiformats/feat/readme
Edited README
2016-12-27 21:11:57 +01:00
Richard Littauer
2b1bf14821 Edited README
- Fixed https issue in links
- Added standard-readme badge
- Changed descrption by capitalizing Compact and changing on GitHub
- Fixed edit link to point to the table
- Added note about readme to contribute
- Added CC license to license section
- Added year and Protocol Labs to MIT code license
2016-12-27 14:27:39 -05:00
Richard Littauer
e06bf16c09 Fix spelling error in codec table 2016-12-26 17:38:52 -05:00
kumavis
eda4e2e08a Add eth-objects
Here are the Ethereum objects as I have mapped them so far. While there are only two underlying structures (RLP and Eth-(Secure-)Trie), they interpret the format of the leaf values based on context, which is lost when resolving at the IPLD level. I sketched out some versions that used fewer IPLD formats by employing some cleverness in the path naming conventions. (see here https://github.com/MetaMask/metamask-plugin/issues/719#issuecomment-267528294). The consensus was to be explicit instead of clever, thusly the list of objects as I've proposed.

I'd additionally like to reserve 0x99-0x9f for additional Ethereum objects I may have missed or may be introduced when Ethereum milestone Metropolis is released.
2016-12-23 13:22:29 -08:00
Juan Benet
22ce4a10bf Merge pull request #26 from multiformats/blake/explicit-define
Change blake codes to specify all of them
2016-12-11 06:07:21 -08:00
Jakub Sztandera
b8404b3e2a Change blake codes to specify all of them 2016-12-11 12:49:38 +01:00
Jeromy Johnson
7cd0e25dc0 Merge pull request #25 from multiformats/feat/blake-codes
Add blake range codes
2016-12-10 13:02:40 -08:00
Jakub Sztandera
db2d536940 Fix columns once again 2016-12-10 21:21:47 +01:00
Jakub Sztandera
a20aff1562 Fix columns 2016-12-10 21:20:46 +01:00
Jakub Sztandera
a9dfcedabb Add more explenation and fix naming 2016-12-10 21:19:58 +01:00
Jakub Sztandera
bf8824efbc Add blake range codes
Blake2s and Blake2b have different initial vectors states for different lengths, this means that for each chosen output length it looks like completely different hash function.

This proposal allocated 64 values for Blake2b and 32 values for Blake2s as those are the ranges the outputs can be chosen from.

The codes will require 3 bytes to write down as varints.
2016-12-09 13:37:49 +01:00
Jeromy
d5937d45ce add in some more codes 2016-11-22 12:35:45 -08:00
David Dias
d6e0ec1b94 Merge pull request #16 from multiformats/spec/update
The unified multicodecs theory
2016-11-16 11:38:31 +00:00
David Dias
0c9d2dfbea break multicodec table into its own file, add a note of how to add new codes 2016-11-13 05:30:59 +00:00
David Dias
6d7f49dbc4 move udp from 0x0011 to 0x0111 2016-11-09 15:04:03 +00:00
David Dias
ce943345e9 resolve udp sha1 clash 2016-11-09 13:12:13 +00:00
David Dias
ab1b196468 update codec table 2016-11-09 13:07:57 +00:00
David Dias
fa3197fbf8 docs: reference multistream 2016-11-07 21:27:23 +00:00
David Dias
66dcfa4fd4 move binary to 0x55 2016-11-07 21:27:22 +00:00
David Dias
36bd99e827 docs: note about keccak 2016-11-07 21:27:22 +00:00
kumavis
76ed15d164 Fix keccak-* naming 2016-11-07 21:27:22 +00:00
David Dias
38ea31b483 add missing 0 2016-11-07 21:27:22 +00:00
kumavis
885959da0c Add keccak-*
keccak-256: 0x1A
keccak-448: 0x1B
keccak-512: 0x1C
keccak-768: 0x1D
keccak-1024: 0x1E
2016-11-07 21:27:22 +00:00
David Dias
90aa4fb43d allocated codecs for IPLD formats 2016-11-07 21:27:22 +00:00
David Dias
a3fc375fc7 move to csv 2016-11-07 21:27:22 +00:00
David Dias
b923744653 update with regards to https://github.com/multiformats/multicodec/pull/16\#issuecomment-249497577 2016-11-07 21:27:22 +00:00
David Dias
d8c45d03cf add multihash, multiaddrs and multibase tables 2016-11-07 21:27:22 +00:00
David Dias
21605069a9 update table 2016-11-07 21:27:22 +00:00
David Dias
7d08aa4206 fix: fix some mistakes in the spec 2016-11-07 21:27:22 +00:00
David Dias
5d3d477199 docs: add codecs for serialization formats 2016-11-07 21:26:13 +00:00
David Dias
e6bde592bb Merge pull request #17 from RichardLitt/master
Update README URLs based on HTTP redirects
2016-10-02 15:08:46 +01:00