Aave Protocol V2
Go to file
Ernesto Boado 671870b237 Merge branch '97-create-a-utility-contract-to-deposit-withdraw-repay-with-eth' into 'master'
Create an utility contract to deposit/withdraw/repay with ETH

Closes #97

See merge request aave-tech/protocol-v2!102
2020-11-05 08:10:01 +00:00
config Added boilerplate deployment, getters and tests. 2020-10-28 18:06:24 +01:00
contracts Remove comment 2020-11-03 20:47:36 +01:00
helpers Added emergency token and ether withdrawal. Follow code guidelines. 2020-11-03 17:23:35 +01:00
specs Merge branch 'master' into feat/102-batch-delegation-allowance 2020-10-30 16:04:31 +01:00
tasks Rollback to 1 WETHGateway per LendingPool 2020-11-02 18:43:50 +01:00
test Test emergency Ether withdrawal via self-destruct 2020-11-03 21:04:48 +01:00
.editorconfig - Added mocha __setup script with snapshotting 2020-06-08 14:03:40 +02:00
.gitignore Updated gitignore 2020-10-28 10:54:20 +01:00
.gitlab-ci.yml fix ci -5 2020-08-21 15:19:07 +03:00
.prettierignore pretty print 2020-07-13 11:54:08 +03:00
.prettierrc Updated require message errors with constant string numbers to reduce gas 2020-08-25 15:51:52 +02:00
.solcover.js Fixed coverage random failing tests. Added coverage network and minimal config. 2020-09-09 21:24:20 +02:00
buidler.config.ts fixed gas reporter import 2020-10-31 12:37:48 +01:00
coverage.json Merge branch 'master' into feat/18 2020-10-08 15:41:48 +02:00
deployed-contracts.json Added emergency token and ether withdrawal. Follow code guidelines. 2020-11-03 17:23:35 +01:00
docker-compose.test.yml Fix conflicts 2020-08-21 17:19:25 +02:00
docker-compose.yml Added .env support for docker-compose.yml. Add --verify again to package.json kovan script 2020-10-22 11:27:45 +02:00
Dockerfile Added migration scripts for Uniswap and Aave with configuration and common tasks 2020-08-31 12:10:40 +02:00
Dockerfile_test add test step to CI 2020-08-21 15:11:01 +03:00
LICENSE.md pretty print 2020-07-13 11:54:08 +03:00
package-lock.json Remove requires. Change onBehalf to To at withdraw. Add fallback function revert. 2020-11-03 13:29:11 +01:00
package.json Rollback package-lock 2020-10-29 18:44:49 +01:00
README.md pretty print 2020-07-13 11:54:08 +03:00
runStableTokenCLI.sh Updates in the specification of StableDebtToken 2020-10-29 23:19:11 +02:00
runUserConfigCLI.sh Aave integration - first step 2020-10-15 00:59:12 +03:00
runVariableTokenCLI.sh Updated spec harness and run.sh for VariableDebtToken contract 2020-10-29 01:20:38 +02:00
test-wallets.js Initial fix 2020-08-19 16:10:08 +02:00
test.log Rolled back PVE002, added further optimization 2020-10-22 18:59:15 +02:00
tsconfig.json Fix conflicts. Stable config implementation. Migrate from constants to configuration files per pool. Skip script loads while compilation. 2020-08-25 17:15:27 +02:00
tslint.json pretty print 2020-07-13 11:54:08 +03:00

Aave Protocol v2