This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Description
Source: https://www.reddit.com/r/ipfs/comments/ahmvme/new_release_ipfs_allinone_desktop_client_orion_v10/eeid9xb/
Hello! In Siderus Orion I would like to show a progress bar/percentage on the process of importing content in the local node. At the moment the only way to acheive that is to have a workaround and use ipfs.files.stat
.
What would be very useful would be to have a more standard way, similar to what was done in ipfs.add
to show the percentage.
Is this something that can be acheived without using different methods? Is there a way to easily implement the progress from ipfs.pin.add
? (if I remember well ipfs pin add --progress
shows some details.)
Thanks