Commit Graph

537 Commits

Author SHA1 Message Date
zer0dot
3b2a84f258 misc: Removed obsolete comment. 2022-10-05 15:20:57 -04:00
zer0dot
0fc4d98293 refactor: Refactored tests to use helpers. 2022-10-04 15:34:38 -04:00
zer0dot
3f3f1a213c fix: Fixed misc Hardhat tests, removed profile metadata URI tests as those have been moved to the LensHub. 2022-10-03 16:02:10 -04:00
zer0dot
078a502ec7 fix: Removed delegatedSigner from toggleFollow signature data struct. 2022-10-03 16:00:23 -04:00
zer0dot
82609f8061 test: Fixed profile follow module Hardhat tests. 2022-10-03 15:41:05 -04:00
zer0dot
9db94645e5 test: Fixed fee follow module Hardhat tests. 2022-10-03 15:39:53 -04:00
zer0dot
34bb261289 test: Fixed approval follow module Hardhat tests. 2022-10-03 15:34:51 -04:00
zer0dot
bf9e89e848 test: Fixed timed fee collect module Hardhat tests. 2022-10-03 15:33:44 -04:00
zer0dot
2e78193c10 test: Fixed limited timed fee collect module Hardhat tests. 2022-10-03 15:32:04 -04:00
zer0dot
f99a31fd21 test: Fixed limited fee collect module. 2022-10-03 15:30:11 -04:00
zer0dot
220c389e61 misc: Renamed onBehalfOf to collector in InteractionHelpers. 2022-10-03 15:30:03 -04:00
zer0dot
8ccdbf1a17 fix: Fixed incorrect parameter in collect modules. 2022-10-03 15:29:52 -04:00
zer0dot
2d41b73b05 misc: Removed test "only" specifier. 2022-10-03 14:12:25 -04:00
zer0dot
69a99dce3f test: Fixed fee collect module Hardhat tests. 2022-10-03 14:12:11 -04:00
zer0dot
60122e31e6 test: Fixed follow module setting Hardhat tests. 2022-10-03 14:09:16 -04:00
zer0dot
f28a9793c6 test: Fixed profile URI Hardhat tests. 2022-10-03 13:57:59 -04:00
zer0dot
f7435f4648 fix: Fixed default profile hardhat tests. 2022-09-30 18:04:54 -04:00
zer0dot
3ffc3e18b8 fix: Fixed default profile meta-tx setter checking owner even when passing zero profile ID, this was also an obsolete check. 2022-09-30 18:04:32 -04:00
zer0dot
38662b62df fix: Fixed publishing posts hardhat tests, also removes obsolete "only" markers. 2022-09-30 17:50:59 -04:00
zer0dot
c4a6bef48f fix: Fixed publishing mirrors hardhat tests. 2022-09-30 17:48:58 -04:00
zer0dot
c3bdf0135b fix: Fixed publishing comments hardhat tests. 2022-09-30 17:47:31 -04:00
zer0dot
41e575006a fix: Fixed multi-state hub hardhat tests. 2022-09-30 17:44:37 -04:00
zer0dot
a52863b412 fix: Fixed following hardhat tests. 2022-09-30 17:38:51 -04:00
zer0dot
1860a89b4a fix: Fixed collecting hardhat tests. 2022-09-30 17:36:30 -04:00
zer0dot
42b9e30204 feat: Added "followerProfileId" to isFollowing() check in follow modules. 2022-09-30 15:35:32 -04:00
zer0dot
77ef3747dc fix: Fixed accidentally external function in lib. 2022-09-30 15:21:12 -04:00
zer0dot
fe17aac372 feat: Added originator profile ID parameters to collect and follow processing functions. 2022-09-30 15:13:47 -04:00
zer0dot
aead0f116f misc: Renamed "onBehalfOf" to "collector." 2022-09-30 14:21:49 -04:00
Zer0dot
15294dcb5c Merge pull request #3 from lens-protocol/feat/periphery-to-core 2022-09-29 15:38:15 -04:00
zer0dot
ae72386dad misc: Removed unused comments from periphery. 2022-09-29 15:37:17 -04:00
zer0dot
09c51c2f7f test: Added additional validation, minor refactor. 2022-09-29 15:36:33 -04:00
zer0dot
261c9ee598 feat: Added profile metadata withSig function and tests. Also added executor-unrelated tests, despite hardhat tests. 2022-09-29 15:23:16 -04:00
Zer0dot
224a3c6b21 Merge pull request #2 from lens-protocol/feat/metatx-refactor 2022-09-29 14:02:49 -04:00
zer0dot
62c125dd7f test: Added tests and validation. 2022-09-29 13:59:21 -04:00
zer0dot
6c3435ae73 misc: Renamed default profile getter. 2022-09-29 13:58:54 -04:00
zer0dot
5e44e55862 feat: Added profile metadata setter and profile image getter. 2022-09-29 13:05:18 -04:00
Peter Michael
b85db6a96a test: Added executor tests for follow NFT URI and profile image URI setting. 2022-09-28 16:11:06 -04:00
Peter Michael
ba706aef4a refactor: Refactored errors to more properly reflect the actual scenario. Added tests for invalid execution in meta-tx functions. 2022-09-28 15:07:42 -04:00
Peter Michael
6fa66e321b misc: Removed unused comment. 2022-09-28 13:34:35 -04:00
Peter Michael
b51f9b69ab test: Updated foundry tests to match new changes. 2022-09-27 17:04:24 -04:00
Peter Michael
3e98c69ae4 fix: Added check for default profile setting. 2022-09-27 17:03:53 -04:00
Peter Michael
d0808fdd23 feat: (WIP) Added signer parameter to increment correct nonce in meta transactions. 2022-09-27 16:35:21 -04:00
Peter Michael
63abe7330b feat: Added delegatedSigner parameter to signature function structs. 2022-09-27 14:24:20 -04:00
Peter Michael
fc681f5d0e test: Added tests for setting follow module with DE. 2022-09-27 10:06:01 -04:00
Peter Michael
79f082060c misc: Minor cleanup. 2022-09-27 10:05:36 -04:00
Peter Michael
27d5fdba6c test: Added executor mirror with sig test. 2022-09-26 13:20:27 -04:00
Peter Michael
8685395737 refactor: Refactored local variable to reduce SLOC. 2022-09-26 13:14:04 -04:00
Peter Michael
1427d5171b test: Added tests for withSig functions with executor. Also refactored to use profileOwner with a private key. 2022-09-23 16:19:51 -04:00
Peter Michael
7a3e782757 misc: Removed unneeded space. 2022-09-23 16:19:15 -04:00
Peter Michael
14d8a2b7f5 test: Added executor post, comment and mirror tests. 2022-09-22 16:50:52 -04:00