donosonaumczuk
|
77932e4656
|
misc: Mocks directory moved from main directory to tests one
|
2023-02-28 18:03:24 +00:00 |
|
Alan
|
357042cce7
|
Merge pull request #46 from lens-protocol/feat/namespaces
feat: Namespaces
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
|
2023-02-28 17:58:26 +00:00 |
|
donosonaumczuk
|
1c994cd71e
|
misc: Revert formatting over Typehash lib and add it to .prettierignore
|
2023-02-28 17:51:13 +00:00 |
|
donosonaumczuk
|
e9ff3805a1
|
feat: Token<>Handle registry added, Handles improved
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
|
2023-02-28 17:34:17 +00:00 |
|
vicnaum
|
dd68732b88
|
feat: Back to Namespace universal impl
Co-authored-by: Alan <donosonaumczuk@gmail.com>
|
2023-02-28 16:12:44 +01:00 |
|
donosonaumczuk
|
47b5551fd9
|
feat: Handle contract impl continued
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
|
2023-02-27 19:02:26 +00:00 |
|
donosonaumczuk
|
ade3cf603a
|
feat: First minimal handle implementation
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
|
2023-02-27 17:34:35 +00:00 |
|
donosonaumczuk
|
7c41d8d08f
|
misc: Formatters upgraded to support newer solidity versions
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
|
2023-02-27 17:34:01 +00:00 |
|
vicnaum
|
0ddeca0de0
|
feat: NamespaceRegistry initial implementation
|
2023-02-24 14:30:01 +00:00 |
|
vicnaum
|
8e93e13fc6
|
Misc: Change solidity pragma to support ^ later versions
Co-authored-by: Alan <donosonaumczuk@gmail.com>
|
2023-02-24 14:29:49 +00:00 |
|
Alan
|
e7217c07ca
|
Merge pull request #45 from lens-protocol/feat/refactor
misc: Library refactor, renamings and general code improvements
|
2023-02-23 17:40:26 +00:00 |
|
vicnaum
|
41f4b00ec9
|
fix: Tests fixed. In StorageLib: ownerOf moved to ProfileLib, getPublicationType and getContentURI moved to PublicationLib, unsafeOwner removed.
Co-authored-by: Alan <donosonaumczuk@gmail.com>
|
2023-02-23 17:27:25 +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
|
abba9e0365
|
misc: Assembly functions removed in favour of a minimal one at StorageLib
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
|
2023-02-22 00:42:03 +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
|
456deb1af7
|
misc: Errors and Events moved to constants dir
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
|
2023-02-21 20:29:44 +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
|
293e8e768c
|
feat: Allow address(0) as collect module and use it as revert one
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
|
2023-02-21 17:51:54 +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
|
12194fe51f
|
feat: getOriginatorOrDelegatedExecutorSigner removed
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
|
2023-02-21 17:08:45 +00:00 |
|
Alan
|
8f53c30529
|
Merge pull request #44 from lens-protocol/T-6536/-refactor-remove-all-withsig-data-types
feat: Refactor - all WithSig data types removed
|
2023-02-21 16:32:36 +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
|
cfcf9da498
|
misc: Meta-tx messages renamed to avoid 'WithSig' suffix
|
2023-02-21 15:53:28 +00:00 |
|
donosonaumczuk
|
adf8a07514
|
fix: Some tests fixed after tweaking _getSigStruct BaseTest function
|
2023-02-21 15:16:25 +00:00 |
|
vicnaum
|
bc174abfa3
|
fix: Misc tests partial fix
|
2023-02-21 15:08:26 +00:00 |
|
vicnaum
|
366b1f1d8f
|
fix: Fix MultistateHub tests, Fix Burn signature
|
2023-02-21 15:04:05 +00:00 |
|
vicnaum
|
e9be8a9168
|
Merge branch 'main' into T-6536/-refactor-remove-all-withsig-data-types
|
2023-02-21 15:01:14 +00:00 |
|
Alan
|
87928ef4aa
|
Merge pull request #43 from lens-protocol/feat/quote-publication
feat: Quote publication & Collect referrals extended
|
2023-02-21 13:40:17 +00:00 |
|
donosonaumczuk
|
6bdc8a4171
|
misc: only Foundry tests on CI
|
2023-02-21 13:33:48 +00:00 |
|
donosonaumczuk
|
4d57b61171
|
fix: MultiStateHub tests fixed
|
2023-02-21 13:15:39 +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 |
|
donosonaumczuk
|
db42f3941a
|
fix: CollectingTest refactored and passing
|
2023-02-21 02:29:07 +00:00 |
|
donosonaumczuk
|
7ff00abb4c
|
test: Some test fixed
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
|
2023-02-20 17:22:11 +00:00 |
|
vicnaum
|
4ba0264e03
|
fix: Compiler errors fixed
|
2023-02-17 20:25:55 +01:00 |
|
vicnaum
|
a6b712496a
|
misc: comment
|
2023-02-17 19:54:43 +01:00 |
|
vicnaum
|
a4a084f319
|
fix: Compiler errors fix in contracts. Tests left.
|
2023-02-17 19:53:59 +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
|
d983a61549
|
fix: Fix compiler errors for new quote function. Stack too deep left.
|
2023-02-17 13:11:08 +01:00 |
|
donosonaumczuk
|
e06300a4bd
|
feat: Quote pub implementation in progress
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
|
2023-02-16 20:08:33 +00:00 |
|
donosonaumczuk
|
44dfbb5faf
|
feat: Pub type and root pub stored when creating a new one
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
|
2023-02-16 18:46:41 +00:00 |
|
donosonaumczuk
|
5b7343d44f
|
misc: Get rid of lot of assembly & publishing lib simplified
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
|
2023-02-16 18:34: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 |
|
vicnaum
|
54d7dae388
|
test: PublicationType test plan
|
2023-02-16 13:30:25 +01:00 |
|
donosonaumczuk
|
bc40825022
|
feat: Collect referral feature extended & new publication types
|
2023-02-15 20:28:36 +00:00 |
|