taquito icon indicating copy to clipboard operation
taquito copied to clipboard

Update failing_noop tests to use ephemeral keys

Open ac10n opened this issue 2 years ago • 1 comments

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

ac10n avatar Aug 09 '23 22:08 ac10n

There is a new keygen implementation that may work for us. We will hold off on this change for now.

Innkst avatar Oct 04 '23 18:10 Innkst

fix in https://github.com/ecadlabs/taquito/pull/2957

hui-an-yang avatar May 13 '24 20:05 hui-an-yang