Commit Graph

45 Commits

Author SHA1 Message Date
Peter Michael
6920242e5b feat: Added support for EIP1271. Needs more testing. 2022-08-08 14:57:12 -04:00
Peter Michael
bf83bf2160 refactor: Consolidated libraries into GeneralLib, WIP. 2022-06-03 18:14:52 -04:00
Peter Michael
bc4bf9807c refactor: Refactored PublishingLogic into GeneralLib, moved more admin logic to GeneralLib. 2022-06-02 14:24:48 -04:00
Peter Michael
6cfaa580b3 feat: (WIP) Refactored meta transactions into a library. Includes hardhat-tracer. 2022-05-26 17:39:11 -04:00
donosonaumczuk
400982f901 misc: Test and task updated according new MockProfileCreationProxy impl 2022-05-09 17:59:34 +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
donosonaumczuk
5f71237636 misc: Scripts updated to take into account new MockProfileCreationProxy deployment params 2022-05-05 18:39:35 +01:00
donosonaumczuk
35329af6fb misc: Setting revert follow module at deploy scripts 2022-05-04 19:41:15 +01:00
Peter Michael
0387a0678d Merge branch 'feat/updated-deployment' of github.com:aave/lens-protocol into feat/updated-deployment 2022-04-07 11:56:19 -04:00
Peter Michael
ead2507fed fix: Whitelist profile follow module in testnet deployment. 2022-04-07 11:56:17 -04:00
Zer0dot
bae78e257e fix: Correct naming.
Co-authored-by: Alan <adonoso@itba.edu.ar>
2022-04-07 11:55:15 -04:00
Peter Michael
0e9a011dff Merge branch 'main' into feat/updated-deployment 2022-04-07 11:45:01 -04:00
Peter Michael
cdb102a890 misc: Fixed typo. 2022-04-07 11:41:55 -04:00
donosonaumczuk
648faeeb67 ProfileFollowModule added to deploy tasks 2022-04-05 18:39:12 +01:00
Peter Michael
3d8e13d309 misc: Fixed typo. 2022-04-04 19:02:12 -04:00
Peter Michael
1ad822a824 fix: Required the hardhat runtime environment in the verification function, allowing it to be executed from any task. 2022-04-04 18:56:29 -04:00
Peter Michael
529262bcbd misc: Cleaned up comment formatting. 2022-04-04 18:43:49 -04:00
Peter Michael
1f532d1a98 misc: Updated LensHub NFT name and symbol in scripts, no more Various vegetables :( 2022-04-04 18:38:19 -04:00
Peter Michael
ecdc2c7468 misc: Added testnet deployment task. 2022-04-04 18:36:00 -04:00
Peter Michael
b0fda8828f misc: Cleaned up deployment tasks, added missing UI data provider deployment. 2022-04-04 18:35:51 -04:00
Peter Michael
707144b70e Merge branch 'main' into feat/collect-modules-toggle-follower-only 2022-04-01 13:42:41 -04:00
Zer0dot
2799970d6d Merge pull request #80 from aave/refactor/general-optimizations 2022-04-01 13:11:02 -04:00
Peter Michael
4a6df79c53 Merge branch 'main' into feat/collect-modules-toggle-follower-only 2022-03-31 19:05:15 -04:00
Peter Michael
3b9f2be9ae feat: Updated modules to return correct data and added tests. Also includes a refactor of the FollowerOnlyCollectModule into the FreeCollectModule with a similar toggle. 2022-03-31 18:54:36 -04:00
Peter Michael
db603bccfe misc: Commented out approval follow module deployment from tasks. 2022-03-30 17:38:07 -04:00
Peter Michael
98464b568d misc: Renamed EmptyCollectModule to more accurate FollowerOnlyCollectModule. 2022-03-30 17:14:41 -04:00
Peter Michael
1e9901de23 misc: Renamed LensPeripheryDataProvider to more accurate shortened LensPeriphery, including the name used in the domain separator. 2022-03-30 16:49:47 -04:00
Peter Michael
862ad0d443 misc: Added missing nonce increment. 2022-03-18 10:09:44 -04:00
Peter Michael
a1a856c2d8 misc: Updated verification script. 2022-03-17 16:51:51 -04:00
Peter Michael
f1de0cf88a misc: Added periphery data provider to deploy scripts. 2022-03-16 19:26:50 -04:00
donosonaumczuk
65050531a3 Tasks updated to take into account ProfileTokenURILogic lib 2022-02-22 02:35:50 -03:00
Peter Michael
28cbd6f12a feat: Removed currency and added descriptive comment to deployment task. 2022-02-10 16:32:04 -05:00
Peter Michael
cb8216b42b misc: Updated verification max tries to 7 in case of a congested API. 2022-02-10 16:29:12 -05:00
Peter Michael
17dd5f0f58 feat: Updated to allow proxy verification. 2022-02-10 16:08:00 -05:00
Peter Michael
96745e8715 misc: Added runtimeHRE type. 2022-02-07 16:11:39 -05:00
Peter Michael
5c171ef649 fix: Fixed runtimeHRE export. 2022-02-07 16:11:09 -05:00
Peter Michael
b2aef58362 misc: Optimized verification to delay initially. 2022-02-06 16:09:27 -05:00
Peter Michael
04ed9585b8 misc: Added failed verification error logging on retry. 2022-02-06 14:00:06 -05:00
Peter Michael
ebc2e5901a fix: Updated full-deploy-verify task. 2022-02-06 13:39:00 -05:00
Peter Michael
7a169a687f feat: Created task for full-deployment with verification (includes small cleanup). 2022-02-04 15:16:09 -05:00
Peter Michael
ef28f3628c feat: Initial implementation of a deployWithVerify helper. 2022-02-01 18:58:51 -05:00
Peter Michael
458e5a0b48 misc: Updated hardhat configuration and deploy task. 2022-01-28 15:18:52 -05:00
Peter Michael
dd137b2dee Initial commit 2022-01-25 15:19:42 -05:00