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
Taquito and the KeyGen Api have a circular dependency:
KeyGen has Taquito as a dependency in the codebase
Taquito uses the deployed KeyGen Api for integration tests
Because of this, we needed to work around KeyGen not supporting the failing_noop by doing its tests using secret key. After we release Taquito, we can update the Taquito version in the KeyGen api and deploy, then update Taquito to do those tests using ephemeral keys like other tests
The text was updated successfully, but these errors were encountered:
Taquito and the KeyGen Api have a circular dependency:
Because of this, we needed to work around KeyGen not supporting the failing_noop by doing its tests using secret key. After we release Taquito, we can update the Taquito version in the KeyGen api and deploy, then update Taquito to do those tests using ephemeral keys like other tests
The text was updated successfully, but these errors were encountered: