Zer0dot
|
04d75fa6d2
|
Merge pull request #57 from aave/feat/ci-coverage-output
|
2022-03-16 19:28:10 -04:00 |
|
donosonaumczuk
|
24b801bbc0
|
Returning tests to its previous state
|
2022-03-16 19:16:00 -03:00 |
|
donosonaumczuk
|
e9e6db9902
|
Breaking tests intentionally to test workflow
|
2022-03-16 19:02:08 -03:00 |
|
donosonaumczuk
|
39e43c1a3b
|
Updating CI workflow to get coverage output after running tests
|
2022-03-16 18:44:57 -03:00 |
|
Zer0dot
|
2d4051828e
|
Merge pull request #24 from aave/feat/profile-token-uri
|
2022-03-16 17:40:18 -04:00 |
|
donosonaumczuk
|
043f62193b
|
Tests updated
|
2022-03-16 18:00:24 -03:00 |
|
donosonaumczuk
|
dbf8e41c81
|
Profile NFT tokenURI restrictions over domain removed
|
2022-03-16 18:00:16 -03:00 |
|
donosonaumczuk
|
9fca476659
|
Max length validation added at setProfileImageURI
|
2022-03-16 17:58:37 -03:00 |
|
donosonaumczuk
|
146f0b1807
|
Test error added instead of editing the old one
|
2022-03-16 16:34:55 -03:00 |
|
donosonaumczuk
|
92611a725e
|
Digest calculation now takes bytes32 instead of bytes
|
2022-03-15 17:52:21 -03:00 |
|
donosonaumczuk
|
f588070570
|
Solving conflicts with main branch
|
2022-03-15 17:32:53 -03:00 |
|
Zer0dot
|
0162559547
|
Merge pull request #55 from aave/refactor/default-profile-refactor
|
2022-03-15 16:08:46 -04:00 |
|
Peter Michael
|
d454dcc492
|
feat: Updated to only allow setting the default profile for the sender.
|
2022-03-15 15:54:58 -04:00 |
|
Peter Michael
|
a17322183b
|
misc: Removed unused comment.
|
2022-03-15 14:31:25 -04:00 |
|
Peter Michael
|
1393ada628
|
test: Removed obsolete toNumber() calls.
|
2022-03-15 13:42:41 -04:00 |
|
Peter Michael
|
af6fc41ff4
|
test: Added test for default profile transfer.
|
2022-03-15 13:02:24 -04:00 |
|
Peter Michael
|
cfa08e1986
|
refactor: Refactored setting default profile to reduce complexity and code size.
|
2022-03-15 12:43:25 -04:00 |
|
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 |
|