Commit Graph

403 Commits

Author SHA1 Message Date
donosonaumczuk
ded7f35f5a feat: Avoid self-following 2023-01-09 22:47:59 -03:00
donosonaumczuk
d720c13847 test: Follow tests added 2023-01-05 20:43:11 -03:00
donosonaumczuk
ad21f366f4 feat: Timestamp added to (Un)Blocked events and small fix 2023-01-03 19:00:49 -03:00
donosonaumczuk
f5136ae7a7 feat: FollowNFT delegations and follower count removed 2023-01-03 19:00:08 -03:00
donosonaumczuk
0c1b6fcf80 feat: BlockStatusSet event splitted into Blocked and Unblocked, plus renamings 2023-01-02 06:46:52 -03:00
donosonaumczuk
f619757383 feat: emit missing Unfollowed event and remove followID param from it 2023-01-02 06:22:34 -03:00
donosonaumczuk
361ba23ac8 feat: Profile existence check added to approveFollow 2022-12-29 21:22:54 -03:00
donosonaumczuk
da3b0158d7 feat: unwrapAndTie now receives follow ID instead of follower ID 2022-12-29 20:45:57 -03:00
donosonaumczuk
f1313f0968 feat: Can follow with unwrapped if current follower was burned 2022-12-28 03:37:29 -03:00
donosonaumczuk
7c3bf3730e feat: Permissions improved and extra code abstraction added 2022-12-28 02:24:20 -03:00
donosonaumczuk
2c89d79571 misc: Condition order changed 2022-12-24 15:35:27 -03:00
donosonaumczuk
26e03dbbf4 feat: getFollowers added 2022-12-21 19:15:26 -03:00
donosonaumczuk
56240bc841 fix: Logic operator changed to fix condition 2022-12-21 18:18:35 -03:00
donosonaumczuk
cd149759ad feat: FollowNFT interface updated 2022-12-21 18:05:40 -03:00
donosonaumczuk
8a93bbcb57 feat: Changing visibility of some functions 2022-12-21 18:05:20 -03:00
donosonaumczuk
281d056a61 feat: Marking fields as private again at ERC721Time base contract 2022-12-21 18:04:40 -03:00
donosonaumczuk
a5261d7b51 feat: Refactor in FollowNFTs - Wrapped collection fully ERC-721 compliant 2022-12-21 18:03:59 -03:00
donosonaumczuk
2955908387 fix: Some conditions and signature fixes after testing 2022-12-19 21:55:22 -03:00
donosonaumczuk
eadfd32d08 feat: Tests fixed according new follow 2022-12-19 21:47:16 -03:00
donosonaumczuk
c92dd6c7db misc: More natspec that was missing 2022-12-06 16:36:52 +00:00
donosonaumczuk
e16d168282 misc: Missing natspec added 2022-12-06 16:28:19 +00:00
donosonaumczuk
4cbbbd6d48 feat: delegateBySig updated 2022-12-02 16:11:03 +00:00
donosonaumczuk
606c2dff93 Merge branch 'feat/foundry' into feat/follow-nfts 2022-12-02 13:20:18 +00:00
donosonaumczuk
0df236267b misc: currentFollower renamed to currentFollowerProfileId 2022-12-01 18:39:49 +00:00
donosonaumczuk
9eff502628 misc: followId renamed as followTokenId 2022-12-01 17:56:42 +00:00
donosonaumczuk
d60753a9cc fix: Missing import added 2022-12-01 16:20:36 +00:00
donosonaumczuk
42b74261e7 feat: isFollowing function added at LensHub level 2022-12-01 16:19:08 +00:00
donosonaumczuk
953c9ae663 misc: Parameters and field renaming to provide more clarity 2022-12-01 16:08:03 +00:00
donosonaumczuk
a1190218b4 feat: isExecutorApproved passed in from LensHub instead of querying from the follow NFT contract 2022-12-01 15:19:20 +00:00
Ben Sparks
9155291f52 Merge branch 'feat/foundry' into test/foundry-collecting 2022-12-01 17:03:18 +02:00
zer0dot
738a5fd22d misc: Corrected comment. 2022-11-30 12:16:52 -05:00
donosonaumczuk
8e49d47884 feat: Unfollow function added at LensHub level 2022-11-29 15:51:06 +00:00
donosonaumczuk
8cd2aa727b misc: Order of fuctions changed 2022-11-28 16:51:00 +00:00
donosonaumczuk
0e14e0d285 fix: Remove unused tokenOwner from follow with unwrapped token and fix conditions 2022-11-28 16:46:05 +00:00
donosonaumczuk
f0d91b7630 feat: isFollowing removed from follow module 2022-11-25 14:19:12 +00:00
donosonaumczuk
fc5061ec55 feat: Royalties - replacing slot constant by .slot 2022-11-25 13:35:57 +00:00
donosonaumczuk
0934b1356d feat: ERC2981CollectionRoyalties added 2022-11-24 17:38:22 +00:00
donosonaumczuk
03a992c27c feat: follow module transfer hook removed and _beforeTokenTransfer improved 2022-11-24 00:08:25 +00:00
donosonaumczuk
1fc8f90565 feat: Vote delegation is profile to address operation 2022-11-23 23:54:48 +00:00
donosonaumczuk
b480cd1d10 fix: Event lib prefix added 2022-11-23 22:31:46 +00:00
donosonaumczuk
6449933b3f feat: only can follow if not blocked validation added 2022-11-23 22:31:14 +00:00
donosonaumczuk
a767973fbd feat: Events for approvals added plus other code improvementes 2022-11-23 01:56:58 +00:00
donosonaumczuk
6f5d8eb903 feat: setBlockStatusWithSig implemented 2022-11-16 16:15:56 +00:00
donosonaumczuk
2a08788000 feat: Follow implementation at LensHub and Libs + FollowNFT polished 2022-11-16 15:31:14 +00:00
donosonaumczuk
58673daab5 feat: validateCallerIsOwnerOrDelegatedExecutor added 2022-11-16 15:28:18 +00:00
donosonaumczuk
22ece1b198 feat: Followed event and FollowWithSig struct updated 2022-11-16 15:26:59 +00:00
donosonaumczuk
e0dce0f010 feat: Interfaces updated 2022-11-16 15:26:00 +00:00
donosonaumczuk
e587fa7681 feat: IFollowModuleLegacy added 2022-11-16 15:25:02 +00:00
donosonaumczuk
6565267472 misc: Merge base branch and solve conflicts 2022-11-15 18:50:11 +00:00
donosonaumczuk
a43cd04dd7 feat: Block feature impl 2022-11-15 18:43:55 +00:00