Commit Graph

105 Commits

Author SHA1 Message Date
donosonaumczuk
2816ddbda2 Followers property added to profile tokenURI 2022-03-08 16:26:17 -03:00
donosonaumczuk
8426ef599c Injection test case URI updated 2022-03-08 00:19:18 -03:00
donosonaumczuk
2ff0ac6c55 Test added about all edge cases 2022-03-07 23:52:32 -03:00
donosonaumczuk
f97313a4bb Typo fixed 2022-03-07 21:08:28 -03:00
donosonaumczuk
bd654c9631 Natspec improved 2022-03-07 20:55:43 -03:00
donosonaumczuk
329d8d4175 Tests updated 2022-03-07 20:36:24 -03:00
donosonaumczuk
4031789c0c ProfileTokenURILogic now only embbeds ipfs.io URIs 2022-03-07 20:36:11 -03:00
donosonaumczuk
f91f9252bd Using abstracted digest calculation at FollowNFT too 2022-03-07 20:35:18 -03:00
donosonaumczuk
46eba358f7 LensHub size reduced by abstracting EIP-712 digest calculation 2022-03-07 16:15:12 -03:00
donosonaumczuk
4cde7e930f Up to date with main branch 2022-03-07 15:35:29 -03:00
Vladimir Yumatov
bf45fd19d2 Fix PR peding check problem (#43) 2022-03-04 15:08:39 -03:00
Josh Stevens
afe04f1d32 Merge pull request #37 from aave/feature/ci-workflow
CI github workflow added
2022-03-02 18:20:47 +00:00
Josh Stevens
0fcb4b4b16 Merge pull request #27 from aave/feature/identity-poc
feat: allow to set default profile
2022-03-02 16:56:47 +00:00
Josh Stevens
bff5483ca2 add last bit of tests 2022-03-02 16:17:52 +00:00
Josh Stevens
e54d29b181 Merge pull request #9 from D3vl0per/main
Docker improvements
2022-03-02 15:58:09 +00:00
Josh Stevens
ce392f53df _validateCallerIsProfileOwner > _validateWalletIsProfileOwner 2022-03-02 13:07:08 +00:00
Josh Stevens
7b0966b242 fix storage naming 2022-03-02 13:00:47 +00:00
Josh Stevens
87f9fe38a3 remove UnsetDefaultProfileWithSigData 2022-03-02 10:50:17 +00:00
Josh Stevens
e7649a04ae test: add unit tests 2022-03-02 10:48:07 +00:00
Josh Stevens
c38c6d1ea0 rename owner > wallet 2022-03-01 17:22:08 +00:00
Josh Stevens
fb8d93bb57 allow dispatcher to work with setDefaultProfile 2022-03-01 17:19:32 +00:00
Josh Stevens
0cae03a0b6 remove unset methods to bring down contract size 2022-03-01 17:09:25 +00:00
Josh Stevens
e70d126d22 test: starting default profile spec 2022-03-01 17:00:06 +00:00
donosonaumczuk
fd15f76d8d Remove redundant working directory env variable 2022-03-01 13:20:26 -03:00
donosonaumczuk
fac119b9bc Remove redundant hardhat installation 2022-03-01 13:19:49 -03:00
donosonaumczuk
1d90218d8d Changed dependency installation command to 'npm ci' 2022-02-28 18:46:12 -03:00
donosonaumczuk
c3d3f24abd Update workflow and job names 2022-02-28 18:15:23 -03:00
donosonaumczuk
4470a288e6 Run CI on pushes but only on main branch 2022-02-28 18:04:46 -03:00
donosonaumczuk
babe726f15 Change compile and test commands to use scripts which sets SKIP_LOAD 2022-02-28 17:58:37 -03:00
Josh Stevens
0c0970a7b5 fix: naming issues from PR comments 2022-02-28 16:18:48 +00:00
donosonaumczuk
3048171599 Node version updated to v16 2022-02-27 19:57:51 -03:00
donosonaumczuk
8e1a2b3739 CI github workflow added 2022-02-27 18:56:43 -03:00
Josh Stevens
b9d37c586f only change mappings if not from dead address 2022-02-25 14:19:27 +00:00
Josh Stevens
402b7d7ff4 msg.sender > to 2022-02-25 14:17:52 +00:00
Josh Stevens
8ab8446b30 feat: add a event for unset 2022-02-25 14:11:27 +00:00
Josh Stevens
f0196c1f09 revert follow sig typehash 2022-02-25 14:02:21 +00:00
Josh Stevens
fffbc2b635 use unset over set on the unset method 2022-02-25 12:40:34 +00:00
Josh Stevens
60d6b6dfdf feat: allow to set default profile 2022-02-25 12:36:34 +00:00
Josh Stevens
635fe98653 Merge pull request #19 from zerosnacks/fix/natspec-wrong-param
Fix minor Natspec mistake
2022-02-23 11:34:35 +00:00
Josh Stevens
6d59bf56ce Merge pull request #21 from yqrashawn/patch-1
fix: minor typo in readme
2022-02-23 11:33:35 +00:00
Josh Stevens
bd4ddf4d01 Merge pull request #25 from aave/fix/ui-helper-tests
fix: fix broken test and add missing test for new method
2022-02-23 11:32:39 +00:00
Josh Stevens
75927948eb fix: fix broken test and add missing test for new method 2022-02-23 11:31:35 +00:00
donosonaumczuk
00f63c4a96 ERC20_TRANSFER_EXCEEDS_ALLOWANCE error message changed according OZ v4.5 changes 2022-02-22 02:45:15 -03:00
donosonaumczuk
6a49f63322 tokenURI test added and old tokenURI tests updated 2022-02-22 02:36:36 -03:00
donosonaumczuk
65050531a3 Tasks updated to take into account ProfileTokenURILogic lib 2022-02-22 02:35:50 -03:00
donosonaumczuk
fe4901d4ab LensHub's tokenURI updated to use ProfileTokenURILogic lib 2022-02-22 02:31:42 -03:00
donosonaumczuk
d80d9fe8a2 ProfileTokenURILogic library added 2022-02-22 02:31:01 -03:00
donosonaumczuk
59ca9b386f OZ contract dependency raised to v4.5 to add base64 utils 2022-02-22 02:29:07 -03:00
yqrashawn
a302f969bd fix: minor typo in readme 2022-02-20 10:22:34 +08:00
zerosnacks
b44bf9cf79 fix param name 2022-02-18 17:55:36 +01:00