-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Filecoin custom multihashes? #129
Comments
@jimpick thank you for surfacing this, it actually got lost in my set of notes 🙀 after @rvagg alerted me to it last week
My understanding is that the plan was to smply fix https://github.com/filecoin-project/go-fil-commcid/blob/master/commcid.go#L18-L24 since these bytes are not anywhere on-chain. Can you confirm? |
I believe the PieceCIDs are on chain as they are part of the deal proposal. |
@jimpick I gathered more feedback/history on this, and apparantley the plan was to change the IDs on-chain before mainnet. I opened a PR to start things moving in this direction: filecoin-project/go-fil-commcid#2 (comment) We will close this ( #129 ) issue once the other PR takes off. |
@jimpick the new CIDs are now included in https://github.com/filecoin-project/lotus/tree/next |
Hey folks, where can I find sample CIDs produced by Filecoin? |
@lidel good catch, it doesn't work 🙀 Not sure where to open an issue for baga6ea4seaqggjjfh7whhdoxvhrix6jbcgobmdyhajcimfn33iedcp3kr23gruq ( raw bytes ) |
The source for https://cid.ipfs.io/ is at https://github.com/multiformats/cid-utils-website. |
Done:
When DNSLink update is applied, should work the same as For IPLD Explorer support see ipld/explore.ipld.io#64 |
Filecoin defines some new multihash codes here:
https://github.com/filecoin-project/go-fil-commcid/blob/05624bdb669c908632a93b826c25e9b579237d65/commcid.go#L20
Should the master list of multihash codes include there?
I tried plugging a PieceCID
bafk4chzaammouedlmmvekovrg4ema7lvuj5fzfqdrcycg5vfnrioxxjmo4ta
into https://cid.ipfs.io/ and it complained "multihash unknown function code: 0xfc1".https://cid.ipfs.io/#bafk4chzaammouedlmmvekovrg4ema7lvuj5fzfqdrcycg5vfnrioxxjmo4ta
Also, the
ipfs cid
tool can't identify the CIDs:The text was updated successfully, but these errors were encountered: