Skip to content

v1.4.2-testnet

Pre-release
Pre-release

Choose a tag to compare

@0g-peterzhb 0g-peterzhb released this 07 Jun 01:02

What's Changed

✨ New

  • Extend storage period without re-upload (#154) — new extend CLI command and ExtendStorage SDK methods (transfer.Uploader.ExtendStorage, indexer.Client.ExtendStorage). Re-pays the storage fee for data already stored on the network, identified by the original Flow.submit tx hash(es), without re-transferring the bytes. The submission is recovered from its on-chain Submit event, 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

  • SplitableUpload returns the data root when the on-chain submit is skipped (#156) — a --skip-tx upload 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