squeeth-monorepo icon indicating copy to clipboard operation
squeeth-monorepo copied to clipboard

Add Foundry

Open haythemsellami opened this issue 2 years ago • 3 comments

Add Foundry

Description

Screen Shot 2022-05-02 at 10 36 44 AM
  • Added foundry
  • Moved hardhat tests inside /test/hardhat-test
  • Create /test/foundry-test/ for solidity tests

Type of change

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Document update

How Has This Been Tested

Please describe how to test to verify the changes. Provide instructions so we can reproduce.

Checklist

  • [ ] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] My changes generate no new warnings
  • [ ] Added video recordings if it is a UI change

haythemsellami avatar May 02 '22 07:05 haythemsellami

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
continuouscall ✅ Ready (Inspect) Visit Preview Jun 8, 2022 at 1:24PM (UTC)

vercel[bot] avatar May 02 '22 07:05 vercel[bot]

Forge test will fail for now because we have functions that start with test... but they are not meant to be testing functions. Opened an issue in Foundry https://github.com/foundry-rs/foundry/issues/1499

haythemsellami avatar May 20 '22 10:05 haythemsellami

Todo: Need to configure a different path for hardhat cache to not conflict with foundry's

haythemsellami avatar May 22 '22 18:05 haythemsellami

Closing this for now

haythemsellami avatar Oct 07 '22 14:10 haythemsellami