Skip to content

Commit

Permalink
chore(tests): Add BasisModule <> SlippageIssuance Integration Tests (#…
Browse files Browse the repository at this point in the history
…229)

* Add BasisModule <> SlippageIssuance integration tests

* Move semantic.yml to .github

* Add test for redemption when funding is positive

* Add test case: deposit entire withdrawn funding

* Add test for update performance fee after withdrawing

* Add tests for parity between getRequiredComponentsUnitsOffChain and actual amounts

* Remove redundant tests; Add comments; Add redemption tests when funding is positive
  • Loading branch information
Sachin authored Apr 11, 2022
1 parent 32df32d commit 361728a
Show file tree
Hide file tree
Showing 5 changed files with 1,119 additions and 8 deletions.
File renamed without changes.
4 changes: 3 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ const config: HardhatUserConfig = {
allowUnlimitedContractSize: false,
forking: (process.env.FORK) ? forkingConfig : undefined,
accounts: getHardhatPrivateKeys(),
gas: 12000000,
blockGasLimit: 12000000
},
localhost: {
url: "http://127.0.0.1:8545",
Expand Down Expand Up @@ -73,7 +75,7 @@ const config: HardhatUserConfig = {
contractSizer: {
runOnCompile: false,
},

mocha: mochaConfig,

// These are external artifacts we don't compile but would like to improve
Expand Down
Loading

0 comments on commit 361728a

Please sign in to comment.