Commit Graph

10 Commits

Author SHA1 Message Date
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
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
6474ee6b63 added test for curve_vesting.sol;
added MockCurveVesting.sol;
2020-08-16 02:42:09 +10:00
Thrilok Kumar
2c8bad40fb Stack too deep when compiling inline assembly Error 2020-07-31 20:03:21 +05:30
Lecky Lao
becd0135aa formating stores.sol;
fixing import for SafeERC20 and IERC20;
set up constructor for synthetix connector to set address for staking contract;
created MockSynthetix.sol for test;
added nomiclabs/buidler;
fixed test for SynthetixProtocol.js;
adding .gitatributes to highlight solidity on GitHub;
adding buidler artefacts and cache to git ignore;
adding buidler.config.js;
2020-07-12 02:04:48 +10:00
Lecky Lao
e76db40294 clean up truffle-config and enable optimiser;
update test to mock token
2020-07-09 21:33:21 +10:00
Lecky Lao
0738166122 adding curveSwap.json into abi 2020-07-07 21:03:49 +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
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
AA
b20e2728b6 initial Curve connector version 2020-05-05 04:54:10 +03:00