ldeffenb
ldeffenb
> I think that it should try to recover corrupted chunks of pinned contents from the network, before otherwise remove the pin from content. I have a lot of pinned...
Contract says the batch IS immutable: 
The batch was last updated via a copyBatch transaction that shows also that it IS immutable: https://goerli.etherscan.io/tx/0xf9d38c1cd70565accbf3ff815a717e0d5a41a727a79905ea5b3f7bebfee255f1 
Ah, but the batch was created as NOT immutable! Something in the transfer of the batch between the original and the current contract managed to set the immutable flag on...
I concur 100%, but also the GET /stewardship doesn't actually check the remote retrieval of leaf chunks of a BMT. Edge chunks are retrieved, but the leaf chunk is identified...
I simply expanded the /pins/{reference} to include detailed information on the chunks involved in the pin set. ``` curl http://192.168.10.36:11633/pins/0000001bf5eff96586a0ed6fe34fc8d859c69b0316a29912f14c4edcbbe732dc | jq { "reference": "0000001bf5eff96586a0ed6fe34fc8d859c69b0316a29912f14c4edcbbe732dc", "chunkCount": 5, "chunks": [ {...
Here's an example of a multi-chunk pinned reference with a chunk missing in the middle. Notice the `err: true` and `local: false` on the next to last chunk. If it's...
Oh, and I also have hacked the /pins API itself to handle a ?limit=L&offset=O similar to what /tags has. Otherwise, I can't even query all of my pins, the node...
Hopefully the swarm testnet will improve once it moves to the Sepolia network. In the meantime, you might want to fire up a Sepolia node and start to collect some...
@mattiaz9 I have not seen a definite date, but the May dev update stated: Looking ahead, an important improvement lies on the horizon. Swarm developers are preparing to transition from...