You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: per-chunk stamped putter for WebSocket chunk uploads
- Support per-chunk postage stamps in WebSocket chunk stream endpoint
- When BatchID header is omitted, each chunk message must include a 113-byte stamp prefix
- Add chunkDecoder abstraction (decodeChunkWithStamp / decodeChunkWithoutStamp)
- Extract newStampedPutterWithBatch to avoid repeated batch DB lookups
- Cache batch metadata per WebSocket connection for performance
- Add swarm-tag query parameter fallback for browser WebSocket compatibility
0 commit comments