75 Commits

Author SHA1 Message Date
vicnaum
39bc2176f3 misc: refactored LensHubProxy into LensHub in addresses 2024-04-12 11:09:44 +02:00
donosonaumczuk
cfeb5d4c25 test: Tests added for Legacy Collect backward compatibility fix 2023-11-23 00:51:04 -03:00
donosonaumczuk
66dc4e8e62 test: Tests fixed
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-11-14 13:07:12 -03:00
vicnaum
d0e0e1d1d1 test: fixed fork tests to work with real v2 deployment 2023-11-06 18:34:10 +01:00
donosonaumczuk
18af50537e test: Tests fixed after removing migration admin
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-10-31 18:37:13 -03:00
donosonaumczuk
a881e340a6 test: Test updated according new ownable changes
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-10-31 17:53:49 -03:00
vicnaum
122d518464 Revert "fix: Signer added to typehashes"
This reverts commit 55e6e3b57f.
2023-10-27 22:29:43 +02:00
donosonaumczuk
6f5df05f2b fix: Self dependency removed 2023-10-27 13:29:58 -03:00
donosonaumczuk
65728db812 test: Handle tests updated - guardian default off 2023-10-25 22:12:13 -03:00
juancito.eth
b5707527c2 test: refactor using MetaTxNegatives 2023-10-25 18:28:05 -03:00
juancito.eth
626c45e68d test: add test for deadline revert for unlink 2023-10-25 00:59:41 -03:00
juancito.eth
23e481620e test: refactor getLinkSigStruct and getUnlinkSigStruct params order 2023-10-25 00:59:02 -03:00
juancito.eth
ce2f499312 test: add case when signature expires 2023-10-25 00:36:46 -03:00
juancito.eth
4ab64992b0 test: refactor link and unlink sig structs functions 2023-10-24 23:45:36 -03:00
juancito.eth
6e2085ba4f test: refactor internal token registry functions 2023-10-24 21:26:57 -03:00
juancito.eth
221e547ee7 test: add success test for unlinkWithSig 2023-10-24 21:25:21 -03:00
juancito.eth
7e90a7d6f0 test: create _getLinkTypedDataHash function 2023-10-24 19:52:06 -03:00
vicnaum
4eb2162f48 misc: minor tweaks 2023-10-24 22:12:46 +02:00
vicnaum
c59fc1d946 test: fix coverage by ignoring scripts and some tests and mocks 2023-10-23 19:23:43 +02:00
donosonaumczuk
55e6e3b57f fix: Signer added to typehashes
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-10-20 14:18:30 -03:00
donosonaumczuk
f18f86b9d1 test: Some tests on V2 fork fixed
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-10-09 16:57:42 -03:00
vicnaum
42fec3d594 test: Fix fork tests run on mainnet
Co-authored-by: Alan <donosonaumczuk@gmail.com>
2023-10-09 16:13:05 +02:00
vicnaum
f8731e6360 fix: more fixed to deployment scripts 2023-10-05 21:36:53 +02:00
Victor Naumik
52dde08100 Merge branch 'development' into misc/v2-deployment-scripts 2023-10-05 16:53:01 +02:00
vicnaum
b2f4ce494c misc: v2 deployment scripts 2023-10-03 16:37:44 +02:00
vicnaum
77c4b2b75a feat: LensVersion added with tests 2023-09-29 19:26:32 +02:00
vicnaum
4e2da7839f fix: Forking block number 2023-09-22 17:22:15 +02:00
vicnaum
8da496ae18 test: Fixed tests
Co-authored-by: Alan <donosonaumczuk@gmail.com>
2023-09-12 15:28:35 +02:00
donosonaumczuk
862c5c94e2 test: Some tests fixed
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-09-11 19:57:55 +01:00
Alan
76200e6437 Merge pull request #126 from lens-protocol/feat/mirror-metadata-uri
feat: Metadata URI added to Mirror Publications
2023-09-11 17:50:20 +01:00
donosonaumczuk
958d07fa5c feat: ModuleGlobals removed - treasury fees now in the Hub
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-09-11 17:39:36 +01:00
donosonaumczuk
9eb50ae4fa feat: Metadata URI added to Mirror Publications 2023-09-08 20:06:54 +01:00
vicnaum
6585369e0d misc: Probably working implementation of modulesRegistery
Co-authored-by: Alan <donosonaumczuk@gmail.com>
2023-09-08 19:53:43 +01:00
donosonaumczuk
605ea54dd0 misc: Conflicts solved - but not compiling yet 2023-09-08 15:59:31 +01:00
donosonaumczuk
f5dc0cda07 misc: Lens V1 collect operation renamed to Legacy Collect everywhere
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-09-07 19:20:22 +01:00
donosonaumczuk
c5eeac8fdb feat: ModuleRegistry initial draft
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-09-05 16:04:34 +01:00
donosonaumczuk
b433dd3af0 feat: Profile Image URI removed in favour of just Profile Metadata URI 2023-08-22 14:41:15 +01:00
donosonaumczuk
363454f2f1 fix: Post, Mirror, Quote and Comment ypehashes now are up to date - Burn typehash removed 2023-08-21 18:13:56 +01:00
donosonaumczuk
525dcb4c11 fix: Follows can only be migrated by profile owner or whitelisted admin [C4-112]
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-08-15 20:59:20 +01:00
donosonaumczuk
a9895dbe2c fix: Avoid migrating follow if follower is already following with another NFT [C4-146]
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-08-11 20:25:11 +01:00
donosonaumczuk
d4aa75716c misc: Contract loader and general test progress
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-08-10 13:40:08 +01:00
vicnaum
4dcc20fef8 misc: Refactoring and reorganization of tests inheritance
Co-authored-by: Alan <donosonaumczuk@gmail.com>
2023-08-04 16:05:48 +02:00
vicnaum
ca7a21720a test: Migration tests (WIP)
Co-authored-by: Alan <donosonaumczuk@gmail.com>
2023-08-03 21:23:05 +02:00
donosonaumczuk
4d2a334910 fix: All test contructors removed in favour of setUp function 2023-08-01 17:44:40 +01:00
donosonaumczuk
637d7a72c7 misc: Fork tests in progress
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-07-25 18:01:17 +01:00
vicnaum
0c93d854fd test: Fix tests on fork WIP 2023-07-24 16:12:10 +02:00
donosonaumczuk
2dfde15e3c test: Tests fixed 2023-07-13 13:51:38 +01:00
vicnaum
1c2ea835a4 misc: Rename ProfileGuardian to TokenGuardian, add TokenGuardian to Handles, fix tests 2023-07-11 19:26:48 +02:00
vicnaum
1c300c05a7 feat: Initial implementation of ProfileGuardian in V2 and tests fix 2023-07-06 12:48:42 +02:00
donosonaumczuk
9355dc18de test: Referral system tests improved
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-06-22 17:09:23 +01:00