FilOzone/synapse-sdk

Clarify add pieces and create set can be made concurrently

开放

#749 创建于 2026年4月22日

 (1 条评论) (0 个反应) (0 位负责人)TypeScript (30 个派生)github user discovery
good first issue

仓库指标

星标
 (27 个星标)
PR 合并指标
 (平均合并 4天 23小时) (30 天内合并 22 个 PR)

描述

its not clear in our docs and code comments that our nonces (and clientDataSetId) are not required to be sequential and thus making ppl (and llms) believe these transactions need to be made sequentially.

llms find this bit particularly confusing

https://github.com/FilOzone/synapse-sdk/blob/783ac4ebc27760ecf8e63adefe25be1ad7a4dd75/packages/synapse-sdk/src/storage/context.ts#L131-L149

贡献者指南