ipfs-cluster/adder
Hector Sanjuan e287bd1189 adder/single: do not re-add the same node twice
The ipfsadder actually ends up DAG-putting some nodes several times
(i.e. non-leafs, root)... but usually one after the other. This prevents that
and avoids sending the same data multiple times over the wire (not a good
thing to 3x a small payload because of this).
2022-03-28 20:22:03 +02:00
..
adderutils Adders: stream blocks to destinations 2022-03-24 17:24:58 +01:00
ipfsadd Adders: stream blocks to destinations 2022-03-24 17:24:58 +01:00
sharding Adders: stream blocks to destinations 2022-03-24 17:24:58 +01:00
single adder/single: do not re-add the same node twice 2022-03-28 20:22:03 +02:00
adder_test.go Fix 1598: Include allocations in responses from /add 2022-03-15 11:03:11 +01:00
adder.go Adders: stream blocks to destinations 2022-03-24 17:24:58 +01:00
util.go adder: Do not warn about errors when there were none 2022-03-28 13:59:09 +02:00