Commit Graph

1203 Commits

Author SHA1 Message Date
donosonaumczuk
b767a8af05 misc: Missing bracket
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-06-09 18:21:53 +02:00
donosonaumczuk
5da3f0c6f7 misc: Interface clean-up and natspec added
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-06-09 18:03:18 +02:00
donosonaumczuk
8eb7ca8ef0 misc: Redundant getters removed to reduce bytecode size
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-06-09 17:49:03 +02:00
vicnaum
9301dc066e test: LensHubEventHooks test 2023-06-08 17:45:22 +02:00
vicnaum
d9b3b3b771 misc: bring back emitCollectNFTTransferEvent 2023-06-08 17:45:08 +02:00
vicnaum
03258d4a0b misc: fix unused func params in Mock Collect module 2023-06-08 15:35:29 +02:00
vicnaum
993e6fb032 test: LegacyCollect tests 2023-06-08 15:26:55 +02:00
vicnaum
d55b802fb5 misc: rename COLLECT_NFT_IMPL to __LEGACY__COLLECT_NFT_IMPL 2023-06-08 15:26:46 +02:00
vicnaum
794558f705 misc: Fix _toLegacyV1Pub address casting 2023-06-08 15:25:43 +02:00
vicnaum
91de5f69c9 misc: Refactor MockDeprecatedCollectModule to use MockModule decodeFlagAndRevert feature 2023-06-08 15:21:51 +02:00
vicnaum
4807bed0b1 test: LensHub covered (except legacy collect) 2023-06-07 22:20:15 +02:00
vicnaum
1c00b526e4 misc: More beautiful ignore of unused param in tests 2023-06-07 22:19:19 +02:00
vicnaum
be9846a0da misc: Pass msg.sender to initFollowModule as transactionExecutor instead of to, add comments in profileCreationProxy 2023-06-07 22:18:34 +02:00
vicnaum
aa436b1586 misc: renamed deprecatedVars to __DEPRECATED__vars 2023-06-07 22:17:41 +02:00
vicnaum
75e46f621f misc: Deprecated FollowNFTURI removed from everywhere 2023-06-07 17:25:34 +02:00
Alan
dd149cf3a4 Merge pull request #92 from lens-protocol/test/lens-governable
Test: LensGovernable and Governance Lib
2023-06-06 18:50:10 +01:00
donosonaumczuk
08c6ca1303 fix: lib/core-private removed 2023-06-06 18:30:45 +01:00
Alan
df5a59b1fc Merge pull request #90 from lens-protocol/test/token-handle-registry
Test/token handle registry
2023-06-06 18:22:40 +01:00
vicnaum
89701ca36a test: Add tests for linking non existing tokens in TokenHandleRegistry 2023-06-06 18:57:33 +02:00
Victor Naumik
8d3b22a92e Merge pull request #89 from lens-protocol/test/lens-handles
Test/lens handles
2023-06-06 18:40:49 +02:00
Alan
f06ed0d854 Merge pull request #91 from lens-protocol/test/referral-system
feat: Referral system tweaks
2023-06-06 17:38:47 +01:00
vicnaum
1a0b657c96 misc: deleted suspisious duplicated test 2023-06-06 18:26:49 +02:00
donosonaumczuk
f48e0a445d fix: Removed core-private git submodule 2023-06-06 17:13:32 +01:00
donosonaumczuk
9303dd00b3 misc: Tests commented in order to fix compilation, will be revisited later 2023-06-06 17:08:02 +01:00
donosonaumczuk
f486d1a109 fix: ValidationLib missing identifier fixed 2023-06-06 17:07:40 +01:00
Alan
6705845b7a Merge pull request #86 from lens-protocol/test/governance-contract
Test/governance contract
2023-06-06 16:56:48 +01:00
Alan
e28f0da6a9 Merge pull request #84 from lens-protocol/test/ui-data-provider
Test/UI data provider
2023-06-06 16:35:03 +01:00
Alan
fce0411f47 Merge pull request #88 from lens-protocol/test/profile-creation-proxy
Test/profile creation proxy
2023-06-06 16:34:20 +01:00
Alan
9ef3861332 Merge pull request #87 from lens-protocol/test/proxy-admin
test: ProxyAdmin contract tests
2023-06-06 16:33:56 +01:00
Alan
d6f516a429 Merge pull request #85 from lens-protocol/misc/test-controllable-by-contract
misc: Test ControllableByContract
2023-06-06 16:33:36 +01:00
donosonaumczuk
aaf7e6102b misc: TODO added regarding ProtocolState enum order 2023-06-05 19:00:52 +01:00
donosonaumczuk
f969694a02 test: Tests added for LensGovernable part of LensHub
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-06-05 19:00:35 +01:00
donosonaumczuk
73883d1c14 test: Tests added and future test structure for referrals 2023-06-05 16:58:31 +01:00
donosonaumczuk
28e3b5d3d0 feat: Mirror referrals behave same as quotes/comments do for pure V2 interaction trees 2023-06-05 16:57:19 +01:00
vicnaum
1b493fd302 misc: Refactoring of TokenHandleRegistry functions and tests 2023-05-30 18:32:55 +02:00
vicnaum
c1c51be51d test: Test reverting on getters if Handle doesn't exist 2023-05-30 17:20:13 +02:00
vicnaum
f5d7bed285 misc: Revert on getters if Handle doesn't exists 2023-05-30 17:19:47 +02:00
vicnaum
de52dc63e2 misc: Comments fix in GovernanceTest 2023-05-30 16:12:09 +02:00
vicnaum
6b00d8fb12 test: Tested passing different revert reasons to executeAsGovernance 2023-05-30 16:05:57 +02:00
vicnaum
cf7db6ae49 misc: Fix passing the revert reason in Governance:executeAsGovernance 2023-05-30 16:05:26 +02:00
vicnaum
2e72b043c4 test: Add a new post check to UIDataProvider test 2023-05-30 14:59:16 +02:00
vicnaum
ae16d25724 test: TokenHandleRegistry tests (still has some TODOs) 2023-05-29 20:10:23 +02:00
vicnaum
da772b5ceb misc: TODO added in TokenHandleRegistry 2023-05-29 20:10:05 +02:00
vicnaum
239b5e3b60 misc: add some comments and TODOs to TokenHandleRegistry 2023-05-26 17:43:29 +02:00
vicnaum
a4a0100728 misc: Separate Handles tests into Negatives and Scenarios 2023-05-26 17:29:38 +02:00
vicnaum
63b5ec194f test: add non-unique Handle test 2023-05-26 17:27:08 +02:00
vicnaum
07777daa40 test: LensHandles tests 2023-05-25 22:51:27 +02:00
vicnaum
2b7398c973 misc: add solady remappings 2023-05-25 22:50:56 +02:00
vicnaum
107db78c54 misc: add Handle chars validation 2023-05-25 22:50:28 +02:00
vicnaum
71aa4179b2 forge install: solady
v0.0.96
2023-05-24 17:29:26 +02:00