Skip to content

v1.4.3-testnet

Pre-release
Pre-release

Choose a tag to compare

@0g-peterzhb 0g-peterzhb released this 10 Jun 07:43

What's Changed

πŸ› Fixes

  • Preserve the landed Flow.submit tx hash across SkipTx retries (#157) β€” when indexer.SplitableUpload lands the on-chain submit on one internal retry iteration but only completes on a later (skipped-tx) iteration, it now returns the tx hash from the iteration that actually submitted, instead of the zero (skipped) hash. Callers that bill from the returned tx hash (e.g. the 0g-storage-s3 gateway, which was recording storage_fee=0) can now tell "we paid earlier" from genuine pre-existing dedup. Dedup with no submit at all still returns a zero hash, so refund paths are unchanged.

Full Changelog: v1.4.2-testnet...v1.4.3-testnet