Commit Graph

18 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
Thrilok Kumar
baaaf4ad88 Fixed test cases 2020-08-22 09:32:46 +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
73a5eee1fd added addGaugeMappings into curveGaugeMapping to add multiple mappings;
added test for that;
2020-08-21 03:38:51 +10:00
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
8ce92dcb1d fixing compile errors; 2020-08-20 05:39:28 +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
b14642548f test fix 2020-08-03 12:49:29 +05:30
Thrilok Kumar
2c8bad40fb Stack too deep when compiling inline assembly Error 2020-07-31 20:03:21 +05:30
Lecky Lao
a0edb31ab6 marking getStakingData to public;
rename contract name to staking;
2020-07-19 21:21:48 +10:00
Lecky Lao
359b6adf36 fixing library import error;
passing test by removing the getSnxAddr in mockSynthetix;
2020-07-19 20:11:37 +10:00
Lecky Lao
9ce77c1336 update getMappingAddr with virtual;
Update MockSynthetix to override getMappingAddr;
Update test case for adding and removing pool on mapping;
2020-07-15 00:53:21 +10:00
Lecky Lao
df61aebc58 WIP having InternalCompilerError;
formating synthetic.sol and staking.sol;
Adding MockInstaMapping;
update test;
2020-07-14 16:37:08 +10:00
Lecky Lao
ce11ae6b87 removed constructor from synthetix connector;
overwriting getSynthetixStakingAddr in mock;
comment out everything in migration;
2020-07-12 03:42:59 +10:00
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
cdb8bf01eb created Mocks and MockSynthetix;
adding constructor for MockSynthetix and passing mock for synthetix address;
2020-07-10 01:08:08 +10:00