Commit Graph

379 Commits

Author SHA1 Message Date
Alan
df2a15fe5d Merge pull request #124 from aave/feat/main-profile-proxy
Feat: Add A Main Profile Creation Proxy
2022-05-09 17:24:45 +01:00
Peter Michael
ab442ea7fb Added profile creation proxy whitelisting with explicit profile creator address to main deploy scripts. (Also includes minor formatting.) 2022-05-09 11:24:58 -04:00
Peter Michael
2212571d54 misc: Added proxy admin address as explicit variable. 2022-05-09 11:20:38 -04:00
Peter Michael
1f82b28417 misc: Added profile creation proxy to deployment scripts. 2022-05-09 11:17:24 -04:00
Zer0dot
14bc4951da Merge pull request #126 from aave/refactor/mit-license 2022-05-09 11:09:44 -04:00
Zer0dot
42878ca656 misc: Updated license.
Co-authored-by: Alan <adonoso@itba.edu.ar>
2022-05-09 10:22:06 -04:00
donosonaumczuk
ff1967e5ab refactor: License identifier changed to MIT 2022-05-09 14:38:29 +01:00
Alan
d0fb8356ef Merge pull request #125 from aave/add-license-1
Create LICENSE
2022-05-09 12:42:48 +01:00
David Silverman
f8a517eab9 Create LICENSE 2022-05-09 07:25:54 -04:00
Peter Michael
474dd037c5 test: Added tests for profile creation proxy. 2022-05-06 17:13:36 -04:00
Peter Michael
0484bbee15 feat: Updated profile creation proxy to only allow owner to create profiles. 2022-05-06 16:55:36 -04:00
Peter Michael
8df68b47cb Fix: Added event for profile creation proxy whitelisting. 2022-05-06 15:23:34 -04:00
Peter Michael
23cbf9a29f misc: Cleaned spacing. 2022-05-06 15:17:18 -04:00
Peter Michael
63c20540e2 feat: First implementation of a profile creation proxy with a whitelist. 2022-05-06 15:16:10 -04:00
Alan
145684442a Merge pull request #121 from aave/fix/emergency-admin-scope
Feat: Prevent Emergency Admin From Setting State When Paused
2022-05-06 15:49:16 +01:00
Zer0dot
5bad9db0bb Merge pull request #122 from aave/feat/mock-profile-creation 2022-05-06 10:45:07 -04:00
Peter Michael
6285b92dff fix: Fixed another test. 2022-05-06 10:22:48 -04:00
Peter Michael
4bbae73dd4 test: Fixed tests. 2022-05-06 10:04:41 -04:00
Peter Michael
ace1b311b5 Revert "misc: Optimized revert path for emergency admin setting state."
This reverts commit 6d37723bf7.
2022-05-06 09:54:38 -04:00
donosonaumczuk
fa7bee9bbf fix: Removing unused import 2022-05-06 13:20:45 +01:00
donosonaumczuk
6f162d81c0 refactor: Tests updated according suffix logic changes 2022-05-06 13:18:58 +01:00
donosonaumczuk
89d9d1f4c1 refactor: Appending suffix to handle instead of requiring it beforehand 2022-05-06 13:18:27 +01:00
donosonaumczuk
5f71237636 misc: Scripts updated to take into account new MockProfileCreationProxy deployment params 2022-05-05 18:39:35 +01:00
donosonaumczuk
8cc3fee2f2 test: New MockProfileCreationProxy features tested 2022-05-05 18:39:07 +01:00
donosonaumczuk
3961ad6b26 feat: MockProfileCreationProxy now includes some suffix, chars and length validations 2022-05-05 18:38:40 +01:00
Peter Michael
6d37723bf7 misc: Optimized revert path for emergency admin setting state. 2022-05-05 12:56:28 -04:00
Peter Michael
97a73851c4 feat: Prevented emergency admin from setting state if the protocol is already paused. 2022-05-05 12:23:09 -04:00
Zer0dot
f2945a6556 Merge pull request #113 from aave/fix/peckshield-audit-2
Fix: Implement Peckshield Audit Fixes
2022-05-05 12:05:52 -04:00
Peter Michael
c225881fb7 misc: Added missing unchecked block. 2022-05-05 10:53:03 -04:00
Alan
a60d9ccc5a Merge pull request #120 from aave/feat/revert-follow-module
feat: Revert follow module added
2022-05-04 20:16:27 +01:00
donosonaumczuk
35329af6fb misc: Setting revert follow module at deploy scripts 2022-05-04 19:41:15 +01:00
donosonaumczuk
edcf178581 test: Revert follow module tests added 2022-05-04 19:38:23 +01:00
donosonaumczuk
226a1b918d feat: Revert follow module added 2022-05-04 19:38:02 +01:00
Peter Michael
6d18bd1f65 Merge branch 'main' into fix/peckshield-audit-2 2022-04-27 11:28:10 -04:00
Zer0dot
49cc6cac47 Merge pull request #108 from aave/feat/npm-package-setup 2022-04-27 10:46:34 -04:00
donosonaumczuk
f5ef9b2b18 refactor: Changing package name to @aave/lens-protocol 2022-04-27 15:10:10 +01:00
donosonaumczuk
90441ecfef Merge branch 'main' into feat/npm-package-setup 2022-04-27 14:56:11 +01:00
Alan
d0aed7c751 Merge pull request #115 from aave/feat/limit-emergency-admin-unpause
feat: Prevent Emergency Admin from Unpausing
2022-04-26 12:11:37 +01:00
Peter Michael
f2db3bde43 feat: Prevented emergency admin from unpausing. Also includes follow/collect NFT getter tests. 2022-04-21 11:55:11 -04:00
Alan
0469d20591 Merge pull request #112 from aave/refactor/simpler-profile-metadata
Refactor: Simplify Profile Metadata System
2022-04-21 12:30:23 +01:00
Alan
f2f4056206 Merge pull request #111 from aave/refactor/name-symbol-computation-follow-nft-only
Refactor: Follow NFTs Fetch Handle and Implementation From the Hub
2022-04-21 12:13:03 +01:00
Peter Michael
c015ee1388 fix: Removed unused import. 2022-04-20 13:35:14 -04:00
Peter Michael
0d72b2fffc refactor: Refactored to simplify profile metadata setter into one function. 2022-04-20 11:55:16 -04:00
Peter Michael
be94b9ffe4 misc: Removed unused contract. 2022-04-20 11:29:54 -04:00
Zer0dot
10b0ca9c13 misc: Removed unused comments.
Co-authored-by: Alan <adonoso@itba.edu.ar>
2022-04-20 11:20:13 -04:00
Peter Michael
8a0b40bdae refactor: Simplified profile metadata. 2022-04-19 15:55:54 -04:00
Peter Michael
9dfe8972f5 misc: Removed unused error. 2022-04-19 14:42:13 -04:00
Peter Michael
c5304b37d5 fix: Added profile image URI length validation into profile creation function. 2022-04-19 13:59:27 -04:00
Peter Michael
d21f276fa4 feat: Restored collect NFT immutability. 2022-04-14 20:43:10 -04:00
Peter Michael
e1ecb549d1 refactor: Refactored to make follow & collect NFTs query the hub for the handle and implementation. 2022-04-14 19:35:51 -04:00