From f6fd2306448e04a690d22674236d5cf774c0d335 Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Wed, 15 Nov 2023 10:47:56 +0100 Subject: [PATCH] docs: adding details of why the ADR 012 was rejected (#1430) adding details of why the ADR was rejected --- docs/docs/adrs/adr-012-separate-releasing.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/adrs/adr-012-separate-releasing.md b/docs/docs/adrs/adr-012-separate-releasing.md index 8b65a25638..fbc4b94198 100644 --- a/docs/docs/adrs/adr-012-separate-releasing.md +++ b/docs/docs/adrs/adr-012-separate-releasing.md @@ -65,7 +65,11 @@ We upgrade `main` to use a new version of SDK. This is a major version bump, tri ### Negative * ~~Slightly more complexity.~~Considerably more complex to manage the ICS library. -* This solution does not allow having provider and consumer on separate versions of e.g. the Cosmos SDK + This is because ICS needs to support multiple versions of SDK (e.g., 0.45, 0.47, 0.50). + In addition, ICS needs to support a special fork of SDK (with LSM included) for the Cosmos Hub. + This means that instead of focusing on main the development team needs to manage multiple release + branches with different dependency trees. +* This solution does not allow having provider and consumer on separate versions of e.g. the Cosmos SDK. ### Neutral