Commit Graph

796 Commits

Author SHA1 Message Date
vicnaum
a4fd0b3d11 misc: make Multirecipient fail with 1 recipient 2023-10-12 09:18:25 +02:00
vicnaum
e36c4f2b48 feat: Add ERC2981 royalties and totalSupply to LensHandles T-16847 T-16890 2023-10-12 09:00:46 +02:00
vicnaum
aefe48f6f0 misc: make txExecutor address(0) on all migration events T-16784 2023-10-12 08:10:30 +02:00
vicnaum
50dfe6dd04 fix: Make ProfileMigrated event to only have a single profileId param T-16783 2023-10-12 07:57:49 +02:00
vicnaum
301918b397 misc: LensVersion - remove unnecessary params from event, fix version at 2.0.0 2023-10-11 15:00:07 +02:00
donosonaumczuk
c8ccf1b3b0 misc: Some constants made public 2023-10-10 13:31:16 -03:00
Victor Naumik
52dde08100 Merge branch 'development' into misc/v2-deployment-scripts 2023-10-05 16:53:01 +02:00
Victor Naumik
cb89b2d444 Merge pull request #136 from lens-protocol/fix/c4-fixes
Fix: c4 fixes
2023-10-05 16:51:23 +02:00
Victor Naumik
06848c4af5 Merge pull request #135 from lens-protocol/feat/public-act-proxy
feat: Public act proxy
2023-10-05 16:50:59 +02:00
Victor Naumik
705815a0ec Update contracts/misc/PublicActProxy.sol
Co-authored-by: Alan <donosonaumczuk@gmail.com>
2023-10-05 16:50:44 +02:00
Victor Naumik
5d59b48da8 Update contracts/misc/PublicActProxy.sol
Co-authored-by: Alan <donosonaumczuk@gmail.com>
2023-10-05 16:50:28 +02:00
Victor Naumik
c16c3b4600 Update contracts/misc/PublicActProxy.sol
Co-authored-by: Alan <donosonaumczuk@gmail.com>
2023-10-05 16:50:09 +02:00
vicnaum
f0263ffaeb misc: more deployment scripts 2023-10-05 16:48:32 +02:00
vicnaum
a03770a6e7 fix: console import removed, constants made internal 2023-10-04 18:06:46 +02:00
vicnaum
997c9575c2 fix: DegreesOfSeparation - original author and source can always reply
Co-authored-by: Alan <donosonaumczuk@gmail.com>
2023-10-04 17:32:06 +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
24c482013e misc: make Degrees module return init data 2023-09-29 15:43:45 +02:00
vicnaum
56724c6ac3 misc: add nftRecipient and tokenId to CollectLegacy event 2023-09-29 15:43:34 +02:00
vicnaum
45b1865856 misc: ControllableByContract - rename owner to owner_ in constructor to not shadow Ownable.owner 2023-09-27 21:27:25 +02:00
vicnaum
7ad73dc3b2 misc: natspec fix - removed duplicated metadataURI param 2023-09-27 21:25:41 +02:00
vicnaum
4280d19229 misc: unnecessary returns removed 2023-09-27 21:24:22 +02:00
vicnaum
63fe157dc8 misc: encodeWithSelector changed to encodeCall 2023-09-27 21:23:18 +02:00
vicnaum
1d93104752 fix: duplicated StateSet event removed 2023-09-27 21:21:06 +02:00
vicnaum
4fc87dac8f fix: setState was not usable by governance if its the same as emergencyAdmin 2023-09-27 21:18:44 +02:00
vicnaum
2c1ff6e547 misc: minor syntax change 2023-09-27 21:09:02 +02:00
vicnaum
5ba7a0daf9 fix: comments typos 2023-09-27 21:07:59 +02:00
vicnaum
bd54421300 fix: minor syntax change for signatures deadline 2023-09-27 21:03:07 +02:00
vicnaum
4b4fc6bc6b fix: PublicActProxy - withSig fixed 2023-09-25 23:36:27 +02:00
vicnaum
09881059cb feat: Initial implementation of PublicActProxy 2023-09-22 18:48:55 +02:00
vicnaum
7477339c6c misc: remove SEPARATOR_LENGTH from LensHandles 2023-09-16 21:13:58 +02:00
vicnaum
bf2d28ee98 misc: add initData to FollowModuleSet event 2023-09-16 21:13:02 +02:00
vicnaum
9a1137c041 fix: batchMigrateFollows variable name fix (Ids to Id) 2023-09-16 21:11:23 +02:00
vicnaum
bff480792e fix: DegreesOfSeparation natspec fix (3 to 2) 2023-09-16 21:10:41 +02:00
vicnaum
8815155d0b fix: more fixes and tests fixed 2023-09-16 20:49:48 +02:00
vicnaum
83eb05806f fix: start handles with at 2023-09-16 20:20:44 +02:00
vicnaum
a5f0faac79 Fix: BaseFeeCollectModule - currency whitelisting removed 2023-09-12 15:24:09 +02:00
vicnaum
28b294bf62 Fix: ModuleRegistry cheking for type to be lt instead of lte 2023-09-12 15:23:18 +02:00
vicnaum
2a50edcb04 fix: Fixed storing Treasury data
Co-authored-by: Alan <donosonaumczuk@gmail.com>
2023-09-12 15:22:33 +02:00
donosonaumczuk
917ea6da56 misc: Action module enabled getter added 2023-09-11 19:57:37 +01:00
donosonaumczuk
f3fa90bd69 fix: PublicationLib enabling modules fix 2023-09-11 19:57:11 +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
03e5d9c31a feat: Permissionless modules - Impl in progress
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-09-08 18:59:00 +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
c06a2d2f95 misc: Modules return empty bytes instead of redundant input data
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-09-07 19:15:27 +01:00
donosonaumczuk
dc09a0e1a4 fix: Cannot comment/quote if blocked (by) root pub author
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-09-07 18:33:02 +01:00