-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ipfs dag stat
support
#3283
Comments
Yes please, a PR implementing this would be very helpful. |
Ok, a question on how to approach this. Upon initial investigation, there is nothing like Then we can use the same approach as in the |
Would it be possible to support the go-ipfs command even if js-ipfs hasn't implemented the command yet? We plan on utilizing this command for upcoming filecoin support so at least having support for the go-ipfs command while the js-ipfs side of things gets implemented would be super helpful. |
Hey @AuHau did you ever get a chance to work on this? Infura has now deprecated |
Nope 😞 We have just "polyfilled" it ourselves with directly calling the http api |
js-ipfs is being deprecated in favor of Helia. You can #4336 and read the migration guide. Please feel to reopen with any comments before 2023-06-05. We will do a final pass on reopened issues afterward (see #4336). This might already be resolved in Helia, if not please feel free to create an issue there. |
We will need support for the upcoming
ipfs dag stat
command that is coming to go-ipfs in 0.7.0.Since we use only the client library, it would be sufficient to have it only part of the client library but I assume you require to have it implemented in the full implementation as well?
I might be able to put PR for this.
The text was updated successfully, but these errors were encountered: