Skip to content

Commit

Permalink
docs: adding details of why the ADR 012 was rejected (#1430)
Browse files Browse the repository at this point in the history
adding details of why the ADR was rejected
  • Loading branch information
mpoke authored Nov 15, 2023
1 parent 83dc310 commit f6fd230
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docs/adrs/adr-012-separate-releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f6fd230

Please sign in to comment.