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
The SDK currently requires ReadableStreams to be converted to Buffers in memory for signing. Readable's leverage streamSigner from arbundles that allows signing the stream incrementally. Ideally, implement something similar for ReadableStreams.
The text was updated successfully, but these errors were encountered:
dtfiedler
changed the title
feat(web): incrementally sign ReadableStreams in ArweaveWebNodeSigner
feat(web): incrementally sign ReadableStreams in ArweaveWebSigner
Sep 28, 2023
Details
The SDK currently requires ReadableStreams to be converted to Buffers in memory for signing. Readable's leverage
streamSigner
fromarbundles
that allows signing the stream incrementally. Ideally, implement something similar for ReadableStreams.The text was updated successfully, but these errors were encountered: