mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-07 19:34:08 +00:00
If using `embark-snark` in the dapp as a plugin, and the dapp didn’t have any contracts, the `embark-snark` plugin would not simply exit early and essentially do nothing. Fix `embark-snark` plugin so that it will run its routine regardless of whether or not the dapp has contracts or not. Bump `circom` and `snarkjs` to their latest patch version.