Tags: aleph-im/aleph-rs
Tags
refactor(types): make TeePlatform::as_str public (#330) TeePlatform::as_str() was only to pub(crate), so the CLI kept a platform_str helper that round-trips TeePlatform through serde just to read its wire string. Make the accessor pub and drop the workaround.
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.
PreviousNext