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
I tried to run the issue-ecr.sh script on the development branch. Currently, it uses kli vc issue and kli vc accept, but these commands has been removed from the KLI, see WebOfTrust/keripy@c390d90.
Description
I tried to run the issue-ecr.sh script on the development branch. Currently, it uses
kli vc issue
andkli vc accept
, but these commands has been removed from the KLI, see WebOfTrust/keripy@c390d90.See references the commands here
signifypy/scripts/issue-ecr.sh
Line 52 in c48847d
Currently, signifypy does not pin a version or commit of keripy in its dependencies, see https://github.com/WebOfTrust/signifypy/blob/development/setup.py#L68.
So when I do
pip install -r requirements.txt
, I get the latest version of keripy (kli) withoutkli vc issue
andkli vc accept
.Expected result
./scripts/issue-ecr.sh works
Actual result
./scripts/issue-ecr.sh fails due to missing
kli vc accept
The text was updated successfully, but these errors were encountered: