Zer0dot
|
688b62fed2
|
Added gas tracking
|
2021-01-11 21:15:47 -05:00 |
|
Zer0dot
|
57986b76a8
|
Testing
|
2020-12-25 00:47:30 -05:00 |
|
David Racero
|
53d92ccfe4
|
Added permit domain check test. Update typechain and typescript to support new ethers 5 generated typings. Updated ethers to support _TypedDataEncoder for domain hash.
|
2020-11-18 19:18:02 +01:00 |
|
David Racero
|
b275fedfe8
|
Remove Uniswap V1 config and scripts. Renamed config to markets.
|
2020-11-17 09:33:45 +01:00 |
|
David Racero
|
27365697ac
|
Added mainnet check list. Remove deployed contracts. Update README.md
|
2020-11-16 19:22:22 +01:00 |
|
David Racero
|
0d40682054
|
Added initial README. Digging into Tenderly. Added initial mainnet fork with buidler.
|
2020-11-16 16:08:07 +01:00 |
|
David Racero
|
84053c7b1d
|
Added latest update from Tenderly
|
2020-11-16 10:19:14 +01:00 |
|
David Racero
|
d1c6943cd3
|
Initial implementation of Tenderly plugin
|
2020-11-12 14:12:26 +01:00 |
|
David Racero
|
ce3db28503
|
Added tokenization verifications
|
2020-11-10 14:18:48 +01:00 |
|
David Racero
|
6eb19a2d66
|
Move verification to a separate task and run after deployment. Speed up verification via more logic to prevent too many retries.
|
2020-11-10 13:23:30 +01:00 |
|
David Racero
|
51b3fb1669
|
Fix migration logic
|
2020-11-05 15:31:35 +01:00 |
|
David Racero
|
729b642ea5
|
Support Buidler to run solidity-coverage until is ported.
|
2020-11-05 14:43:17 +01:00 |
|
David Racero
|
21e57a1a37
|
Migrate buidler to hardhat
|
2020-11-05 12:18:20 +01:00 |
|
David Racero
|
cbc188e62a
|
merge and add helper contracts
|
2020-10-23 15:18:01 +02:00 |
|
The3D
|
76031c878f
|
Fixed console messages
|
2020-10-21 13:35:52 +02:00 |
|
David Racero
|
d864836ec5
|
Added waitForTx for lendingpoool
|
2020-10-21 11:50:54 +02:00 |
|
David Racero
|
4ee41dbece
|
Added waitForTx to missing methods.
|
2020-10-21 11:42:27 +02:00 |
|
David Racero
|
7556f25c1a
|
Moved all deployments outside of helpers with wrapper.
|
2020-10-15 20:28:12 +02:00 |
|
David Racero
|
03504849f1
|
Deployment function optimizations WIP
|
2020-10-15 19:19:02 +02:00 |
|
David Racero
|
88a2cb21f4
|
Move contract getters to their own file. Use factory connect. Fix imports
|
2020-10-15 13:57:03 +02:00 |
|
The3D
|
543c3f5c9c
|
Merge branch 'master' into fix/62
|
2020-10-13 13:41:57 +02:00 |
|
The3D
|
d150458604
|
Merge branch 'master' into feat/18
|
2020-10-08 15:41:48 +02:00 |
|
David Racero
|
ffc81df4ee
|
Fix conflicts and renamings
|
2020-09-24 17:48:29 +02:00 |
|
The3D
|
06d16c6abf
|
Added initial test for the registry
|
2020-09-23 11:21:49 +02:00 |
|
The3D
|
e4890a14c2
|
Merge branch 'master' into fix/34
|
2020-09-17 11:55:38 +02:00 |
|
The3D
|
570a81a1b2
|
Fixed aToken deployment function
|
2020-09-16 16:44:27 +02:00 |
|
The3D
|
274b63713d
|
Merge branch 'master' into fix/34
|
2020-09-16 16:34:29 +02:00 |
|
andyk
|
9594571761
|
Merge branch 'master' into 41-rename-liqudiationmanager
|
2020-09-16 15:22:55 +01:00 |
|
andyk
|
66113d64a2
|
rename LendingPoolLiquidationManager -> LendingPoolCollateralManager
|
2020-09-16 13:41:12 +03:00 |
|
David Racero
|
6cbcf39454
|
Fixed conflicts and merge changes
|
2020-09-15 17:24:50 +02:00 |
|
andyk
|
84cf68e58e
|
fix deployment and tests
|
2020-09-15 17:02:21 +03:00 |
|
The3D
|
f428f69ebd
|
Merge branch 'master' into fix/34
|
2020-09-15 09:34:00 +02:00 |
|
David Racero
|
59bfdc39f2
|
Fix conflicts
|
2020-09-14 19:59:00 +02:00 |
|
The3D
|
d542f098c1
|
fixed deposit, withdraw tests
|
2020-09-14 19:25:45 +02:00 |
|
eboado
|
748312cf20
|
- Added permit() to aToken.
|
2020-09-14 15:57:11 +02:00 |
|
David Racero
|
5af23057fa
|
Fix conflicts.
|
2020-09-14 15:53:34 +02:00 |
|
The3D
|
dbf1a0b9e7
|
Merge branch 'master' into fix/34
|
2020-09-14 09:22:39 +02:00 |
|
The3D
|
de8ae523c8
|
Fixed total supply, tests
|
2020-09-10 13:05:02 +02:00 |
|
David Racero
|
113c481512
|
Fixed coverage random failing tests. Added coverage network and minimal config.
|
2020-09-09 21:24:20 +02:00 |
|
eboado
|
3aa0dbc570
|
- Added tests of repayWithCollateral(), only for self-liquidation.
|
2020-09-08 15:05:53 +02:00 |
|
David Racero
|
84d1ed0cb7
|
Added migration scripts for Uniswap and Aave with configuration and common tasks
|
2020-08-31 12:10:40 +02:00 |
|
David Racero
|
b3896fa4e3
|
WIP full migrations
|
2020-08-26 12:38:52 +02:00 |
|
David Racero
|
9de0fe2bc3
|
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 |
|
David Racero
|
cf70929eee
|
Merge and fix conflicts
|
2020-08-25 14:15:35 +02:00 |
|
David Racero
|
957f4921d6
|
Moved type outside of types due missing types prior compilation
|
2020-08-24 10:29:54 +02:00 |
|
David Racero
|
fdb64abfda
|
Added missing helper
|
2020-08-21 17:34:43 +02:00 |
|
David Racero
|
f9fddfba59
|
Fix conflicts
|
2020-08-21 17:19:25 +02:00 |
|
David Racero
|
82ee09caef
|
Added initialize task
|
2020-08-21 13:07:32 +02:00 |
|
David Racero
|
54d9e3a7ee
|
Added missing stash work
|
2020-08-20 17:38:57 +02:00 |
|
andyk
|
1a2bfcbf45
|
remove FeeProvider setters and getters
|
2020-08-19 19:06:32 +03:00 |
|