Commit Graph

326 Commits

Author SHA1 Message Date
donosonaumczuk
11ac489b7c feat: Environment variables modified to be generic 2022-04-13 17:03:01 +01:00
Alan
c0f44df794 Merge pull request #100 from aave/feat/module-events
feat: Adding the data passed to modules to their events
2022-04-09 01:18:19 +01:00
Peter Michael
7a8a0576e6 fix: Fixed tests and updated typehashes. 2022-04-08 18:01:24 -04:00
donosonaumczuk
c969cf0bff misc: Module data params used for initialization renamed to make them more explicit 2022-04-08 19:25:13 +01:00
donosonaumczuk
fe4d929fbf feat: Arbitrary custom data added to IReferenceModule and its operations' events 2022-04-08 19:03:19 +01:00
Peter Michael
41a16b225b Merge branch 'feat/module-events' of github.com:aave/lens-protocol into feat/module-events 2022-04-08 10:51:30 -04:00
Peter Michael
fa32453ea7 feat: Added Followed() event with passed follow module data emitted. 2022-04-08 10:51:29 -04:00
Peter Michael
0abd2c138c fix: Fixed matchEvent() function to validate array parameter length. 2022-04-08 10:44:11 -04:00
donosonaumczuk
bae93a1404 test: Event tests updated to use a collect module that requires custom data 2022-04-08 15:11:05 +01:00
donosonaumczuk
76a753e865 feat: Collect module data added to Collected event 2022-04-08 13:59:44 +01:00
Peter Michael
7dd7dafc75 Revert "feat: Initial basic implementation of current collect tracking events in limited collect modules."
This reverts commit e6caa36cfb.
2022-04-07 17:22:19 -04:00
Peter Michael
e6caa36cfb feat: Initial basic implementation of current collect tracking events in limited collect modules. 2022-04-07 15:27:26 -04:00
Zer0dot
a20d294986 Merge pull request #99 from aave/feat/updated-deployment 2022-04-07 12:13:17 -04:00
Peter Michael
0387a0678d Merge branch 'feat/updated-deployment' of github.com:aave/lens-protocol into feat/updated-deployment 2022-04-07 11:56:19 -04:00
Peter Michael
ead2507fed fix: Whitelist profile follow module in testnet deployment. 2022-04-07 11:56:17 -04:00
Zer0dot
bae78e257e fix: Correct naming.
Co-authored-by: Alan <adonoso@itba.edu.ar>
2022-04-07 11:55:15 -04:00
Peter Michael
0e9a011dff Merge branch 'main' into feat/updated-deployment 2022-04-07 11:45:01 -04:00
Peter Michael
cdb102a890 misc: Fixed typo. 2022-04-07 11:41:55 -04:00
Zer0dot
4002bcaefd Merge pull request #97 from aave/refactor/small-refactors 2022-04-07 11:38:17 -04:00
Zer0dot
e5f9238914 Merge pull request #98 from aave/feat/small-refactors-additions 2022-04-07 11:08:23 -04:00
Zer0dot
b9819d1982 misc: Updated inheritance to be consistent.
Co-authored-by: Alan <adonoso@itba.edu.ar>
2022-04-07 10:38:27 -04:00
Peter Michael
5a052dd39b misc: Updated typehash constant to compute keccak hash instead of raw byte string. 2022-04-07 10:36:03 -04:00
Peter Michael
7ac139e53c misc: Fixed typo. 2022-04-07 10:34:09 -04:00
donosonaumczuk
95249f8617 misc: Unnecessary extra address variable removed 2022-04-07 14:02:04 +01:00
donosonaumczuk
9e911ddb34 misc: Gas optimized by removing default-valued variable init 2022-04-07 14:00:33 +01:00
donosonaumczuk
beb15e60d3 misc: Implemented interfaces placed after inherited contracts 2022-04-07 13:55:17 +01:00
Peter Michael
ea55d24fdf misc: Added natspec. 2022-04-06 17:12:24 -04:00
Peter Michael
4c1ab01306 misc: Organized imports and inheritance and removed unneeded inheritance. 2022-04-06 17:01:46 -04:00
Peter Michael
aaa7f79394 misc: Added missing natspec. 2022-04-06 16:56:26 -04:00
Peter Michael
9903c7a919 refactor: Refactored to reduce complexity and return empty bytes earlier on reference module initialization calling function. 2022-04-06 16:47:23 -04:00
Peter Michael
fe4c3b4460 refactor: Refactored follow module initialization. 2022-04-06 16:11:46 -04:00
Peter Michael
0f07ef7435 misc: Removed unnecessary space. 2022-04-06 16:11:23 -04:00
Peter Michael
d4bd4eb6cb refactor: Refactored getPubType getter. 2022-04-06 16:10:58 -04:00
Zer0dot
22054181c7 Merge pull request #94 from aave/feat/profile-follow-module 2022-04-06 13:34:04 -04:00
Peter Michael
79d2105ae1 misc: Combined two "if" statements, added comment. 2022-04-06 11:54:12 -04:00
Peter Michael
15fe712357 misc: Fixed incorrect name. 2022-04-06 10:44:28 -04:00
Peter Michael
0526e8ef10 test: Added test for setFollowModule event emission. 2022-04-06 10:26:37 -04:00
donosonaumczuk
e1a6344d61 Last test added 2022-04-06 13:05:12 +01:00
donosonaumczuk
51d0b6a382 Test call changed to callStatic to avoid unwantend context changes 2022-04-06 12:32:21 +01:00
donosonaumczuk
6a0b383954 Adding more details to test name 2022-04-06 12:32:21 +01:00
donosonaumczuk
f8f62cc139 Remove .only from tests 2022-04-06 12:32:21 +01:00
donosonaumczuk
c8aa854930 Small comment fix 2022-04-06 12:32:21 +01:00
Peter Michael
38c68e30c3 test: Added tests. 2022-04-06 12:32:21 +01:00
Peter Michael
c70f5c14b4 misc: Edited test. 2022-04-06 12:32:21 +01:00
Peter Michael
6121eb3a38 misc: Edited comment. 2022-04-06 12:32:21 +01:00
Peter Michael
7812ab5829 misc: Added missing module tests. 2022-04-06 12:32:21 +01:00
Peter Michael
bf6e734c6a misc: Slight comment update. 2022-04-06 12:32:21 +01:00
donosonaumczuk
bac59fd9d9 Test cases added without implementation 2022-04-05 20:02:52 +01:00
donosonaumczuk
9fbf192907 ProfileFollowModule added to test setup 2022-04-05 18:39:28 +01:00
donosonaumczuk
648faeeb67 ProfileFollowModule added to deploy tasks 2022-04-05 18:39:12 +01:00