Commit Graph

893 Commits

Author SHA1 Message Date
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
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
vicnaum
0067c33240 fix: referrerProfileId fixed 2023-02-15 15:47:09 +01:00
vicnaum
95985f6f5e fix: comment 2023-02-15 15:34:27 +01:00
Victor Naumik
5c208084c8 Update contracts/libraries/helpers/GeneralHelpers.sol
Co-authored-by: Alan <adonoso@itba.edu.ar>
2023-02-15 14:37:58 +01:00
Victor Naumik
1c805a77e4 Update contracts/libraries/helpers/GeneralHelpers.sol
Co-authored-by: Alan <adonoso@itba.edu.ar>
2023-02-15 14:37:47 +01:00
Victor Naumik
0bcca80726 Update contracts/interfaces/IReferenceModule.sol
Co-authored-by: Alan <adonoso@itba.edu.ar>
2023-02-15 14:33:20 +01:00
Victor Naumik
a005b99227 Update test/helpers/errors.ts
Co-authored-by: Alan <adonoso@itba.edu.ar>
2023-02-15 14:30:46 +01:00
Victor Naumik
257f1ac1ee Merge pull request #40 from lens-protocol/T-5140/remove-all-warnings-from-the-project
[Refactor]: Remove all warnings from the project (T-5140)
2023-02-13 17:50:27 +01:00
Victor Naumik
60e0ccf0fb Merge branch 'main' into feat/simple-mirror 2023-02-13 17:37:52 +01:00
vicnaum
629d526c09 fix: Remove warnings from DE tests by renaming 2023-02-13 17:32:32 +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
Alan
0ca004fe13 Merge pull request #42 from lens-protocol/feat/de-per-profile-basis
feat: Remove dispatcher, remove default profile & refactor DE per-profile basis
2023-02-13 16:15:23 +00:00
donosonaumczuk
9a41e8315c test: More testing and some warnings removed 2023-02-13 16:02:01 +00:00
donosonaumczuk
529f19d931 misc: Warning removed by changing function visibility to pure 2023-02-13 16:01:36 +00:00
donosonaumczuk
0b7c01547b test: More unit tests added 2023-02-13 01:06:52 +00:00
donosonaumczuk
d5dc75c303 fix: Missing return statement :) 2023-02-10 18:18:28 +00:00