Lecky Lao
0738166122
adding curveSwap.json into abi
2020-07-07 21:03:49 +10:00
Lecky Lao
3d4e032da9
try to test to interact with curveSwap exchange directly but still failed.
2020-07-07 01:01:38 +10:00
Thrilok Kumar
d089fdb8d0
Minor change
2020-07-04 22:12:56 +05:30
Lecky Lao
1c51ff67e6
change ERC20 to use Tokeninterface to save connector size;
2020-07-05 00:55:16 +10:00
Thrilok Kumar
3c8e35b676
Removed constructor from curvebtc connector
2020-07-04 18:51:15 +05:30
Lecky Lao
1b39cb6da8
fixing test filter to use before instead of beforeEach;
...
added test for adding and removing liquidity
2020-07-04 02:03:00 +10:00
Lecky Lao
7f896a12de
change connectorID method in stores to virtual view;
...
adding connectorID method in connector as override and set model, id in constructor;
modify migration to deploy and set model, id;
update ganache to unlock master;
fixing curveProtocol test to use master address and get dai from uniswap;
fixing curveSBTCProtocol test to use cast for the sell connector method;
2020-07-04 00:43:19 +10:00
Thrilok Kumar
c639cdc6a9
Done with curve btc connector
2020-07-02 10:27:01 +05:30
Thrilok Kumar
66edeb2e19
Fixed safemath issue
2020-07-02 10:26:47 +05:30
Lecky Lao
962d31bce6
Merge branch 'master' into curvesbtc-connector
2020-07-01 21:09:53 +10:00
Thrilok Kumar
e0f5ca3111
Updated makerdao connector Id
2020-07-01 06:32:31 +05:30
Thrilok Kumar
f34a0240d6
Merge branch 'master' of github.com:InstaDApp/dsa-connectors
2020-07-01 06:09:09 +05:30
Thrilok Kumar
26f2de4025
Added Exit dai function
2020-07-01 06:08:54 +05:30
Samyak Jain
5eff9d5e02
updated pool connector
2020-07-01 02:45:12 +10:00
Lecky Lao
60f15afeef
update test title
2020-07-01 00:23:19 +10:00
Lecky Lao
a24ee929fd
added method withdraw and test;
2020-07-01 00:17:20 +10:00
Lecky Lao
0ff06b28f1
added deposit method and test;
2020-07-01 00:07:15 +10:00
Samyak Jain
085c58dabb
maker connector payback debt issue
2020-06-30 23:53:51 +10:00
Lecky Lao
b3da8dcba0
added studydefi/money-legos for testing;
...
fixed CurveProtocol test;
added CurveSBTCProtocol and sell function with test but currently failed and revert with unknown reason
2020-06-30 23:16:15 +10:00
Lecky Lao
e5f418157f
Updated math.sol to use SafeMath from OZ;
...
update migration to deploy CurveSBTCProtocol;
Added Curvesbtc.sol sell method and got it compiled;
2020-06-30 02:15:35 +10:00
Lecky Lao
bce54aba13
fix formating on connectors/curve.sol;
...
adding @openzeppelin/test-helpers, ganache-cli;
fixing test/CurveProtocol.js to pass;
added truffle network for tenderly proxy;
added .nvmrc to set to node v12 as ganache-cli requires;
2020-06-28 23:15:51 +10:00
Thrilok Kumar
076a836c03
Added vault transfer function
2020-06-21 01:26:42 +05:30
Thrilok Kumar
e87a70e4db
Minor typo
2020-06-21 01:22:12 +05:30
Thrilok Kumar
a30934566d
Merge branch 'master' of github.com:InstaDApp/dsa-connectors
2020-06-21 00:34:03 +05:30
Thrilok Kumar
aa384bc856
Updated Connector ID
2020-06-21 00:33:59 +05:30
Samyak Jain
47b096e7ef
edited small thing on COMP contract.
2020-06-20 18:01:45 +10:00
Thrilok Kumar
1031c34937
Added claim COMP function
2020-06-20 02:54:36 +05:30
Thrilok Kumar
23df17066d
Changed curve connector name
2020-06-19 18:48:32 +05:30
Thrilok Kumar
237d8d857e
Fixed typo
2020-06-19 18:46:26 +05:30
Thrilok Kumar
eb7cb3d7d4
Fixed decimal error in curve connector
2020-06-19 17:18:57 +05:30
Thrilok kumar
9707c67d0e
Merge pull request #5 from InstaDApp/aave-integration
...
Aave integration
2020-06-01 19:51:11 +05:30
Thrilok Kumar
e9f6b3932e
Done with aave connector
2020-06-01 04:16:24 +05:30
Thrilok Kumar
3e3bb2b090
Added mainnet address
2020-05-31 03:40:45 +05:30
Thrilok Kumar
9e43874373
Minor changes
2020-05-31 03:38:43 +05:30
Thrilok Kumar
42e38682ca
Done with aave connector
2020-05-26 00:34:04 +05:30
Samyak Jain
4feda4a6cb
withdraw token interface repeating fixed
2020-05-23 23:48:01 +10:00
Samyak Jain
eb62198a10
fixed typo
2020-05-23 22:09:25 +10:00
Samyak Jain
9a931a4036
removed unnecessary require statements
2020-05-23 22:08:22 +10:00
Samyak Jain
09a6932acc
code restruturing
2020-05-23 22:08:06 +10:00
Samyak Jain
d9f86e3b68
removed unnecessary require statement
2020-05-23 20:52:48 +10:00
Samyak Jain
ff390f88fc
(deposit) bug fix - removed msg.value == _amt
2020-05-23 20:50:59 +10:00
Thrilok Kumar
0fd86b7e6d
Fixed payback issue
2020-05-23 03:23:25 +05:30
Thrilok Kumar
9ec4a5a0bb
Fixed repay issue
2020-05-22 01:02:30 +05:30
Thrilok Kumar
96346543b9
done with aave connector
2020-05-21 02:51:58 +05:30
Thrilok Kumar
3c63d3369b
Almost done with aave connector
2020-05-21 00:17:14 +05:30
Thrilok Kumar
7da98bfb6d
Added safeErc20 lib
2020-05-18 22:52:14 +05:30
Thrilok kumar
2bb791491a
Merge pull request #4 from InstaDApp/dydx-connector
...
Dydx connector
2020-05-17 00:36:09 +05:30
Thrilok Kumar
db20640337
Minor changes
2020-05-17 00:33:41 +05:30
Thrilok Kumar
dc8c18e051
Added comments
2020-05-16 23:21:37 +05:30
Thrilok Kumar
2c9ae90b41
Removed TODO
2020-05-15 23:59:48 +05:30