feat: add Filecoin multicodecs#104
feat: add Filecoin multicodecs#104Stebalien merged 1 commit intoipfs:masterfrom rvagg:rvagg/filecoin-codecs
Conversation
|
Thank you for submitting this PR!
Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment.
We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution. |
* fil-commitment-unsealed * fil-commitment-sealed Ref: multiformats/multicodec#161 Ref: multiformats/multicodec#172
|
I can't get the Travis Branch run to happen, I force pushed a commit with an updated timestamp and it's still stuck on "Expected - Waiting for status to be reported". Travis PR runs fine though. |
|
🤷♂️ |
|
@Stebalien I think this is good to land, could you merge it please? |
Stebalien
left a comment
There was a problem hiding this comment.
No objections but is it even possible to define proper IPLD codecs for these?
|
The short answer is "partly". But we also purposefully didn't tag them as "ipld", or "serialization" in the multicodec table because (a) it's not as clear that these can be a clean & bi-directional serialization format and (b) it's not even clear that you'd ever want to use them in this way. We also still haven't received a clear answer regarding why these things need to be CIDs but we're going forward in good faith that there is (and that grokking the full "why" of any of these things is probably beyond the scope of multicodecs in general if multicodecs are to continue to scale). A pointer to a content-addressed thing of a particular, discernible type whose address is composed in a particular way - is partly (but not wholly) how I think it's being conceptualised. Deep context can be found in this thread if anyone's interested in diving head-first: multiformats/multicodec#172 |
Ref: multiformats/multicodec#161
Ref: multiformats/multicodec#172