Commit Graph

189 Commits

Author SHA1 Message Date
vicnaum
7a90b89d54 fix: T-1448 - make InteractionHelper all-internal again 2023-01-19 13:14:57 +01:00
donosonaumczuk
53971805a3 misc: Block status mapping renamed to follow convention of access 2023-01-18 19:27:44 -03:00
donosonaumczuk
bcc60005b0 feat: Executor permissions validation moved to LensHub when following 2023-01-18 18:30:54 -03:00
donosonaumczuk
ded7f35f5a feat: Avoid self-following 2023-01-09 22:47:59 -03:00
donosonaumczuk
ad21f366f4 feat: Timestamp added to (Un)Blocked events and small fix 2023-01-03 19:00:49 -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
2955908387 fix: Some conditions and signature fixes after testing 2022-12-19 21:55:22 -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
606c2dff93 Merge branch 'feat/foundry' into feat/follow-nfts 2022-12-02 13:20:18 +00:00
donosonaumczuk
9eff502628 misc: followId renamed as followTokenId 2022-12-01 17:56:42 +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
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
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
donosonaumczuk
f36be5aa66 feat: Constants and events added 2022-10-31 18:54:04 +00:00
Ben Sparks
5b3c38b418 feat: Added data types and helper funcs for Collect 2022-10-31 13:03:52 +02:00
Ben Sparks
18b17b5a39 feat: Started migrating collect tests 2022-10-28 15:30:06 +02:00
zer0dot
c02d3897d0 feat: Added collect NFT name and symbol. 2022-10-21 14:28:44 -04:00
zer0dot
95234d2a03 feat: (WIP) Removed handles, commented out some validations, NFT naming and profile URI WIP. 2022-10-20 16:42:51 -04:00
zer0dot
63f62d7c88 Merge branch 'main' into feat/foundry 2022-10-10 16:13:47 -04:00
zer0dot
872ce42280 refactor: Split libs into an additional ProfileLib library. 2022-10-07 10:18:17 -04:00
zer0dot
b7cabd6c06 feat: Split GeneralLib into two libraries. 2022-10-05 17:04:00 -04:00
zer0dot
3b2a84f258 misc: Removed obsolete comment. 2022-10-05 15:20:57 -04:00
zer0dot
078a502ec7 fix: Removed delegatedSigner from toggleFollow signature data struct. 2022-10-03 16:00:23 -04:00
zer0dot
220c389e61 misc: Renamed onBehalfOf to collector in InteractionHelpers. 2022-10-03 15:30:03 -04:00
zer0dot
3ffc3e18b8 fix: Fixed default profile meta-tx setter checking owner even when passing zero profile ID, this was also an obsolete check. 2022-09-30 18:04:32 -04:00
zer0dot
77ef3747dc fix: Fixed accidentally external function in lib. 2022-09-30 15:21:12 -04:00
zer0dot
fe17aac372 feat: Added originator profile ID parameters to collect and follow processing functions. 2022-09-30 15:13:47 -04:00
zer0dot
aead0f116f misc: Renamed "onBehalfOf" to "collector." 2022-09-30 14:21:49 -04:00
zer0dot
261c9ee598 feat: Added profile metadata withSig function and tests. Also added executor-unrelated tests, despite hardhat tests. 2022-09-29 15:23:16 -04:00
zer0dot
5e44e55862 feat: Added profile metadata setter and profile image getter. 2022-09-29 13:05:18 -04:00
Peter Michael
ba706aef4a refactor: Refactored errors to more properly reflect the actual scenario. Added tests for invalid execution in meta-tx functions. 2022-09-28 15:07:42 -04:00
Peter Michael
b51f9b69ab test: Updated foundry tests to match new changes. 2022-09-27 17:04:24 -04:00
Peter Michael
3e98c69ae4 fix: Added check for default profile setting. 2022-09-27 17:03:53 -04:00
Peter Michael
d0808fdd23 feat: (WIP) Added signer parameter to increment correct nonce in meta transactions. 2022-09-27 16:35:21 -04:00
Peter Michael
63abe7330b feat: Added delegatedSigner parameter to signature function structs. 2022-09-27 14:24:20 -04:00
Peter Michael
79f082060c misc: Minor cleanup. 2022-09-27 10:05:36 -04:00
Peter Michael
7a3e782757 misc: Removed unneeded space. 2022-09-23 16:19:15 -04:00
Peter Michael
22fcd298f6 misc: Fixed comment. 2022-09-22 16:50:00 -04:00