idnits 2.17.1 draft-snell-multicodec-00.txt: Checking boilerplate required by RFC 5378 and the IETF Trust (see https://trustee.ietf.org/license-info): ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/1id-guidelines.txt: ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/checklist : ---------------------------------------------------------------------------- No issues found here. Miscellaneous warnings: ---------------------------------------------------------------------------- == The copyright year in the IETF Trust and authors Copyright Line does not match the current year -- The document date (February 24, 2020) is 1520 days in the past. Is this intentional? Checking references for intended status: Proposed Standard ---------------------------------------------------------------------------- (See RFCs 3967 and 4897 for information about using normative references to lower-maturity documents in RFCs) No issues found here. Summary: 0 errors (**), 0 flaws (~~), 1 warning (==), 1 comment (--). Run idnits with the --verbose option for more detailed information about the items above. -------------------------------------------------------------------------------- 2 Individual Submission J. Snell, Ed. 3 Internet-Draft NearForm Research 4 Intended status: Standards Track N. Greco 5 Expires: August 27, 2020 J. Benet 6 D. Dalrymple 7 D. Dias 8 L. Gierth 9 Protocol Labs 10 February 24, 2020 12 Additional Multiformat Codec Registrations 13 draft-snell-multicodec-00 15 Abstract 17 This document defines additional registrations for the Multiformats 18 Codec Registry. 20 Status of This Memo 22 This Internet-Draft is submitted to IETF in full conformance with the 23 provisions of BCP 78 and BCP 79. 25 Internet-Drafts are working documents of the Internet Engineering 26 Task Force (IETF). Note that other groups may also distribute 27 working documents as Internet-Drafts. The list of current Internet- 28 Drafts is at https://datatracker.ietf.org/drafts/current/. 30 Internet-Drafts are draft documents valid for a maximum of six months 31 and may be updated, replaced, or obsoleted by other documents at any 32 time. It is inappropriate to use Internet-Drafts as reference 33 material or to cite them other than as "work in progress." 35 This Internet-Draft will expire on August 27, 2020. 37 Copyright Notice 39 Copyright (c) 2020 IETF Trust and the persons identified as the 40 document authors. All rights reserved. 42 This document is subject to BCP 78 and the IETF Trust's Legal 43 Provisions Relating to IETF Documents 44 (https://trustee.ietf.org/license-info) in effect on the date of 45 publication of this document. Please review these documents 46 carefully, as they describe your rights and restrictions with respect 47 to this document. 49 Table of Contents 51 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2 52 2. Codec Registrations . . . . . . . . . . . . . . . . . . . . . 2 53 3. Security Considerations . . . . . . . . . . . . . . . . . . . 5 54 4. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 5 55 5. Normative References . . . . . . . . . . . . . . . . . . . . 5 56 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 5 58 1. Introduction 60 TBD 62 In this document, the key words "MUST", "MUST NOT", "REQUIRED", 63 "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", 64 and "OPTIONAL" are to be interpreted as described in [RFC2119]. 66 2. Codec Registrations 68 +--------------------+-------------+----------+---------------------+ 69 | Name | Tag | Code | Description | 70 +--------------------+-------------+----------+---------------------+ 71 | ip4 | multiaddr | 0x04 | | 72 | tcp | multiaddr | 0x06 | | 73 | dccp | multiaddr | 0x21 | | 74 | ip6 | multiaddr | 0x29 | | 75 | ip6zone | multiaddr | 0x2a | | 76 | path | namespace | 0x2f | Namespace for | 77 | | | | string paths. | 78 | | | | Corresponds to / in | 79 | | | | ASCII. | 80 | multiaddr | multiformat | 0x32 | | 81 | dns | multiaddr | 0x35 | | 82 | dns4 | multiaddr | 0x36 | | 83 | dns6 | multiaddr | 0x37 | | 84 | dnsaddr | multiaddr | 0x38 | | 85 | protobuf | serializati | 0x50 | Protocol Buffers | 86 | | on | | | 87 | cbor | serializati | 0x51 | CBOR | 88 | | on | | | 89 | raw | ipld | 0x55 | raw binary | 90 | rlp | serializati | 0x60 | recursive length | 91 | | on | | prefix | 92 | bencode | serializati | 0x63 | bencode | 93 | | on | | | 94 | dag-pb | ipld | 0x70 | MerkleDAG protobuf | 95 | dag-cbor | ipld | 0x71 | MerkleDAG cbor | 96 | libp2p-key | ipld | 0x72 | Libp2p Public Key | 97 | git-raw | ipld | 0x78 | Raw Git object | 98 | torrent-info | ipld | 0x7b | Torrent file info | 99 | | | | field (bencoded) | 100 | torrent-file | ipld | 0x7c | Torrent file | 101 | | | | (bencoded) | 102 | leofcoin-block | ipld | 0x81 | Leofcoin Block | 103 | leofcoin-tx | ipld | 0x82 | Leofcoin | 104 | | | | Transaction | 105 | leofcoin-pr | ipld | 0x83 | Leofcoin Peer | 106 | | | | Reputation | 107 | sctp | multiaddr | 0x84 | | 108 | eth-block | ipld | 0x90 | Ethereum Block | 109 | | | | (RLP) | 110 | eth-block-list | ipld | 0x91 | Ethereum Block List | 111 | | | | (RLP) | 112 | eth-tx-trie | ipld | 0x92 | Ethereum | 113 | | | | Transaction Trie | 114 | | | | (Eth-Trie) | 115 | eth-tx | ipld | 0x93 | Ethereum | 116 | | | | Transaction (RLP) | 117 | eth-tx-receipt- | ipld | 0x94 | Ethereum | 118 | trie | | | Transaction Receipt | 119 | | | | Trie (Eth-Trie) | 120 | eth-tx-receipt | ipld | 0x95 | Ethereum | 121 | | | | Transaction Receipt | 122 | | | | (RLP) | 123 | eth-state-trie | ipld | 0x96 | Ethereum State Trie | 124 | | | | (Eth-Secure-Trie) | 125 | eth-account- | ipld | 0x97 | Ethereum Account | 126 | snapshot | | | Snapshot (RLP) | 127 | eth-storage-trie | ipld | 0x98 | Ethereum Contract | 128 | | | | Storage Trie (Eth- | 129 | | | | Secure-Trie) | 130 | bitcoin-block | ipld | 0xb0 | Bitcoin Block | 131 | bitcoin-tx | ipld | 0xb1 | Bitcoin Tx | 132 | zcash-block | ipld | 0xc0 | Zcash Block | 133 | zcash-tx | ipld | 0xc1 | Zcash Tx | 134 | stellar-block | ipld | 0xd0 | Stellar Block | 135 | stellar-tx | ipld | 0xd1 | Stellar Tx | 136 | decred-block | ipld | 0xe0 | Decred Block | 137 | decred-tx | ipld | 0xe1 | Decred Tx | 138 | ipld-ns | namespace | 0xe2 | IPLD path | 139 | ipfs-ns | namespace | 0xe3 | IPFS path | 140 | swarm-ns | namespace | 0xe4 | Swarm path | 141 | ipns-ns | namespace | 0xe5 | IPNS path | 142 | ed25519-pub | key | 0xed | Ed25519 public key | 143 | dash-block | ipld | 0xf0 | Dash Block | 144 | dash-tx | ipld | 0xf1 | Dash Tx | 145 | swarm-manifest | ipld | 0xfa | Swarm Manifest | 146 | swarm-feed | ipld | 0xfb | Swarm Feed | 147 | udp | multiaddr | 0x0111 | | 148 | p2p-webrtc-star | multiaddr | 0x0113 | | 149 | p2p-webrtc-direct | multiaddr | 0x0114 | | 150 | p2p-stardust | multiaddr | 0x0115 | | 151 | p2p-circuit | multiaddr | 0x0122 | | 152 | dag-json | ipld | 0x0129 | MerkleDAG json | 153 | udt | multiaddr | 0x012d | | 154 | utp | multiaddr | 0x012e | | 155 | unix | multiaddr | 0x0190 | | 156 | p2p | multiaddr | 0x01a5 | libp2p | 157 | ipfs | multiaddr | 0x01a5 | libp2p (deprecated) | 158 | https | multiaddr | 0x01bb | | 159 | onion | multiaddr | 0x01bc | | 160 | onion3 | multiaddr | 0x01bd | | 161 | garlic64 | multiaddr | 0x01be | I2P base64 (raw | 162 | | | | public key) | 163 | garlic32 | multiaddr | 0x01bf | I2P base32 (hashed | 164 | | | | public key or | 165 | | | | encoded public key/ | 166 | | | | checksum+optional | 167 | | | | secret) | 168 | quic | multiaddr | 0x01cc | | 169 | ws | multiaddr | 0x01dd | | 170 | wss | multiaddr | 0x01de | | 171 | p2p-websocket-star | multiaddr | 0x01df | | 172 | http | multiaddr | 0x01e0 | | 173 | holochain-adr-v0 | holochain | 0x807124 | Holochain v0 | 174 | | | | address + 8 R-S | 175 | | | | (63 x Base-32) | 176 | holochain-adr-v1 | holochain | 0x817124 | Holochain v1 | 177 | | | | address + 8 R-S | 178 | | | | (63 x Base-32) | 179 | holochain-key-v0 | holochain | 0x947124 | Holochain v0 public | 180 | | | | key + 8 R-S (63 x | 181 | | | | Base-32) | 182 | holochain-key-v1 | holochain | 0x957124 | Holochain v1 public | 183 | | | | key + 8 R-S (63 x | 184 | | | | Base-32) | 185 | holochain-sig-v0 | holochain | 0xa27124 | Holochain v0 | 186 | | | | signature + 8 R-S | 187 | | | | (63 x Base-32) | 188 | holochain-sig-v1 | holochain | 0xa37124 | Holochain v1 | 189 | | | | signature + 8 R-S | 190 | | | | (63 x Base-32) | 191 +--------------------+-------------+----------+---------------------+ 193 3. Security Considerations 195 TBD 197 4. IANA Considerations 199 TBD 201 5. Normative References 203 [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate 204 Requirement Levels", BCP 14, RFC 2119, 205 DOI 10.17487/RFC2119, March 1997, 206 . 208 Authors' Addresses 210 James M Snell (editor) 211 NearForm Research 213 Email: jasnell@gmail.com 215 Nicola Greco 216 Protocol Labs 218 Email: me@nicola.io 220 Juan Benet 221 Protocol Labs 223 Email: juan@benet.ai 225 David A. Dalrymple 226 Protocol Labs 228 Email: david.dalrymple@protocol.ai 230 David Dias 231 Protocol Labs 233 Email: mail@daviddias.me 234 Lars Gierth 235 Protocol Labs 237 Email: lars.gierth@gmail.com