eccheung4
c797730f96
Add claimed amount for setId in claim function and event
2021-08-28 16:01:15 -07:00
eccheung4
8748fc3734
Add test for Uniswap POOL LP PrizePool and Faucet, update hardhat fork blockNumber
2021-08-28 10:34:55 -07:00
Edwin Cheung
e3ddf057cf
Merge branch 'Instadapp:main' into pooltogether-connector
2021-08-27 10:19:54 -07:00
Thrilok kumar
2da9eb4901
Update main.sol
2021-08-27 17:12:17 +05:30
Thrilok kumar
541df8e551
Update README.md
2021-08-26 22:11:14 +05:30
Thrilok kumar
b286025bc6
Update README.md
2021-08-26 22:10:17 +05:30
Thrilok kumar
1e380f7c2d
Update README.md
2021-08-26 22:08:40 +05:30
Thrilok kumar
c6c0c82596
Update README.md
2021-08-26 22:05:18 +05:30
Samyak Jain
e0de2ca44e
Update README.md
2021-08-26 16:35:16 +05:30
Samyak Jain
f23341d99f
Update README.md
2021-08-26 16:34:46 +05:30
Samyak Jain
a9980a05e9
Update README.md
2021-08-26 16:33:14 +05:30
Samyak Jain
92db8df3ec
Update how-to-add-new-connector.md
2021-08-26 16:21:11 +05:30
Sowmay Jain
fa4de09e1d
Update README.md
2021-08-26 13:13:33 +05:30
Thrilok kumar
cd337224b5
Update main.sol
2021-08-26 01:25:29 +05:30
Thrilok kumar
4d1af0fe3e
Update main.sol
2021-08-26 01:23:12 +05:30
Thrilok kumar
bbb01cd6bd
Update main.sol
2021-08-26 01:10:10 +05:30
Thrilok kumar
563aada811
Updated deposit comment
2021-08-26 01:06:59 +05:30
Thrilok kumar
9a070412d5
Added Liquity connector
2021-08-24 02:32:44 +05:30
eccheung4
7ea00d7d03
Add depositToPod and withdrawFromPod functions
2021-08-18 21:58:00 -07:00
Thrilok kumar
3da50c3b82
Merge pull request #65 from liquity/main
...
Handle repayments in adjust() and update tests
2021-08-19 00:50:08 +05:30
Thrilok kumar
e5a930a2c3
Merge pull request #62 from Instadapp/dep/compound-mapping-update
...
Update compound mapping and connector
2021-08-18 20:20:02 +05:30
eccheung4
6ab5a1ef3e
Merge branch 'main' into pooltogether-connector
2021-08-13 14:38:55 -07:00
eccheung4
bf80497bb2
Add claimAll function
2021-08-11 15:36:57 -07:00
Edward Mulraney
51c8462965
Merge pull request #5 from liquity/fix-repayments
...
Handle repayments in adjust() and update tests
2021-08-10 07:18:22 -04:00
Edward Mulraney
56b101f2f9
handle repayments in adjust() and upate tests
2021-08-10 11:18:32 +01:00
Thrilok Kumar
8239368ea4
Updated connector addresses doc
2021-08-09 23:29:18 +05:30
Thrilok Kumar
5b6e1af5fd
Merge branch 'dep/compound-mapping-update' of https://github.com/InstaDApp/dsa-connectors-new into dep/compound-mapping-update
2021-08-09 23:07:23 +05:30
Thrilok Kumar
c0e1b4a1fb
Updated compound mapping address
2021-08-09 23:07:09 +05:30
Thrilok kumar
cd98a39774
Merge branch 'main' into dep/compound-mapping-update
2021-08-06 00:57:35 +05:30
Thrilok kumar
9ed8cf568b
Merge pull request #61 from Instadapp/dep/reflexer
...
Whitelist Reflexer connector
2021-08-06 00:41:33 +05:30
Thrilok kumar
cc1e975537
Merge pull request #44 from liquity/main
...
Add Liquity protocol
2021-08-06 00:32:28 +05:30
eccheung4
8d9600b3b2
Add TokenFaucet and claim function
2021-08-05 10:56:02 -07:00
Thrilok Kumar
9f576e3111
Updated compound mapping address
2021-08-05 13:00:04 +05:30
Thrilok Kumar
33b4b66bd7
Deployed new compound mapping
2021-08-05 12:59:12 +05:30
Thrilok Kumar
cf9232288c
Deployed reflexer connector
2021-08-05 12:57:09 +05:30
Thrilok Kumar
9d60daa894
Deployed reflexer mapping contract
2021-08-03 21:45:03 +05:30
Thrilok Kumar
cf8cc26090
Deployed InstaMappingController contract
2021-08-03 21:32:27 +05:30
Thrilok Kumar
dedd38239a
Updated solidity version of reflexer mapping contract
2021-08-03 20:58:30 +05:30
Thrilok Kumar
b62d3ec04c
Cleared TODO
2021-08-03 20:57:53 +05:30
Edward Mulraney
5e749a73d2
Merge remote-tracking branch 'upstream/main'
2021-07-30 10:32:01 +01:00
Edward Mulraney
f81af1743e
make all functions payable so they can be composed with payable functions
2021-07-30 10:31:46 +01:00
Thrilok kumar
54fb216bba
Merge pull request #60 from Instadapp/check-if-public-function-is-payable
...
check if public or external function is payable
2021-07-26 22:33:20 +05:30
Aleksandr S
9fcd712d0e
check if public function is payable
2021-07-26 18:59:54 +03:00
Edward Mulraney
f37b863815
Allow non-payable functions to be composable with payable functions
...
Make all functions payable so they can be composed in a larger spell which might use msg.value (normally non-payable is rejected)
Co-authored-by: Samyak Jain <34437877+KaymasJain@users.noreply.github.com>
2021-07-26 08:43:12 -04:00
Edward Mulraney
a126642e30
Allow non-payable functions to be composable with payable functions
...
Make all functions payable so they can be composed in a larger spell which might use msg.value (normally non-payable is rejected)
Co-authored-by: Samyak Jain <34437877+KaymasJain@users.noreply.github.com>
2021-07-26 08:43:00 -04:00
Edward Mulraney
24a038aced
Allow non payable functions to be composable with payable functions
...
Make all functions payable so they can be composed in a larger spell which might use msg.value (normally non-payable is rejected)
Co-authored-by: Samyak Jain <34437877+KaymasJain@users.noreply.github.com>
2021-07-26 08:42:20 -04:00
Edward Mulraney
67e07913ed
Allow non-payable functions to be composable with payable functions
...
Make all functions payable so they can be composed in a larger spell which might use msg.value (normally non-payable is rejected)
Co-authored-by: Samyak Jain <34437877+KaymasJain@users.noreply.github.com>
2021-07-26 08:41:32 -04:00
Thrilok kumar
11c08ea744
Fixed instapool interface
2021-07-14 19:17:55 +05:30
Edward Mulraney
5574467be5
Merge remote-tracking branch 'upstream/main'
2021-07-13 21:59:35 +01:00
Edward Mulraney
e999422c59
Merge branch 'main' of github.com:liquity/dsa-connectors
2021-07-12 10:25:52 +01:00