Stream: beginners

Topic: Roc package and platform bundle hash length


view this post on Zulip Ian McLerran (Mar 18 2025 at 22:54):

Are roc bundle hashes always 43 characters long? I swear I remember seeing some hashes which were longer from one release to the next, but maybe I dreamed it...

view this post on Zulip Brendan Hansknecht (Mar 18 2025 at 22:57):

I think they should all be the same length. I guess you could game them to get a specific prefix or suffix related to your package, but still would be the same length

view this post on Zulip Ian McLerran (Mar 18 2025 at 23:00):

Yeah, the reason I ask is I'm trying to select for valid release asset urls in roc-start, and weed out any false positives.

view this post on Zulip Ian McLerran (Mar 18 2025 at 23:01):

That's a very useful trait to ascertain what's a valid release bundle.

view this post on Zulip Brendan Hansknecht (Mar 18 2025 at 23:04):

Makes sense


Last updated: Jul 06 2025 at 12:14 UTC