Currently our IPFS HTTP API does non-deduplicated size calculation. Given that most uses of this use the "add" call to add single files or directories it's not so bad, but it is entirely possible to use the "pin" operation. In pin operations we should ensure that we calculate deduplicated sizes
Currently our IPFS HTTP API does non-deduplicated size calculation. Given that most uses of this use the "add" call to add single files or directories it's not so bad, but it is entirely possible to use the "pin" operation. In pin operations we should ensure that we calculate deduplicated sizes