Commit Graph

269 Commits

Author SHA1 Message Date
Thrilok Kumar
278b5eade3 Added Swerve connector 2020-09-19 12:16:19 +05:30
Thrilok Kumar
a3c0046551 Fixed bug 2020-09-15 04:08:28 +05:30
Thrilok Kumar
136771e320 Added event and code refactoring 2020-09-15 04:07:02 +05:30
Thrilok Kumar
09b011abe4 Code refactoring and added SafeERC20 lib 2020-09-15 04:06:33 +05:30
Thrilok Kumar
c87da94839 Fixed decoding bug 2020-09-15 03:35:20 +05:30
Thrilok Kumar
6f8767a505 Fixed bugs 2020-09-15 02:36:40 +05:30
Samyak Jain
70f097571c dydx flash loan almost done 2020-09-15 02:34:51 +10:00
Samyak Jain
231e775389 dydx flash loan almost done 2020-09-15 01:43:49 +10:00
Thrilok Kumar
072a06dd43 Removed emitEvents; Added connectorId 2020-09-07 19:40:33 +05:30
Hilmar X
b6718b7954 reformated mutliUnprovide 2020-09-04 14:54:33 +02:00
Hilmar X
36fe5adc31 removed try catchs 2020-09-04 14:53:06 +02:00
Hilmar X
92a5a7e112 added suggestions 2020-09-04 14:37:06 +02:00
Hilmar X
b9c5f2935b removed false module comment 2020-09-04 10:28:56 +02:00
Hilmar X
ebd5bd0760 comment formatting 2020-09-04 10:18:59 +02:00
Hilmar X
bae4842bab updated task chain comment 2020-09-04 10:18:00 +02:00
Hilmar X
53e6b6133e added gelato connector 2020-09-03 18:10:52 +02:00
Thrilok kumar
20df1625de
Merge pull request #20 from InstaDApp/Maker-connector-update
Maker connector update
2020-08-23 03:10:16 +05:30
Thrilok kumar
c08f9cc73d
Merge pull request #19 from InstaDApp/curve-gauge-connector-feature
adding curve gauge connector
2020-08-23 03:09:06 +05:30
Thrilok kumar
9ca73dfe77
Merge branch 'master' into curve-vesting-connector-feature 2020-08-23 03:07:06 +05:30
Thrilok Kumar
32ba4e8f32 Added gauge mapping address 2020-08-23 02:22:23 +05:30
Thrilok Kumar
baaaf4ad88 Fixed test cases 2020-08-22 09:32:46 +05:30
Thrilok Kumar
f1c8d60548 Fixed minor bug 2020-08-21 10:09:09 +05:30
Thrilok Kumar
0e014b4126 Added depositAndBorrow function in makerDao 2020-08-21 08:34:37 +05:30
Thrilok Kumar
321b66a861 Minor edits 2020-08-21 03:54:16 +05:30
Thrilok Kumar
654e0b7f58 Merge branch 'curve-gauge-connector-feature' of github.com:InstaDApp/dsa-connectors into curve-gauge-connector-feature 2020-08-21 03:54:05 +05:30
Thrilok Kumar
ee5000da1b Added constructor in mapping gauge 2020-08-21 03:54:01 +05:30
Thrilok kumar
e3bebae9b6
Delete curve_staking.prod.sol 2020-08-21 03:53:38 +05:30
Thrilok Kumar
acfa6d2d36 Added constructor in mapping 2020-08-21 03:49:49 +05:30
Lecky Lao
97832c28a4 Merge branch 'curve-gauge-connector-feature' of github.com:InstaDApp/dsa-connectors into curve-gauge-connector-feature 2020-08-21 03:38:56 +10:00
Lecky Lao
73a5eee1fd added addGaugeMappings into curveGaugeMapping to add multiple mappings;
added test for that;
2020-08-21 03:38:51 +10:00
Thrilok Kumar
8e5f68efbd Removed not used function 2020-08-20 21:57:37 +05:30
Thrilok Kumar
b2a31a24c7 Minor edits 2020-08-20 21:51:54 +05:30
Thrilok Kumar
058fc7d8f5 Code refactoring 2020-08-20 21:46:41 +05:30
Lecky Lao
8a9ce14a9d added test for CurveGauge;
added ABI for CurveGauge;
added MockCurveGauge and MockCurveGaugeMapping;
2020-08-21 01:53:33 +10:00
Lecky Lao
0f9e5f69f1 changed CurveGaugeMapping to use GaugeData to include gaugeAddress and rewardToken;
removed function overload for withdraw and claim by using curveGaugeData;
2020-08-21 00:30:29 +10:00
Lecky Lao
a2b929a794 fixing another withdraw amt balanceOf issue 2020-08-20 23:01:45 +10:00
Lecky Lao
8518f72e37 fixed compiling issues; 2020-08-20 16:09:38 +10:00
Lecky Lao
dbc3698a86 Merge branch 'master' into curve-gauge-connector-feature 2020-08-20 15:51:05 +10:00
Lecky Lao
5afef3d9f0 added amount and rewardAmt for LogClaimedReward;
fixing withdraw -1 to use gauge.balance_Of;
moving same name functions together;
removing setId from withdraw event;
2020-08-20 15:37:36 +10:00
Lecky Lao
8ce92dcb1d fixing compile errors; 2020-08-20 05:39:28 +10:00
Lecky Lao
b4feb0467d added event and function overloading for withdraw and claimReward 2020-08-20 05:37:44 +10:00
Thrilok Kumar
be23d7bba8 Fixed stack too deep error 2020-08-20 00:55:47 +05:30
Thrilok Kumar
4f71c7aa16 minor change 2020-08-20 00:48:59 +05:30
Lecky Lao
d218027001 adding curve gauge mapping;
adding curve gauge connector;
remove trailing spaces;
2020-08-20 05:02:14 +10:00
Thrilok Kumar
3dcb3bea93 minor changes 2020-08-16 02:54:21 +05:30
Thrilok Kumar
755298095f Minor changes 2020-08-15 23:09:09 +05:30
Lecky Lao
522af88811 removing sender as not needed 2020-08-16 03:03:57 +10:00
Lecky Lao
6474ee6b63 added test for curve_vesting.sol;
added MockCurveVesting.sol;
2020-08-16 02:42:09 +10:00
Lecky Lao
010ecfa776 fixing 1inch compile issue;
added curve_testing.sol and got it compiled;
2020-08-16 02:08:35 +10:00
Thrilok kumar
cd427e96f6
Merge pull request #17 from InstaDApp/maker-connector
Removed transfer function from MakerDao connector
2020-08-15 01:55:17 +05:30