You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDKs do not pin several dependencies, which leads to builds breaking unexpectedly. Here are the floating dependencies:
algorand-sdk-testing
generator
go-algorand
indexer
sandbox
We encountered a situation where changes in upstream dependencies broke SDK builds. Resolving the root issue cause took days because it took time to triage when the breaking change was introduced. Additionally, there were 2 (not 1) breaking changes. Related upstream changes:
Consequently, the story requests installing build triggers based on upstream dependency changes.
When one of the listed dependencies makes a change available (e.g. merge to known branch, release nightly artifact, etc), each SDK ought to run its build.
The intent is to isolate a breaking change, which ought to simplify triaging efforts.
Alternatively, we can pin dependencies. Doing so involves process changes. Open to discussion provided the approach accounts for keeping dependencies up-to-date.
Solution
Dependencies
Urgency
The text was updated successfully, but these errors were encountered:
Problem
SDKs do not pin several dependencies, which leads to builds breaking unexpectedly. Here are the floating dependencies:
We encountered a situation where changes in upstream dependencies broke SDK builds. Resolving the root issue cause took days because it took time to triage when the breaking change was introduced. Additionally, there were 2 (not 1) breaking changes. Related upstream changes:
Consequently, the story requests installing build triggers based on upstream dependency changes.
Alternatively, we can pin dependencies. Doing so involves process changes. Open to discussion provided the approach accounts for keeping dependencies up-to-date.
Solution
Dependencies
Urgency
The text was updated successfully, but these errors were encountered: