Commit Graph

76 Commits

Author SHA1 Message Date
Thrilok Kumar
9917d43efd Updated deployed contract list 2021-04-17 04:01:51 +05:30
Thrilok Kumar
95636c8623 Minor change 2021-04-17 03:00:25 +05:30
Thrilok Kumar
bc80e41328 Updated addresses on sender migrator 2021-04-17 02:50:03 +05:30
Thrilok Kumar
dd463aa0e6 Updated Aave migrator connector 2021-04-17 00:29:01 +05:30
Thrilok Kumar
b2cfa3f523 Merge branch 'new-tests' of https://github.com/Instadapp/dsa-polygon-migration into new-tests 2021-04-16 22:28:36 +05:30
Thrilok Kumar
70f0e2197d Fixed compilation error 2021-04-16 22:28:30 +05:30
Mubaris NK
9ccf4acb3a
minor change 2021-04-16 22:28:12 +05:30
Mubaris NK
34f4f10288
cleanup 2021-04-16 22:27:18 +05:30
Thrilok Kumar
5e58a57e8e Removed LogDeposit and LogWithdraw events 2021-04-16 22:27:06 +05:30
Samyak Jain
ba74a38a84
Update contracts/senders/aave-v2-migrator/interfaces.sol
Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
2021-04-17 02:50:23 +10:00
Thrilok kumar
ae7deef98c
Removed getConfiguration interface 2021-04-16 22:17:50 +05:30
Thrilok kumar
7ce0843aa2
Removed console.sol file 2021-04-16 22:17:27 +05:30
Thrilok kumar
eb2dc48fac
Update contracts/senders/aave-v2-migrator/main.sol 2021-04-16 22:17:02 +05:30
Thrilok kumar
bcc59c5964
Update contracts/senders/aave-v2-migrator/main.sol 2021-04-16 22:16:56 +05:30
Thrilok Kumar
5a6407388a restructured aave sender contract 2021-04-16 21:54:14 +05:30
Mubaris NK
442e18ef09
Add new testcases (all failing) 2021-04-16 17:58:42 +05:30
Mubaris NK
2ab7323d8b
Test for a larger position 2021-04-16 14:07:57 +05:30
Samyak Jain
bd72d17bc5 Merge branch 'new-updates' into new-tests 2021-04-16 02:39:00 +05:30
Samyak Jain
58a01e00aa supported token update 2021-04-16 02:36:12 +05:30
Mubaris NK
b3b289bddf
Update testcases and remove console messages 2021-04-15 22:19:59 +05:30
Thrilok Kumar
168479f90b Fixed allowance issue while paying back flashloan 2021-04-15 22:03:16 +05:30
Mubaris NK
ad58a84dd7
minor change 2021-04-15 21:49:35 +05:30
Mubaris NK
f4c7610b1c
merge incoming change 2021-04-15 21:47:46 +05:30
Thrilok Kumar
1f645c37ce Fixed atoken transfer amount bug 2021-04-15 21:45:04 +05:30
Mubaris NK
7a5817469b
approval check 2021-04-15 21:44:25 +05:30
Thrilok Kumar
796580a3c0 Merge branch 'new-tests' of https://github.com/Instadapp/dsa-polygon-migration into new-tests 2021-04-15 21:06:32 +05:30
Thrilok Kumar
0bb1c1a9e0 Fixed array issue 2021-04-15 21:05:24 +05:30
Mubaris NK
58e42fd447
wip settle testcase 2021-04-15 21:05:02 +05:30
Mubaris NK
7ee03cfdc8
test failing @ callFunction 2021-04-15 20:49:00 +05:30
Thrilok Kumar
d4a432d774 Fixed invaild opcode issue 2021-04-15 19:27:55 +05:30
Mubaris NK
e01f60eaf4
Merge branch 'new-updates' into new-tests 2021-04-15 17:46:37 +05:30
Mubaris NK
62d3755b4f
test failing @ _PaybackCalculate: invalid opcode 2021-04-15 17:42:42 +05:30
Samyak Jain
a388330549 minor bug resolved 2021-04-15 17:37:32 +05:30
Samyak Jain
3e4b0bb033
Merge pull request #7 from Instadapp/flashloan-change
Flashloan change
2021-04-15 09:21:48 +10:00
Samyak Jain
16bf043a81 token repeatation 2021-04-15 04:51:02 +05:30
Thrilok Kumar
6befc08271 Updated flashloan encode args on aave-v2-migrator 2021-04-15 04:45:00 +05:30
Samyak Jain
d9e2ac71f1 removed another checkRatio 2021-04-15 03:50:48 +05:30
Samyak Jain
8b97cddfb5 removed another checkRatio 2021-04-15 03:50:03 +05:30
Samyak Jain
818fcfeb13 removed deposit & withdraw function 2021-04-15 03:42:24 +05:30
Samyak Jain
93786f4c8f minor comment 2021-04-15 01:55:51 +05:30
Samyak Jain
587f3de38c merged mubaris fixes 2021-04-15 01:44:33 +05:30
Samyak Jain
03e2fd7c9d minor fixes 2021-04-14 04:31:20 +05:30
Samyak Jain
3732f562bd fixed some more TODOs 2021-04-14 04:22:56 +05:30
Samyak Jain
20a9e4fc6d connector update & settle transfer 2021-04-14 04:13:51 +05:30
Samyak Jain
127ebebd8e ethAmt changes related to last commit 2021-04-14 04:01:28 +05:30
Samyak Jain
0d0770ecc7 Flash ethAmt update 2021-04-14 04:00:38 +05:30
Samyak Jain
e3ef78e689 added isDepositEnabled variable 2021-04-14 03:51:08 +05:30
Samyak Jain
96c222e4c7 minor fixes 2021-04-13 04:35:47 +05:30
Mubaris NK
10dde58404
TODOs in receiver 2021-04-12 11:32:42 +05:30
Mubaris NK
bd3ebe6ea1
Finish senders 2021-04-11 22:23:42 +05:30