Commit Graph

190 Commits

Author SHA1 Message Date
Peter Michael
53f94e084d Merge branch 'main' into feature/proposal-to-allow-follow-after-transfer 2022-03-16 17:45:42 -04:00
donosonaumczuk
39e43c1a3b Updating CI workflow to get coverage output after running tests 2022-03-16 18:44:57 -03:00
Zer0dot
2d4051828e Merge pull request #24 from aave/feat/profile-token-uri 2022-03-16 17:40:18 -04:00
Peter Michael
1466a4633d refactor: Refactored to emit a single event instead of one event per follow toggled. 2022-03-16 17:09:06 -04:00
donosonaumczuk
043f62193b Tests updated 2022-03-16 18:00:24 -03:00
donosonaumczuk
dbf8e41c81 Profile NFT tokenURI restrictions over domain removed 2022-03-16 18:00:16 -03:00
donosonaumczuk
9fca476659 Max length validation added at setProfileImageURI 2022-03-16 17:58:37 -03:00
donosonaumczuk
146f0b1807 Test error added instead of editing the old one 2022-03-16 16:34:55 -03:00
donosonaumczuk
92611a725e Digest calculation now takes bytes32 instead of bytes 2022-03-15 17:52:21 -03:00
donosonaumczuk
f588070570 Solving conflicts with main branch 2022-03-15 17:32:53 -03:00
Zer0dot
0162559547 Merge pull request #55 from aave/refactor/default-profile-refactor 2022-03-15 16:08:46 -04:00
Peter Michael
d454dcc492 feat: Updated to only allow setting the default profile for the sender. 2022-03-15 15:54:58 -04:00
Peter Michael
a17322183b misc: Removed unused comment. 2022-03-15 14:31:25 -04:00
Peter Michael
1393ada628 test: Removed obsolete toNumber() calls. 2022-03-15 13:42:41 -04:00
Peter Michael
af6fc41ff4 test: Added test for default profile transfer. 2022-03-15 13:02:24 -04:00
Peter Michael
cfa08e1986 refactor: Refactored setting default profile to reduce complexity and code size. 2022-03-15 12:43:25 -04:00
damarnez
01c560022c use same error 2022-03-15 17:24:57 +01:00
donosonaumczuk
2816ddbda2 Followers property added to profile tokenURI 2022-03-08 16:26:17 -03:00
donosonaumczuk
8426ef599c Injection test case URI updated 2022-03-08 00:19:18 -03:00
donosonaumczuk
2ff0ac6c55 Test added about all edge cases 2022-03-07 23:52:32 -03:00
donosonaumczuk
f97313a4bb Typo fixed 2022-03-07 21:08:28 -03:00
donosonaumczuk
bd654c9631 Natspec improved 2022-03-07 20:55:43 -03:00
donosonaumczuk
329d8d4175 Tests updated 2022-03-07 20:36:24 -03:00
donosonaumczuk
4031789c0c ProfileTokenURILogic now only embbeds ipfs.io URIs 2022-03-07 20:36:11 -03:00
donosonaumczuk
f91f9252bd Using abstracted digest calculation at FollowNFT too 2022-03-07 20:35:18 -03:00
donosonaumczuk
46eba358f7 LensHub size reduced by abstracting EIP-712 digest calculation 2022-03-07 16:15:12 -03:00
donosonaumczuk
4cde7e930f Up to date with main branch 2022-03-07 15:35:29 -03:00
damarnez
3580262c31 reset files form master 2022-03-05 16:52:35 +01:00
damarnez
99755c3d35 reset 2022-03-05 16:50:03 +01:00
damarnez
8e9f97ebec reset dockerfile 2022-03-05 16:48:58 +01:00
damarnez
68bac25c76 reset changes docker-compose 2022-03-05 16:33:35 +01:00
damarnez
0aabf04293 better description 2022-03-05 13:04:45 +01:00
damarnez
2379d252b6 add test and fixes 2022-03-05 12:43:55 +01:00
Vladimir Yumatov
bf45fd19d2 Fix PR peding check problem (#43) 2022-03-04 15:08:39 -03:00
damarnez
b35b87e64d fix comments 2022-03-03 18:18:52 +01:00
damarnez
1e5993f42e fix issues with docker 2022-03-03 09:27:24 +01:00
damarnez
4a00be8b2c Merge branch 'main' of https://github.com/aave/lens-protocol into feature/proposal-to-allow-follow-after-transfer 2022-03-02 21:44:20 +01:00
damarnez
3583dbf225 fixes 2022-03-02 21:44:12 +01:00
Josh Stevens
afe04f1d32 Merge pull request #37 from aave/feature/ci-workflow
CI github workflow added
2022-03-02 18:20:47 +00:00
Josh Stevens
0fcb4b4b16 Merge pull request #27 from aave/feature/identity-poc
feat: allow to set default profile
2022-03-02 16:56:47 +00:00
Josh Stevens
bff5483ca2 add last bit of tests 2022-03-02 16:17:52 +00:00
damarnez
6876c2b0b8 Merge branch 'main' of https://github.com/aave/lens-protocol into feature/proposal-to-allow-follow-after-transfer 2022-03-02 17:00:02 +01:00
Josh Stevens
e54d29b181 Merge pull request #9 from D3vl0per/main
Docker improvements
2022-03-02 15:58:09 +00:00
Josh Stevens
ce392f53df _validateCallerIsProfileOwner > _validateWalletIsProfileOwner 2022-03-02 13:07:08 +00:00
Josh Stevens
7b0966b242 fix storage naming 2022-03-02 13:00:47 +00:00
Josh Stevens
87f9fe38a3 remove UnsetDefaultProfileWithSigData 2022-03-02 10:50:17 +00:00
Josh Stevens
e7649a04ae test: add unit tests 2022-03-02 10:48:07 +00:00
Josh Stevens
c38c6d1ea0 rename owner > wallet 2022-03-01 17:22:08 +00:00
Josh Stevens
fb8d93bb57 allow dispatcher to work with setDefaultProfile 2022-03-01 17:19:32 +00:00
Josh Stevens
0cae03a0b6 remove unset methods to bring down contract size 2022-03-01 17:09:25 +00:00