Ben Sparks
|
9155291f52
|
Merge branch 'feat/foundry' into test/foundry-collecting
|
2022-12-01 17:03:18 +02:00 |
|
zer0dot
|
738a5fd22d
|
misc: Corrected comment.
|
2022-11-30 12:16:52 -05:00 |
|
Zer0dot
|
63f84f50d6
|
Merge pull request #6 from lens-protocol/test/foundry-publishing
Test: Implement Publishing Tests in Foundry
|
2022-11-08 11:10:11 -05:00 |
|
zer0dot
|
b33d2fd224
|
misc: Fixed comment, credit to s-alih on GitHub for finding this.
|
2022-11-03 17:29:28 -04:00 |
|
Ben Sparks
|
5b3c38b418
|
feat: Added data types and helper funcs for Collect
|
2022-10-31 13:03:52 +02:00 |
|
Ben Sparks
|
18b17b5a39
|
feat: Started migrating collect tests
|
2022-10-28 15:30:06 +02:00 |
|
vicnaum
|
0ffaafc47c
|
fix: revert strings in mocks
|
2022-10-26 15:08:36 +02:00 |
|
zer0dot
|
3043e46900
|
feat: Included Follow NFT name and symbol, updated tests to include follow and collect NFT name and symbols.
|
2022-10-21 15:46:36 -04:00 |
|
zer0dot
|
c02d3897d0
|
feat: Added collect NFT name and symbol.
|
2022-10-21 14:28:44 -04:00 |
|
zer0dot
|
95234d2a03
|
feat: (WIP) Removed handles, commented out some validations, NFT naming and profile URI WIP.
|
2022-10-20 16:42:51 -04:00 |
|
zer0dot
|
d9993471b4
|
misc: Renamed delegated executor getter.
|
2022-10-20 14:00:23 -04:00 |
|
zer0dot
|
c186cd290d
|
feat: (WIP) Implemented delegated executor setting withSig function and getter with simple positive tests.
|
2022-10-20 12:25:04 -04:00 |
|
zer0dot
|
8c6d81563d
|
misc: Added multi state interface.
|
2022-10-12 16:57:41 -04:00 |
|
zer0dot
|
ec3afcb545
|
feat: (WIP) Initial setup of fork upgrade test, also removed use of freeCollectModule.
|
2022-10-12 11:52:19 -04:00 |
|
zer0dot
|
fd252dcfa2
|
test: Began work on fork upgrade test. Also includes a minor change of IERC721Time file location.
|
2022-10-10 17:43:35 -04:00 |
|
zer0dot
|
63f62d7c88
|
Merge branch 'main' into feat/foundry
|
2022-10-10 16:13:47 -04:00 |
|
zer0dot
|
872ce42280
|
refactor: Split libs into an additional ProfileLib library.
|
2022-10-07 10:18:17 -04:00 |
|
zer0dot
|
b7cabd6c06
|
feat: Split GeneralLib into two libraries.
|
2022-10-05 17:04:00 -04:00 |
|
zer0dot
|
3b2a84f258
|
misc: Removed obsolete comment.
|
2022-10-05 15:20:57 -04:00 |
|
zer0dot
|
078a502ec7
|
fix: Removed delegatedSigner from toggleFollow signature data struct.
|
2022-10-03 16:00:23 -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
|
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
|
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
|
ae72386dad
|
misc: Removed unused comments from periphery.
|
2022-09-29 15:37:17 -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
|
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
|
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
|
79f082060c
|
misc: Minor cleanup.
|
2022-09-27 10:05:36 -04:00 |
|
Peter Michael
|
7a3e782757
|
misc: Removed unneeded space.
|
2022-09-23 16:19:15 -04:00 |
|
Peter Michael
|
22fcd298f6
|
misc: Fixed comment.
|
2022-09-22 16:50:00 -04:00 |
|
Peter Michael
|
92c49ea7b5
|
test: (WIP) Adapt tests to new default profile setter. Minor tests fail.
|
2022-09-21 16:07:08 -04:00 |
|
Peter Michael
|
cb0ed6b378
|
feat: Allow dispatcher and executor to set follow module.
|
2022-09-21 16:06:42 -04:00 |
|
Peter Michael
|
94fa1fa466
|
feat: (WIP: breaks tests) Added support for DEs on default profile setting.
|
2022-09-20 17:39:45 -04:00 |
|
Peter Michael
|
ad7ba717be
|
fix: Validated delegated executor calls on follow.
|
2022-09-20 14:44:59 -04:00 |
|
Peter Michael
|
8e8ab2c3f6
|
misc: Removed pointless error definition.
|
2022-09-19 16:00:46 -04:00 |
|
Peter Michael
|
6bc1f20501
|
test: Fixed and updated upgradeability test.
|
2022-09-19 14:47:19 -04:00 |
|
Peter Michael
|
3799abf001
|
feat: Minor fix to delegated executor setter, also fixes hardhat tests.
|
2022-09-19 14:38:00 -04:00 |
|
Peter Michael
|
a192fdbb36
|
misc: Removed hardhat console and updated reverting on try catch.
|
2022-09-16 16:09:57 -04:00 |
|
Peter Michael
|
efe06f90e6
|
feat: (WIP) Integrated Foundry development environment.
|
2022-09-16 12:51:34 -04:00 |
|
Peter Michael
|
f34a5852b3
|
refactor: Refactored to remove delegated executor check flag from address recovery and split it into two functions.
|
2022-09-02 16:50:45 +01:00 |
|