Commit Graph

279 Commits

Author SHA1 Message Date
Edward Mulraney
24a038aced
Allow non payable functions to be composable with payable functions
Make all functions payable so they can be composed in a larger spell which might use msg.value (normally non-payable is rejected)

Co-authored-by: Samyak Jain <34437877+KaymasJain@users.noreply.github.com>
2021-07-26 08:42:20 -04:00
Edward Mulraney
67e07913ed
Allow non-payable functions to be composable with payable functions
Make all functions payable so they can be composed in a larger spell which might use msg.value (normally non-payable is rejected)

Co-authored-by: Samyak Jain <34437877+KaymasJain@users.noreply.github.com>
2021-07-26 08:41:32 -04:00
Edward Mulraney
5574467be5 Merge remote-tracking branch 'upstream/main' 2021-07-13 21:59:35 +01:00
Edward Mulraney
e999422c59 Merge branch 'main' of github.com:liquity/dsa-connectors 2021-07-12 10:25:52 +01:00
Edward Mulraney
6ce7fca82f
Merge pull request #3 from liquity/liquity-updates
Fix tests after Instadapp team changes
2021-06-30 17:30:30 +01:00
Edward Mulraney
7ef923929c fix broken tests from instadapp PR 2021-06-30 17:16:05 +01:00
Samyak Jain
d45f08b743 updated the event with data from struct 2021-06-29 04:23:30 +05:30
Samyak Jain
027095603c added struct on adjust setIds 2021-06-29 04:22:04 +05:30
Samyak Jain
7b17bc9d40 liquity updates done 2021-06-28 23:55:24 +05:30
Samyak Jain
6211c526d8 updated all the functions other adjust 2021-06-26 18:30:03 +05:30
Samyak Jain
0a2735cad2 restructuring & updated function till repay 2021-06-26 01:40:45 +05:30
Thrilok Kumar
a14f4c6e02 Updated flashloan code 2021-06-26 01:25:34 +05:30
Thrilok kumar
3209b8691a
Merge pull request #51 from Instadapp/fix/approve-fix
Merging "1INCH-A" polygon into main
2021-06-26 00:32:24 +05:30
Thrilok kumar
3c4d3ec858
Merge pull request #49 from Instadapp/feat/polygon-1inch
Add polygon 1inch connector
2021-06-26 00:30:52 +05:30
Thrilok Kumar
88604da176 Updated connector list 2021-06-26 00:30:19 +05:30
Thrilok kumar
1666a3823e
Merge pull request #48 from Instadapp/fix/approve-fix
Fix approve issue for token like USDT
2021-06-26 00:29:39 +05:30
Thrilok Kumar
a22103533b Minor fix 2021-06-26 00:06:08 +05:30
Thrilok Kumar
acafed23d0 Updated connector list 2021-06-26 00:05:28 +05:30
Thrilok Kumar
9b9fb2d7fb Minor change 2021-06-25 23:57:39 +05:30
Thrilok kumar
112cdb91e1
Merge branch 'main' into fix/approve-fix 2021-06-25 23:48:38 +05:30
Thrilok Kumar
1756903356 Updated connector version 2021-06-25 22:49:14 +05:30
Thrilok Kumar
5341aeb1b4 Updated package.json 2021-06-25 22:45:54 +05:30
Thrilok kumar
6c5d8ae361
Merge pull request #50 from Instadapp/1inch-update
Updated 1inch connector
2021-06-25 22:44:49 +05:30
Thrilok Kumar
53a725a716 Added polygon 1inch connector 2021-06-25 21:00:34 +05:30
Thrilok Kumar
c3b327f1a6 Updated 1inch connector 2021-06-25 20:57:53 +05:30
Thrilok Kumar
8c9866d4e5 Minor change 2021-06-25 20:48:51 +05:30
Edward Mulraney
003ef06887 Merge branch 'main' of github.com:Instadapp/dsa-connectors 2021-06-25 09:41:09 +01:00
Thrilok Kumar
2d4341a801 Minor fix 2021-06-25 01:31:04 +05:30
Thrilok Kumar
217b3d402c Reverted change in old connector 2021-06-25 01:29:19 +05:30
Thrilok Kumar
1a9ab0ac70 Fixed approve(token.approve => approve()) 2021-06-25 01:25:04 +05:30
Thrilok kumar
17fc4f6acb
Update main.sol 2021-06-25 00:24:05 +05:30
Thrilok kumar
d26e38e7cd
Update instapool.test.js 2021-06-24 17:08:42 +05:30
Thrilok kumar
4848a8170e
Merge pull request #45 from Instadapp/feat/refinance-connector
Add Refinance connector
2021-06-24 17:06:01 +05:30
Thrilok kumar
674e1ec4df
Merge branch 'main' into feat/refinance-connector 2021-06-24 17:05:54 +05:30
Thrilok kumar
b84bf52f0d
Merge pull request #47 from Instadapp/flashloan-test
Add sample Instapool connector tests
2021-06-24 17:00:51 +05:30
Thrilok Kumar
1cce1fffea Added flashloan testcases 2021-06-24 16:58:01 +05:30
Thrilok Kumar
4d55758394 Updated connector list 2021-06-24 07:44:59 +05:30
Thrilok Kumar
df571ef426 Fixed stack too deep error 2021-06-24 07:35:53 +05:30
Thrilok kumar
e6be1f1c92
Merge pull request #46 from Instadapp/feat/instadapp-governance-connector
Add Instadapp governance connector
2021-06-23 18:29:49 +05:30
Thrilok Kumar
2dc6eaa4bc Updated connector address 2021-06-23 15:48:32 +05:30
Thrilok Kumar
e64b517e2a Updated contract addresses 2021-06-23 15:23:35 +05:30
Thrilok Kumar
9fa32fb888 Minor fix 2021-06-23 02:33:32 +05:30
Thrilok Kumar
2126be64e2 Added refinanace connector 2021-06-23 02:18:01 +05:30
Thrilok Kumar
e31abde1f8 Added instadapp governance connector 2021-06-23 00:56:44 +05:30
Edward Mulraney
03a1f64398
Merge pull request #1 from edmulraney/liquity-connector
Instadapp integration: add Liquity connector
2021-06-21 09:16:00 +01:00
Samyak Jain
4560aea2d2 folder name update 2021-06-20 17:29:48 +05:30
Samyak Jain
9f360099e4
Merge pull request #43 from Instadapp/feat/weth-connector
Add WETH connector
2021-06-18 14:50:40 +05:30
Thrilok Kumar
307a8ac0b8 Updated connector address 2021-06-18 14:34:09 +05:30
Thrilok Kumar
c0875a4b0f Making wethContract as constant 2021-06-18 14:27:19 +05:30
Thrilok Kumar
667241cf0b Hardcoded wethContract 2021-06-18 14:25:16 +05:30