turbo-sdk icon indicating copy to clipboard operation
turbo-sdk copied to clipboard

The first SDK on Arweave to bring you programmable fiat top ups, Turbo-powered upload reliability, and fast data and indexing finality for TypeScript based Web and Node projects.

Results 8 turbo-sdk issues
Sort by recently updated
recently updated
newest added

Currently `uploadFiles` and `uploadSignedDataItem` don't provide any status of uploads. This is less than ideal for larger uploads that may take away. Implement a new API that returns an `EventEmitter`...

enhancement

The current SDK only supports single file uploads. Proposing a new API that supports sending an array of `ReadableStreams` and proper control flow handling for individual failed uploads. Considerations: -...

enhancement

### Details 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...

enhancement

Currently, `TurboFactory` is only available through imports. Make it accessible on the window object for the web. Example: ``` // injects TurboFactory into window object // import is not required...

enhancement
web

Bumps the npm_and_yarn group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [axios](https://github.com/axios/axios) | `1.9.0` |...

dependencies
javascript