Commit Graph

  • b330e485e1
    Merge pull request #17 from InstaDApp/audit-changes master Samyak Jain 2020-10-08 18:56:12 +1100
  • 6bbe1f80c8 Fixed Deflationary/Rebasing Token bug in token pool #17 audit-changes Thrilok Kumar 2020-10-07 20:52:22 +0530
  • 4bff80010d Replaced transfer() with sendValue() Thrilok Kumar 2020-10-07 20:49:11 +0530
  • d3b423ba62 Added sanity checks in settle() token pools Thrilok Kumar 2020-10-07 20:46:17 +0530
  • df780b55a0 Added nonReentrant guard to deposit() in token pool Thrilok Kumar 2020-10-07 20:44:23 +0530
  • 1d2da806b4 Merge branch 'logics' of https://github.com/InstaDApp/yield-contract into logics logics Thrilok Kumar 2020-10-07 20:42:50 +0530
  • b67afb8bd9 Fixed bug Thrilok Kumar 2020-10-07 20:42:45 +0530
  • 099cf71dc5 updated logics for all the other pools Samyak Jain 2020-09-29 22:59:21 +1000
  • ebe8d5945a Revert "Merge branch 'logics'" Samyak Jain 2020-09-29 02:12:38 +1000
  • 6ebc191d93 Merge branch 'logics' Samyak Jain 2020-09-29 02:09:58 +1000
  • f935e7e3f2 fixed dai exchangeRate logic Thrilok Kumar 2020-09-28 13:52:26 +0530
  • 9eab74bc40 fixed Usdc exchange rate logic Thrilok Kumar 2020-09-28 13:51:48 +0530
  • cc548cfb69 removed receive() fallback function Thrilok Kumar 2020-09-28 13:44:45 +0530
  • 314e64dfd0 removed receive() fallback function from maker.sol settle logic Thrilok Kumar 2020-09-28 13:44:18 +0530
  • 1bebad05cd removed receive() function from exchangeRate.sol Thrilok Kumar 2020-09-28 13:43:59 +0530
  • ebfb2b7a03 Minor changes to basic.sol settle logic Thrilok Kumar 2020-09-28 13:36:12 +0530
  • 349f3496db removed receive fallback function crvMining.sol Thrilok Kumar 2020-09-28 13:35:54 +0530
  • 001fc9175c done with usdc pool exchange rate Thrilok Kumar 2020-09-27 22:35:26 +0530
  • 80164b1683 done with dai pool exchange rate Thrilok Kumar 2020-09-27 22:35:21 +0530
  • 17be61f608 done with eth pool exchange rate Thrilok Kumar 2020-09-27 22:35:14 +0530
  • 1ba62327f3 Revert "file restructuring" Thrilok Kumar 2020-09-27 11:53:24 +0530
  • 7a5b127225 minor bug fixes Samyak Jain 2020-09-26 03:27:10 +1000
  • f3e2e5d8fd ETH pool logics done Samyak Jain 2020-09-26 02:59:22 +1000
  • ebb6343977 removed TODO Thrilok Kumar 2020-09-24 17:49:11 +0530
  • ae78b9df99 Merge branch 'logics' of https://github.com/InstaDApp/yield-contract into logics Thrilok Kumar 2020-09-24 17:48:44 +0530
  • 3f712600cc checking only curve3pool in ethLogic exchange rate Thrilok Kumar 2020-09-24 17:48:41 +0530
  • dc67cc09d1 fixed bug #16 fallback-flusher-changes Thrilok Kumar 2020-09-24 17:46:10 +0530
  • ff537d0dd1 maxComp in wip Samyak Jain 2020-09-24 22:08:51 +1000
  • 43ddff2d0f edits in deployer Sowmay Jain 2020-09-24 21:28:22 +1000
  • 9d63e4212e Moved flusher.sol functions to logic.sol Thrilok Kumar 2020-09-24 16:24:02 +0530
  • 2ed1eacc4d Updated flusher.sol to fallback function Thrilok Kumar 2020-09-24 16:23:42 +0530
  • 6600facbfb Added whitelist logic mapping in deployer.sol Thrilok Kumar 2020-09-24 16:23:18 +0530
  • ba7c82862a Updated package.json Thrilok Kumar 2020-09-24 16:22:55 +0530
  • a09344b9bc file restructuring Sowmay Jain 2020-09-22 05:33:11 +1000
  • 778bc3af63 curve bug fix Samyak Jain 2020-09-16 22:46:37 +1000
  • 0be9cc1126 deployLogic() => deployFlusher() Sowmay Jain 2020-09-14 03:08:14 +1000
  • 79d1c80d61 CRV mining logics Samyak Jain 2020-09-14 02:02:25 +1000
  • c6ae072dac
    Merge pull request #15 from InstaDApp/flusher-owner-calls Sowmay Jain 2020-09-13 13:28:21 +1000
  • d4f9ccfc7b Intgerated chainlink priceFeed in eth exchangeRate Thrilok Kumar 2020-09-13 04:12:33 +0530
  • 6028f48ce3 Changed public => external for deposit func in pools #15 Thrilok Kumar 2020-09-13 03:24:25 +0530
  • fd450b33ec Minor edits in eth pool contract Thrilok Kumar 2020-09-13 03:21:43 +0530
  • 659daa3b76 Fixed bug Thrilok Kumar 2020-09-13 02:18:06 +0530
  • 72f42ac9bc Updated comments Thrilok Kumar 2020-09-13 02:12:28 +0530
  • cb545f8fa3 Remaned token => pool in events Thrilok Kumar 2020-09-13 02:08:43 +0530
  • 052e05bc8d removed storage variable Samyak Jain 2020-09-13 03:34:36 +1000
  • 205a60f9d7 basic logic done Samyak Jain 2020-09-12 23:29:12 +1000
  • 66565bb1d4 removed storage variables Samyak Jain 2020-09-12 23:22:28 +1000
  • bce8781258 made deployer name little fancy = InstaDeployer Sowmay Jain 2020-09-12 20:14:32 +1000
  • beaa67232e moved signers to deployed contracts Sowmay Jain 2020-09-12 20:12:37 +1000
  • 52fbd8c0fc seperated flusher master Sowmay Jain 2020-09-12 20:05:49 +1000
  • c3a05c66d7 turned flusher deployer into flusher registry Sowmay Jain 2020-09-12 19:54:48 +1000
  • 6618bf28c3 removed flusher restriction from pool Sowmay Jain 2020-09-12 19:33:57 +1000
  • 92dec372d8
    Merge pull request #14 from InstaDApp/flusher-changes Sowmay Jain 2020-09-12 14:36:51 +1000
  • d45ed96efb Minor changes Thrilok Kumar 2020-09-12 04:33:29 +0530
  • 56d37868f6 Created chainlink price feed contract Thrilok Kumar 2020-09-12 04:32:04 +0530
  • 60c9c5a17b removed version #14 Thrilok Kumar 2020-09-12 01:47:02 +0530
  • 166629406f Added logic address for salt Thrilok Kumar 2020-09-12 01:46:55 +0530
  • a3da8614d6 set exchange rate logic done Samyak Jain 2020-09-12 01:52:48 +1000
  • d5eaf43bcb Almost done with ethLogic exchangeRate Thrilok Kumar 2020-09-11 02:34:56 +0530
  • 584042b318 Merge branches 'master' and 'master' of https://github.com/InstaDApp/dsa-yield-contract Samyak Jain 2020-09-11 03:47:23 +1000
  • ff8c306fee removed poolToken Samyak Jain 2020-09-11 03:47:19 +1000
  • 51348dc0ab Max COMP connector side done Samyak Jain 2020-09-10 23:02:47 +1000
  • f6ac72e4c6
    Merge pull request #12 from InstaDApp/updated-test-cases Sowmay Jain 2020-09-10 19:08:32 +1000
  • 36673344e5 setExchangeRate basic logic structure Samyak Jain 2020-09-10 17:30:33 +1000
  • 49f98c31e7 curve mining basic structure Samyak Jain 2020-09-10 17:26:30 +1000
  • bb3a20595a basic logic structure Samyak Jain 2020-09-10 17:16:15 +1000
  • 1d4844e219 logics basic structure Samyak Jain 2020-09-10 17:14:06 +1000
  • 792e48609d Removed one file #12 Thrilok Kumar 2020-09-10 02:12:23 +0530
  • 3d2c4dce1b Updated test-cases Thrilok Kumar 2020-09-10 02:10:19 +0530
  • 960c9748b4 text logic proxy as it is Samyak Jain 2020-09-08 23:24:06 +1000
  • c901d97fa8 shifted eth logic to new folder Samyak Jain 2020-09-08 23:23:30 +1000
  • 4cfe052bd4 eth pool basic logic setup Samyak Jain 2020-09-08 23:19:20 +1000
  • bc531a7aa7 minor code restructuring Samyak Jain 2020-09-08 21:52:04 +1000
  • 0f639489c0 spacing Samyak Jain 2020-09-08 21:43:54 +1000
  • 6b80b09bb8 minor fixes Samyak Jain 2020-09-08 19:48:50 +1000
  • f8b163801e Merge branch 'master' of https://github.com/InstaDApp/dsa-yield-contract Sowmay Jain 2020-09-08 02:17:24 +1000
  • 917418d928 connectors => flusherConnectors Sowmay Jain 2020-09-08 02:17:21 +1000
  • 98c76b64b3 Edited comments Thrilok Kumar 2020-09-07 15:39:51 +0530
  • 0125032ecf
    Merge pull request #10 from InstaDApp/new-updates Sowmay Jain 2020-09-07 14:51:46 +1000
  • 051ba623e9 done with my changes #10 Sowmay Jain 2020-09-07 14:51:20 +1000
  • 9a99f87368
    Merge pull request #11 from InstaDApp/flusher-updates Sowmay Jain 2020-09-07 14:14:11 +1000
  • 6676d5a0fb minor edit #11 Thrilok Kumar 2020-09-07 03:35:18 +0530
  • a589abfb75 Added connector mapping in registry Thrilok Kumar 2020-09-07 03:35:09 +0530
  • e360235c24 Minor changes Thrilok Kumar 2020-09-07 03:30:20 +0530
  • 71081aaa7b Added isFlusher for deposit function Thrilok Kumar 2020-09-07 02:42:03 +0530
  • 4efb6a2fc7 Added missing things from eth pool Thrilok Kumar 2020-09-07 02:41:49 +0530
  • d0da53a445 Flusher changes and added flusherLogic Thrilok Kumar 2020-09-07 02:41:23 +0530
  • d40b4898e4 pool Cap and erc20 code update Samyak Jain 2020-09-07 02:01:27 +1000
  • 1576a2bfc8 mike drop Sowmay Jain 2020-09-07 01:19:39 +1000
  • cba07b8599 refactoring (WIP) Sowmay Jain 2020-09-07 00:26:08 +1000
  • c2855db0f5 edited comments Sowmay Jain 2020-09-06 23:38:13 +1000
  • 53838909ec new updates implemented Samyak Jain 2020-09-06 22:08:29 +1000
  • 80d318bcbb
    Merge pull request #7 from InstaDApp/testcases Sowmay Jain 2020-09-01 21:11:27 +1000
  • 10168fc375 Added example .env #7 Thrilok Kumar 2020-09-01 14:33:29 +0530
  • 6b9cb2c546 Fixed withdraw event typo #13 Thrilok Kumar 2020-08-31 23:46:37 +0530
  • eb065ff386 Fixed testcases Thrilok Kumar 2020-08-31 23:43:37 +0530
  • e11f9553c7 Fixed withdraw event typo Thrilok Kumar 2020-08-31 23:43:09 +0530
  • 90b28b40b0
    Merge pull request #9 from InstaDApp/last-edits Thrilok kumar 2020-08-31 23:38:36 +0530
  • 4b9f9ed583 Done with erc20 and eth pool test cases Thrilok Kumar 2020-08-31 23:37:54 +0530
  • e88b99245a
    Fixed withdraw bug in eth pool #9 Thrilok kumar 2020-08-31 14:59:14 +0530