ekonomia-tech / protocol-alpha

Alpha version of a DeFi stablecoin protocol
GNU General Public License v3.0
4 stars 0 forks source link

Write PIDController.t.sol tests #7

Closed steve0xp closed 2 years ago

steve0xp commented 2 years ago

Primary Goals of PR

Write tests for PIDController.sol in PIDController.t.sol:

  1. Write tests for PIDController.sol using foundry
  2. Adjust contracts if needed (small tweaks)

NOTES:

steve0xp commented 2 years ago

@davekaj Changes have been made, and responses given on some of the change requests you outlined. Please review at your leisure and once we are good with this PR then I can remove the Pool.sol and comment out the associated test code while we coordinate the merging of Niv's Pool PR #6

steve0xp commented 2 years ago

Changes have been made, and comments acknowledged.