Details
-
Bug
-
Status: Complete
-
Highest
-
Resolution: Done
-
None
-
None
-
None
-
None
-
18.08 Stability-Monitoring
Description
Build Info:
indy-node 1.3.56
Steps to Reproduce:
1. Add the next keys and sources:
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BD33704C echo "deb https://repo.sovrin.org/deb xenial rc" >> /etc/apt/sources.list echo "deb https://repo.sovrin.org/sdk/deb xenial rc" >> /etc/apt/sources.list
2. Install indy-node or sovrin:
apt-get update -y && apt-get install -y sovrin
or
apt-get update -y && apt-get install -y indy-node
Actual Results:
Installation fails due to RC indy-plenum depends on indy-crypto 0.2.0 but there is indy-crypto 0.3.0 installed from sdk repo (in any branch).
Also it may affect pool upgrade in this case because we will have the same dependency tree during upgrade.
Expected Results:
The same indy and sdk repos (rc/master/stable) should contain the same version of indy-crypto package to avoid installation and upgrade issues.