Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional Foundry test coverage #322

Merged
merged 60 commits into from
May 10, 2023

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    fd73e2d View commit details
    Browse the repository at this point in the history
  2. chore: remove mint at test

    kartojal committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    7aa567d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    63e8085 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    05df7e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    d43701c View commit details
    Browse the repository at this point in the history
  2. fix: Remove discount lock period mechanism (#293)

    * fix: remove discount lock period from GhoDebtToken
    
    * test: Update tests for new rebalance behaviour
    miguelmtzinf authored and kartojal committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    55aa0ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecdbc72 View commit details
    Browse the repository at this point in the history
  4. fix: Simplify GhoToken.addFacilitator function (#295)

    * fix: Remove Facilitator struct from addFacilitator function
    
    * test: Adjusts test for new addFacilitator parameters
    
    * fix: Make facilitatorLabel calldata-like parameter
    miguelmtzinf authored and kartojal committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b6ad733 View commit details
    Browse the repository at this point in the history
  5. feat: Add helper contract to manage risk params of GHO reserve (#291)

    * setup modifier
    
    * setup gho manager and tests
    
    * remove atoken changes
    
    * use interfaces
    
    * adds test for ghomanager as pooladmin
    foodaka authored and kartojal committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    1dc6f09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e878746 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. chore: initial repay engine

    kartojal committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    1cdea12 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. chore: add makefile with coverage html report and ignore mocks, add r…

    …ebalance discount tests and onbehalf borrow
    kartojal committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    a789362 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28ffe9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68d9989 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    6bc762b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    f1e960b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. misc: Slight optimisation

    Zer0dot committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    4ceddc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    cd82952 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    402271b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd0314f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    501c89c View commit details
    Browse the repository at this point in the history
  4. fix: exclude foundry-test for hardhat coverage tests

    cedephrase committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8e25323 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. test: Add initial GhoToken unit tests

    cedephrase committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    6c2dbc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. fix: remove stkAave mocks, replace with BGD repo and update impacted …

    …tests
    cedephrase committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    3e94649 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into chore/foundry-test-suite

    cedephrase authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    89d1195 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c17e3ba View commit details
    Browse the repository at this point in the history
  4. fix: increase node testrunner heap alloc to avoid OOM

    cedephrase committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    0457b93 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. fix: setup stkAave behind proxy

    cedephrase committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    66f3f14 View commit details
    Browse the repository at this point in the history
  2. test: add GhoOracle unit tests

    cedephrase committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d319705 View commit details
    Browse the repository at this point in the history
  3. test: add GhoDiscountRateStrategy unit/fuzz tests

    cedephrase committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    888ebb5 View commit details
    Browse the repository at this point in the history
  4. test: add GhoInterestRateStrategy fuzz test

    cedephrase committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    caff728 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    6f134f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff332a4 View commit details
    Browse the repository at this point in the history
  3. test: added nonce/domain sep unit tests for GhoAToken

    cedephrase committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    9551aa7 View commit details
    Browse the repository at this point in the history
  4. test: add GhoStableDebtToken unit tests

    cedephrase committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    dc8b27a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. feat: add combined coverage from hardhat/foundry

    cedephrase committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    00e2550 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. fix: refactor initial foundry tests

    cedephrase committed May 1, 2023
    Configuration menu
    Copy the full SHA
    db4ffae View commit details
    Browse the repository at this point in the history
  2. fix: move MockFlashBorrower to common location

    cedephrase committed May 1, 2023
    Configuration menu
    Copy the full SHA
    4845e84 View commit details
    Browse the repository at this point in the history
  3. feat: add EmptyDiscountRateStrategy fuzz test

    cedephrase committed May 1, 2023
    Configuration menu
    Copy the full SHA
    68ce5ec View commit details
    Browse the repository at this point in the history
  4. feat: add UiGhoDataProvider unit tests

    cedephrase committed May 1, 2023
    Configuration menu
    Copy the full SHA
    53b46c4 View commit details
    Browse the repository at this point in the history
  5. feat: complete GhoToken unit tests

    cedephrase committed May 1, 2023
    Configuration menu
    Copy the full SHA
    f268ccd View commit details
    Browse the repository at this point in the history
  6. feat: complete GhoVariableDebtToken unit tests

    cedephrase committed May 1, 2023
    Configuration menu
    Copy the full SHA
    c3faa88 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. feat: add last unit test for GhoVariableDebtToken

    cedephrase committed May 2, 2023
    Configuration menu
    Copy the full SHA
    95d3625 View commit details
    Browse the repository at this point in the history
  2. fix: update ordering in constant/event test files

    cedephrase committed May 2, 2023
    Configuration menu
    Copy the full SHA
    25cefe8 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Merge pull request #323 from aave/feat/320-unified-coverage-gen

    feat: add combined coverage from hardhat/foundry
    cedephrase authored May 4, 2023
    Configuration menu
    Copy the full SHA
    524fb1b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #324 from aave/fix/321-refactor-foundry-tests

    Refactor initial foundry tests
    cedephrase authored May 4, 2023
    Configuration menu
    Copy the full SHA
    e4c6aa5 View commit details
    Browse the repository at this point in the history
  3. fix: remove unnecessary prank on proxy init

    cedephrase committed May 4, 2023
    Configuration menu
    Copy the full SHA
    5fcdf00 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. fix: naming of fuzz tests to be more descriptive

    cedephrase committed May 5, 2023
    Configuration menu
    Copy the full SHA
    d34d73a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    ae957d0 View commit details
    Browse the repository at this point in the history
  2. fix: re-remove old tests that got re-merged

    cedephrase committed May 10, 2023
    Configuration menu
    Copy the full SHA
    e447d7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76f1b30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    432886b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81f3e4e View commit details
    Browse the repository at this point in the history
  6. test: Rename test titles

    miguelmtzinf committed May 10, 2023
    Configuration menu
    Copy the full SHA
    e410417 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8612b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2eb10cf View commit details
    Browse the repository at this point in the history
  9. feat: add genhtml back to combined coverage

    cedephrase committed May 10, 2023
    Configuration menu
    Copy the full SHA
    5c8a258 View commit details
    Browse the repository at this point in the history
  10. fix: add error messages on test reverts

    cedephrase committed May 10, 2023
    Configuration menu
    Copy the full SHA
    298153f View commit details
    Browse the repository at this point in the history
  11. fix: Fix package scripts

    miguelmtzinf committed May 10, 2023
    Configuration menu
    Copy the full SHA
    b814e60 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    230a761 View commit details
    Browse the repository at this point in the history