Closed nakul1010 closed 1 year ago
I'm hoping https://github.com/interlay/interbtc-clients/issues/486 will reduce the need for us to align the dependencies in the future but for now the process is to match those for the parachain release. If decide to include a fix for an older version of the clients we should hotfix.
Is your feature request related to a problem? Please describe. Currently, the client substrate dependencies are dependent on
polkadot-v0.9.40
version while the para chain is upgraded topolkadot-v0.9.42
version. Hence both the master version of the repo is not compatible with each other.Describe the solution you'd like This needs to be discussed.
Describe alternatives you've considered Tried patching up client dependencies to
polkadot-v0.9.42
. And adding the master branch as a dependency on the client side. Checked the cargo tree for theframe-support
dependency the commit id is different for both, hence the following error is passed outAdditional context This will cause issues if the developer is working on both repos simultaneously. For para chain dependency on the client side, the developer might need to be dependent on the last release version and not the master branch.