ldeffenb
ldeffenb
Which API are you using to upload the "chunk"? POST /chunks, /bytes, or /bzz? I can attest that POST /pins/{reference} works fine with references returned from POST /bytes.
I will try to put together a concise demonstration of this issue. It will likely involve adding a log or two to show what chunks are being fetched from the...
My uploading node is running a hacked (-dirty) version of local pinning that increments the internal pin-counter by 10,000 to avoid issues with the reserve double-use of this counter which...
Anything you want can be stored in the manifest nodes as metadata. I'm storing a "Last-Modified" timestamp in my mantaray-js-constructed manifest nodes.
I disagree. If you hit the /stewardship endpoint with a chunk address that happens to be the root reference of a mantaray manifest, it will traverse and process the ENTIRE...
> @ldeffenb updated the description: https://hackmd.io/@F-mGf2lBSoGylLGQE6rRkA/ByVp6Ac9p Thank you. That one is readable by the general public!
I would support the configuration white-list of an address as this is much easier than running an entirely separate contract just to store one piece of information - the withdrawal-target...
Why are you attempting to pin a zero reference? That will never succeed. ``` "time"="2023-11-15 12:03:19.567727" "level"="error" "logger"="node/api/post_pin" "msg"="pin collection failed" "error"="traversal: failed to get root chunk 0000000000000000000000000000000000000000000000000000000000000000: invalid address...
Actually, it looks like this is still the underlying original error: ``` "time"="2023-11-15 12:08:18.833068" "level"="debug" "logger"="node/api/post_bzz" "msg"="store dir failed" "error"="read dir stream: content-length missing" "time"="2023-11-15 12:08:18.833356" "level"="error" "logger"="node/api/post_bzz" "msg"="store dir...
Corrupted chunks in your localstore/sharky can definitely cause random errors in other APIs that need to access those chunk references. I WILL be putting together some method of removing the...