Tags: aleph-im/aleph-rs
Tags
feat(sdk): default upload idle timeout to 120s, add env override (#295) Large files on slow-but-healthy links were still hitting the 60s idle timeout. Raise the default no-progress window to 120s (SDK default and CLI), and add an ALEPH_UPLOAD_TIMEOUT escape hatch to override it: a number of seconds sets the idle window, none/0 disables the SDK-managed deadline entirely. Parsing lives in a FromStr impl on UploadTimeout; the CLI reads the env var in common::resolve_upload_timeout.
Extract CID computation into a standalone, independently released ale… …ph-cid crate (#260) Carves the kubo-compatible content-addressing code out of aleph-sdk into a new aleph-cid crate (v0.1.0) that is fully self-contained: no Aleph-internal dependencies, no networking/signing/async. This lets it be reused from FFI bindings (a PyO3 wheel for aleph-sdk-python is the first planned consumer) and released to crates.io on its own, much slower cadence than the aleph-types/aleph-sdk/aleph-cli trio.
PreviousNext