groLabs / GSquared

GNU General Public License v3.0
1 stars 0 forks source link

chore: Migrating forge tests from Gsquared-Foundry #83

Closed SHAKOTN closed 1 year ago

SHAKOTN commented 1 year ago

Done

  1. Add forge-std library version 1.4.0 to the project and configure it properly
  2. Move all testing contracts from Gsquared-Foundry
  3. Bump chainlink version 1.5.0 -> 1.6.0
  4. Add GH action to run forge tests
  5. rm some of the secrets from GH action .yaml files and add ALCHEMY_RPC_URL secret to repo to be used among all GH actions
  6. Reduced amount of fuzz runs to 100 to not roast GH pipelines

Note:

This PR doesn't modify any Gsquared protocol smart contracts