onflow / fcl-dev-wallet

A Flow wallet for development purposes. To be used with the Flow Emulator.
Apache License 2.0
51 stars 34 forks source link

Remove testing harness #126

Open justinbarry opened 2 years ago

justinbarry commented 2 years ago

Replace bundled dev wallet with https://github.com/onflow/fcl-next-harness.

gregsantos commented 2 years ago

Should wait until FCLCrypto contract is deployed on emulator by default or may lead to issues attempting to verify account-proof on authn

chasefleming commented 2 years ago

@justinbarry @gregsantos Heads up it looks like this may break the cypress tests. Looks like it uses harness as its baseUrl.

justinbarry commented 2 years ago

My thinking was that we could import the other harness as a dependency and host it here.

gregsantos commented 2 years ago

That would work, but if there's a test for login/authn will fail unless FCLCrypto contract is deployed to emulator