-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule contract-test-utils
updated
3 files
+95 −0 | contracts/interfaces.sol | |
+1,532 −0 | contracts/log.sol | |
+39 −32 | contracts/test.sol |
Submodule erc20
updated
16 files
+4 −2 | .github/workflows/pull-request.yml | |
+4 −2 | .github/workflows/push-to-main.yml | |
+3 −3 | .gitmodules | |
+3 −5 | README.md | |
+107 −16 | contracts/ERC20.sol | |
+0 −126 | contracts/ERC20Permit.sol | |
+112 −45 | contracts/interfaces/IERC20.sol | |
+0 −40 | contracts/interfaces/IERC20Permit.sol | |
+350 −93 | contracts/test/ERC20.t.sol | |
+0 −201 | contracts/test/ERC20Permit.t.sol | |
+12 −17 | contracts/test/accounts/ERC20User.sol | |
+6 −22 | contracts/test/mocks/MockERC20.sol | |
+0 −17 | contracts/test/utils/InvariantTest.sol | |
+0 −84 | contracts/test/utils/Vm.sol | |
+1 −0 | modules/contract-test-utils | |
+0 −1 | modules/ds-test |
Submodule liquidations
updated
12 files
+0 −25 | .circleci/config.yml | |
+0 −16 | .github/PULL_REQUEST_TEMPLATE.md | |
+22 −0 | .github/workflows/pull-request.yml | |
+25 −0 | .github/workflows/push-to-main.yml | |
+1 −0 | .gitignore | |
+17 −1 | README.md | |
+8 −8 | contracts/test/Liquidator.t.sol | |
+2 −2 | contracts/test/mocks/Mocks.sol | |
+1 −1 | modules/contract-test-utils | |
+1 −1 | modules/erc20 | |
+1 −1 | modules/erc20-helper | |
+6 −18 | test.sh |
Submodule loan
updated
from 58cbe5 to 77d103