v1.4.2-testnet
Pre-release
Pre-release
What's Changed
✨ New
- Extend storage period without re-upload (#154) — new
extendCLI command andExtendStorageSDK methods (transfer.Uploader.ExtendStorage,indexer.Client.ExtendStorage). Re-pays the storage fee for data already stored on the network, identified by the originalFlow.submittx hash(es), without re-transferring the bytes. The submission is recovered from its on-chainSubmitevent, every fragment is checked to confirm it is still stored (via the indexer / storage nodes), and a fresh submit pays the fee again. If any fragment has been pruned, no transaction is sent and you are asked to upload that data again.
🐛 Fixes
SplitableUploadreturns the data root when the on-chain submit is skipped (#156) — a--skip-txupload of already-settled data previously returned an empty roots list (regression introduced in v1.4.1-testnet). The root is now always returned on success, while the submit-hash-on-error surfacing for retry dedup (#148) is preserved.
Full Changelog: v1.4.1-testnet...v1.4.2-testnet