erhant / circomkit

A testing & development environment for Circom.
https://www.npmjs.com/package/circomkit
MIT License
88 stars 5 forks source link

Hardhat hangs on test #84

Open erhant opened 1 month ago

erhant commented 1 month ago

Can be shown with --detectOpenHandles

@numtel I was able to reduce some number packages for hardhat, but I dont think it has to do with this one. Would you have any idea on why Hardhat might leave an open handle?

numtel commented 1 month ago

Whoa that's a big commit you got there.

Anyways, I isolated the hardhat part into its own file and it exits cleanly. Maybe it's something else?

https://github.com/numtel/solc-hardhat-test

erhant commented 1 month ago

Whoa that's a big commit you got there. hahah yeah, one refactor turned into another and this happened :D

thanks for testing it out! will dive deeper into this at some point 🙏🏻