Zilliqa / hardhat-scilla-plugin

MIT License
3 stars 0 forks source link

Removing a file from the contracts/ directory leads to a crash #64

Open rrw-zilliqa opened 3 months ago

rrw-zilliqa commented 3 months ago
  1. Build a hardhat project using hardhat-scilla-plugin
  2. Write a contract (and maybe deploy it)
  3. Delete the contract definition from contracts/
  4. Run a script in the same project

.. and you'll get an error because the plugin can't find the source file for the deleted contract (because, I think, it's referred to by the cache)