-
Notifications
You must be signed in to change notification settings - Fork 40
Bug: Fetching releases with similar names #785
Description
While working on #783, after including the Paseo chain specs in the pop up flow, I realized there's a subtle bug with how the releases are fetched when there are several latest releases at the same time. Namely, Paseo needed to release BridgeHub separately for a few releases, so we have https://github.com/paseo-network/runtimes/releases/tag/v2.0.1 and https://github.com/paseo-network/runtimes/releases/tag/v2.0.1-bh at the same time.
When calling pop up paseo, it sometimes picks one and sometimes picks the other one, leading to non-deterministic behavior as the command may launch the network or fail cause it doesn't find the needed artifacts.
PD: Paseo won't be affected by this issue soon, as the v2.0.2 release will bring back BridgeHub to the normal flow, but this issue might happen somewhere else in the future as it affects all pop sourcing.