donosonaumczuk
|
606c2dff93
|
Merge branch 'feat/foundry' into feat/follow-nfts
|
2022-12-02 13:20:18 +00:00 |
|
Victor Naumik
|
913a85644b
|
Merge pull request #9 from lens-protocol/test/foundry-multistatehub
Test/foundry multistatehub
|
2022-12-01 19:57:51 +01:00 |
|
Victor Naumik
|
4ed2d5cf3b
|
Merge branch 'feat/foundry' into test/foundry-multistatehub
|
2022-12-01 19:57:35 +01:00 |
|
vicnaum
|
4b5dd33b94
|
test: more MultistateHub foundry tests
|
2022-12-01 19:55:33 +01:00 |
|
donosonaumczuk
|
0df236267b
|
misc: currentFollower renamed to currentFollowerProfileId
|
2022-12-01 18:39:49 +00:00 |
|
donosonaumczuk
|
9eff502628
|
misc: followId renamed as followTokenId
|
2022-12-01 17:56:42 +00:00 |
|
donosonaumczuk
|
d60753a9cc
|
fix: Missing import added
|
2022-12-01 16:20:36 +00:00 |
|
donosonaumczuk
|
42b74261e7
|
feat: isFollowing function added at LensHub level
|
2022-12-01 16:19:08 +00:00 |
|
donosonaumczuk
|
953c9ae663
|
misc: Parameters and field renaming to provide more clarity
|
2022-12-01 16:08:03 +00:00 |
|
donosonaumczuk
|
a1190218b4
|
feat: isExecutorApproved passed in from LensHub instead of querying from the follow NFT contract
|
2022-12-01 15:19:20 +00:00 |
|
Ben Sparks
|
198915bda8
|
Merge pull request #5 from lens-protocol/test/foundry-collecting
Test: Migrate Collect Tests to Foundry
|
2022-12-01 17:03:59 +02:00 |
|
Ben Sparks
|
9155291f52
|
Merge branch 'feat/foundry' into test/foundry-collecting
|
2022-12-01 17:03:18 +02:00 |
|
Ben Sparks
|
5ea390d1d7
|
feat: More collect tests
|
2022-12-01 16:59:02 +02:00 |
|
Ben Sparks
|
61387d5ff2
|
fix: clean up
|
2022-12-01 15:38:36 +02:00 |
|
Ben Sparks
|
51dd601a38
|
feat: Added more collect tests
|
2022-12-01 15:32:38 +02:00 |
|
Ben Sparks
|
b050a8e533
|
feat: Added test for collect after 2 mirrors
|
2022-12-01 14:44:58 +02:00 |
|
Ben Sparks
|
ba48257d25
|
feat: Checking collect nft ID
|
2022-11-30 22:34:49 +02:00 |
|
Ben Sparks
|
1add104ce5
|
fix: Fixed test names
|
2022-11-30 22:02:04 +02:00 |
|
vicnaum
|
a05aa2d941
|
test: Fix MultistateHubTest with signer
|
2022-11-30 18:52:53 +01:00 |
|
Zer0dot
|
5ac1a4801b
|
Merge pull request #8 from lens-protocol/feat/remove-docker
|
2022-11-30 12:38:37 -05:00 |
|
zer0dot
|
738a5fd22d
|
misc: Corrected comment.
|
2022-11-30 12:16:52 -05:00 |
|
vicnaum
|
202ae9e7b7
|
comment
|
2022-11-30 16:41:52 +01:00 |
|
vicnaum
|
7ef9d533df
|
test: Fill TestsList.md
|
2022-11-30 16:41:14 +01:00 |
|
donosonaumczuk
|
8e49d47884
|
feat: Unfollow function added at LensHub level
|
2022-11-29 15:51:06 +00:00 |
|
Ben Sparks
|
1b3d453d3e
|
fix: Removed bad check in _checkCollectNFTAfter
|
2022-11-29 15:33:02 +02:00 |
|
donosonaumczuk
|
8cd2aa727b
|
misc: Order of fuctions changed
|
2022-11-28 16:51:00 +00:00 |
|
donosonaumczuk
|
0e14e0d285
|
fix: Remove unused tokenOwner from follow with unwrapped token and fix conditions
|
2022-11-28 16:46:05 +00:00 |
|
vicnaum
|
0833e3f72d
|
test: MultistateHub tests foundry migration (WIP)
|
2022-11-25 17:33:08 +01:00 |
|
donosonaumczuk
|
f0d91b7630
|
feat: isFollowing removed from follow module
|
2022-11-25 14:19:12 +00:00 |
|
donosonaumczuk
|
fc5061ec55
|
feat: Royalties - replacing slot constant by .slot
|
2022-11-25 13:35:57 +00:00 |
|
donosonaumczuk
|
0934b1356d
|
feat: ERC2981CollectionRoyalties added
|
2022-11-24 17:38:22 +00:00 |
|
donosonaumczuk
|
03a992c27c
|
feat: follow module transfer hook removed and _beforeTokenTransfer improved
|
2022-11-24 00:08:25 +00:00 |
|
donosonaumczuk
|
1fc8f90565
|
feat: Vote delegation is profile to address operation
|
2022-11-23 23:54:48 +00:00 |
|
donosonaumczuk
|
b480cd1d10
|
fix: Event lib prefix added
|
2022-11-23 22:31:46 +00:00 |
|
donosonaumczuk
|
6449933b3f
|
feat: only can follow if not blocked validation added
|
2022-11-23 22:31:14 +00:00 |
|
donosonaumczuk
|
a767973fbd
|
feat: Events for approvals added plus other code improvementes
|
2022-11-23 01:56:58 +00:00 |
|
donosonaumczuk
|
6f5d8eb903
|
feat: setBlockStatusWithSig implemented
|
2022-11-16 16:15:56 +00:00 |
|
donosonaumczuk
|
2a08788000
|
feat: Follow implementation at LensHub and Libs + FollowNFT polished
|
2022-11-16 15:31:14 +00:00 |
|
donosonaumczuk
|
58673daab5
|
feat: validateCallerIsOwnerOrDelegatedExecutor added
|
2022-11-16 15:28:18 +00:00 |
|
donosonaumczuk
|
22ece1b198
|
feat: Followed event and FollowWithSig struct updated
|
2022-11-16 15:26:59 +00:00 |
|
donosonaumczuk
|
e0dce0f010
|
feat: Interfaces updated
|
2022-11-16 15:26:00 +00:00 |
|
donosonaumczuk
|
e587fa7681
|
feat: IFollowModuleLegacy added
|
2022-11-16 15:25:02 +00:00 |
|
donosonaumczuk
|
6565267472
|
misc: Merge base branch and solve conflicts
|
2022-11-15 18:50:11 +00:00 |
|
donosonaumczuk
|
a43cd04dd7
|
feat: Block feature impl
|
2022-11-15 18:43:55 +00:00 |
|
donosonaumczuk
|
14f4b4a1d9
|
feat: Code improvements
|
2022-11-15 14:20:58 +00:00 |
|
donosonaumczuk
|
5b822a3dbf
|
feat: _burnWithoutClearingApprovals, _unfollowIfHasFollower and burnWithSig
|
2022-11-14 15:53:43 +00:00 |
|
donosonaumczuk
|
9ed4533d17
|
feat: royaltyInfo and setRoyalty implemented
|
2022-11-08 19:14:04 +00:00 |
|
donosonaumczuk
|
508dccf732
|
feat: wrap and unwrap functions implemented
|
2022-11-08 18:21:32 +00:00 |
|
donosonaumczuk
|
f13aedc0bf
|
feat: Balances mapping made internal to be able to access it by overrided _mint
|
2022-11-08 18:20:55 +00:00 |
|
donosonaumczuk
|
ab83ba6096
|
misc: Type fixed at LensHub function
|
2022-11-08 18:19:29 +00:00 |
|