Commit Graph

86 Commits

Author SHA1 Message Date
donosonaumczuk
23634be7f8 feat: Action module whitelisting functions improved
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-03-29 18:26:23 +01:00
donosonaumczuk
da5c4e0f8d misc: Some TODOs solved
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-03-27 18:50:13 +01:00
vicnaum
f88d23b4de misc: Grammar fixes
Co-authored-by: Alan <donosonaumczuk@gmail.com>
2023-03-24 16:09:34 +01:00
donosonaumczuk
44723d4d6f misc: LensHub bytecode size below limits again
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-03-23 21:19:43 +00:00
donosonaumczuk
bf42fecab5 misc: SPDX License set in each file
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-03-23 20:39:25 +00:00
vicnaum
a72117836d misc: Refactoring executor rename to transactionExecutor or delegatedExecutor
Co-authored-by: Alan <donosonaumczuk@gmail.com>
2023-03-10 17:32:43 +01:00
donosonaumczuk
b3bd2da9a5 fix: Tests fixed
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-03-08 18:50:28 +00:00
vicnaum
f0a6f2b427 feat: PublicationActions (aka GeneralActions) initial implementation
Co-authored-by: Alan <donosonaumczuk@gmail.com>
2023-03-07 19:01:34 +01:00
vicnaum
9c281c8f64 misc: Removed ownable migration functions and settle with Public migration
Co-authored-by: Alan <donosonaumczuk@gmail.com>
2023-03-03 16:23:51 +01:00
vicnaum
b3ec5fd8ab feat: Profile Migration Fork Tests 2023-03-03 11:50:03 +01:00
vicnaum
6e394ba7e0 feat: Modifications required for migration of Profiles
Co-authored-by: Alan <donosonaumczuk@gmail.com>
2023-03-02 19:46:45 +01:00
donosonaumczuk
46df0a52b2 misc: Stack too deep fixed along with tests
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-03-02 16:03:48 +00:00
donosonaumczuk
8107ef912f feat: Multiple referrals, unverified profile referrals and orginal pub referral
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-03-01 18:42:27 +00:00
donosonaumczuk
127ec35935 misc: Lens base NFT refactor, burn/permit meta-tx removed and enumerable logic removed
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-02-28 21:32:11 +00:00
donosonaumczuk
cec4455814 misc: Upgradeability contracts, namespaces and ModuleGlobals moved to misc 2023-02-28 18:30:59 +00:00
donosonaumczuk
4e7a7f17b4 misc: Core dir removed by moving files out of it 2023-02-28 18:20:09 +00:00
donosonaumczuk
80f4ce1356 misc: Modules directory cleanup, modules removed from core repo 2023-02-28 18:16:11 +00:00
donosonaumczuk
77932e4656 misc: Mocks directory moved from main directory to tests one 2023-02-28 18:03:24 +00:00
donosonaumczuk
219df94247 misc: Refactor, libraries splitted by purpose
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-02-22 19:54:55 +00:00
donosonaumczuk
20f1add442 misc: Import refactor and LensHubStorageLib
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-02-21 22:55:27 +00:00
donosonaumczuk
e18d3cd789 misc: Solidity files prettier max column/width raised to 120 chars
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-02-21 21:15:50 +00:00
donosonaumczuk
cc47ea6ca1 misc: DataTypes renamed to Types
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-02-21 21:07:31 +00:00
donosonaumczuk
1a118e73de misc: Library renamings and reorder
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-02-21 20:59:38 +00:00
donosonaumczuk
f89c576ed5 misc: Libs moved outside of helpers dir
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-02-21 20:39:03 +00:00
donosonaumczuk
93c4e14ee3 misc: TypehashConstants added and all meta-tx uses MetaTx lib
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-02-21 20:23:26 +00:00
donosonaumczuk
b37a2f0a55 misc: Function renamed to changeCurrentDelegatedExecutorsConfig to avoid overloading and improve DX
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-02-21 17:26:57 +00:00
donosonaumczuk
e00d1d38ae fix: All missing tests fixed
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-02-21 16:26:11 +00:00
donosonaumczuk
adf8a07514 fix: Some tests fixed after tweaking _getSigStruct BaseTest function 2023-02-21 15:16:25 +00:00
vicnaum
b8f41289e4 Merge remote-tracking branch 'origin/feat/quote-publication' into T-6536/-refactor-remove-all-withsig-data-types 2023-02-21 13:10:01 +00:00
donosonaumczuk
40168542bd fix: Publishing tests fixed after refactors 2023-02-21 13:01:09 +00:00
vicnaum
9d96c40c68 refactor: Remove all other WithSig datatypes 2023-02-21 12:57:37 +00:00
vicnaum
4ba0264e03 fix: Compiler errors fixed 2023-02-17 20:25:55 +01:00
donosonaumczuk
18063acb7c feat: Quote implemented & referrals for comment, quote and mirror
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-02-17 18:04:28 +00:00
vicnaum
4bc9aaec34 fix: Remove getPointedIfMirror logic. Fix compilation errors after refactoring.
Co-authored-by: Alan <donosonaumczuk@gmail.com>
2023-02-16 16:34:34 +01:00
Victor Naumik
2cd106d8e6 Merge pull request #7 from lens-protocol/feat/simple-mirror
Feat: Disallow Comments on Mirrors
2023-02-15 16:17:09 +01:00
Victor Naumik
60e0ccf0fb Merge branch 'main' into feat/simple-mirror 2023-02-13 17:37:52 +01:00
Victor Naumik
aae70e64df Merge branch 'main' into T-5140/remove-all-warnings-from-the-project 2023-02-13 17:22:15 +01:00
donosonaumczuk
416f606de5 feat: Huge refactor to simplify states and transitions for DE config numbers 2023-02-09 20:05:08 +00:00
donosonaumczuk
2b58bbe511 feat: Default profile removed - Delegated executor refactor compiles - Tests fixed 2023-02-08 18:07:46 +00:00
vicnaum
3558605b17 feat: ReferrerProfileId added to comments from mirrors, and fixed merge 2023-02-03 19:29:02 +01:00
vicnaum
91ef921b29 Merge branch 'main' into feat/simple-mirror 2023-02-03 16:07:56 +01:00
vicnaum
ebd6df8b7c fix: Fixed most of the warnings 2023-02-01 15:07:47 +01:00
Alan
9d13088d99 Merge branch 'feat/foundry' into feat/follow-nfts 2023-01-31 17:26:44 +00:00
Victor Naumik
6deefb5bc2 Merge branch 'feat/follow-nfts' into T-1448/fix-core-private-ci-to-pass 2023-01-20 21:08:19 +01:00
vicnaum
3117e43513 test: Fix UpgradeForkTest to not fail if rpc is not set in env 2023-01-19 21:44:29 +01:00
vicnaum
553a2b8794 test: add tests specific to collect as profile operation 2023-01-12 00:19:58 +01:00
vicnaum
1d5683e593 feat: Make Collect a Profile Operation - initial implementation 2023-01-11 00:17:28 +01:00
vicnaum
833c4a20e8 test: ProfileMetadataURI tests, some moved from Misc 2023-01-05 18:59:06 +01:00
vicnaum
2857a8330d test: ModuleGlobals (T-1395) 2023-01-05 15:13:03 +01:00
donosonaumczuk
42f636776f Merge feat/foundry solving conflicts 2023-01-03 19:05:52 -03:00