Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frequent failures due to missing contracts #35

Open
ferencdg opened this issue Aug 25, 2024 · 1 comment
Open

Frequent failures due to missing contracts #35

ferencdg opened this issue Aug 25, 2024 · 1 comment

Comments

@ferencdg
Copy link

ferencdg commented Aug 25, 2024

Initially the template works okay, but after a while it stops throwing errors like

running
pnpm fhevm:start
will stop with error:
Artifact for contract "fhevm/lib/KMSVerifier.sol:KMSVerifier" not found.

running
pnpm test:mock
will stop with error:
Artifact for contract "fhevm/lib/ACL.sol:ACL" not found

pnpm clean doesn't solve the problem

@ferencdg
Copy link
Author

So the issue is that I deleted the 2 source files that come with the template and replaced them with my own source. That means the articact/fhevm was never generated, so I couldn't run any tests... It might be a bug in the template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant