Skip to content

Tags: aleph-im/aleph-rs

Tags

v0.17.0-rc6

Toggle v0.17.0-rc6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v0.17.0-rc5

Toggle v0.17.0-rc5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.17.0-rc5 (#326)

v0.17.0-rc4

Toggle v0.17.0-rc4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.17.0-rc4 (#324)

v0.17.0-rc3

Toggle v0.17.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.17.0-rc3 (#322)

v0.17.0-rc2

Toggle v0.17.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.17.0-rc2 (#320)

v0.17.0-rc1

Toggle v0.17.0-rc1's commit message
test(cli): cover the vprogram create --wait JSON payloads (#316)

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.16.0 (#302)

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.14.0 (#277)

v0.13.2

Toggle v0.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.13.2 (#271)