Peter Michael
|
5a292c7353
|
feat: (WIP) Continued implementation of delegated executors with meta transactions.
|
2022-08-24 13:04:31 +01:00 |
|
Peter Michael
|
0c12ef27da
|
feat: Initial setup of the delegated executor system.
|
2022-08-18 21:50:47 +01:00 |
|
Peter Michael
|
758491f8fd
|
test: Added EIP1271 tests.
|
2022-08-11 16:56:43 -04:00 |
|
Peter Michael
|
6920242e5b
|
feat: Added support for EIP1271. Needs more testing.
|
2022-08-08 14:57:12 -04:00 |
|
Peter Michael
|
00c697ac45
|
test: (DRAFT) WIP, tests failing, added testing for EIP-1271.
|
2022-07-19 14:29:10 -04:00 |
|
Peter Michael
|
cf6630f7cd
|
feat: (DRAFT) EIP-1271 Support.
|
2022-07-19 10:22:05 -04:00 |
|
Peter Michael
|
7a7a5c1ea3
|
misc: Added comment.
|
2022-07-13 17:10:21 -04:00 |
|
Peter Michael
|
7584b65709
|
misc: Minor reorder.
|
2022-07-13 15:35:42 -04:00 |
|
Peter Michael
|
3a0c9c26b1
|
feat: Cached Polygon domain separator.
|
2022-07-12 16:02:39 -04:00 |
|
Peter Michael
|
a8289baa6a
|
misc: Cleaned up comment.
|
2022-07-06 11:21:08 -04:00 |
|
Peter Michael
|
f1319194ca
|
refactor: Optimized profile existence check in follow.
|
2022-07-06 11:18:35 -04:00 |
|
Peter Michael
|
c2c0d7368e
|
misc: Cleaned up comment.
|
2022-07-06 11:18:20 -04:00 |
|
Peter Michael
|
9669446e46
|
misc: Added missing test case.
|
2022-07-05 17:32:05 -04:00 |
|
Peter Michael
|
0ba6d06734
|
refactor: Refactored libraries for a cleaner directory, also pulled content URI getter to GeneralLib.
|
2022-07-05 14:18:14 -04:00 |
|
Peter Michael
|
c45581cc08
|
misc: Added comment.
|
2022-07-05 11:41:52 -04:00 |
|
Peter Michael
|
766facf44c
|
misc: Added explanatory comments.
|
2022-07-04 19:08:20 -04:00 |
|
Peter Michael
|
4c19c88a40
|
misc: Renamed GeneralLib burn function for clarity.
|
2022-07-04 16:18:18 -04:00 |
|
Peter Michael
|
0f45a5b04d
|
misc: Removed redundant comment.
|
2022-07-04 11:44:46 -04:00 |
|
Peter Michael
|
9043178fbe
|
test: Added zero follow check.
|
2022-07-04 10:05:21 -04:00 |
|
Peter Michael
|
d25e9f6d98
|
misc: Added profile ID zero check to profile handle existence check.
|
2022-07-04 09:58:20 -04:00 |
|
Peter Michael
|
9c80cab06f
|
misc: Added comments.
|
2022-06-24 19:10:32 -04:00 |
|
Peter Michael
|
0882f54832
|
misc: removed unnecessary bitmask.
|
2022-06-23 16:58:41 -04:00 |
|
Peter Michael
|
680a17b0e0
|
refactor: Refactored common logic.
|
2022-06-23 16:23:34 -04:00 |
|
Peter Michael
|
2f910573cf
|
misc: Bumped solidity version to 0.8.15.
|
2022-06-23 15:03:30 -04:00 |
|
Peter Michael
|
67132e7cf0
|
misc: Clarified comment.
|
2022-06-23 14:49:38 -04:00 |
|
Peter Michael
|
b30ad842cc
|
refactor: Removed LensHubNFTBase.
|
2022-06-23 14:47:07 -04:00 |
|
Peter Michael
|
b6923a9c25
|
fix: Fixed invalid imports.
|
2022-06-23 13:45:40 -04:00 |
|
Peter Michael
|
d4e89fda23
|
misc: Added missing virtual specifier.
|
2022-06-23 12:13:01 -04:00 |
|
Peter Michael
|
2e1837ddb4
|
misc: Clarified comment.
|
2022-06-23 12:12:02 -04:00 |
|
Peter Michael
|
1fc0c093ea
|
misc: Cleanup.
|
2022-06-23 12:10:49 -04:00 |
|
Peter Michael
|
6f3a8ded27
|
misc: Removed unnecessary function and scoping.
|
2022-06-23 11:35:10 -04:00 |
|
Peter Michael
|
fe8d57f1aa
|
(WIP) refactor: Refactored to remove storage pointers from collect function.
|
2022-06-23 11:12:23 -04:00 |
|
Peter Michael
|
736b0e3abe
|
refactor: Refactored uint8 to boolean.
|
2022-06-23 10:19:28 -04:00 |
|
Zer0dot
|
6169f935df
|
Merge pull request #143 from aave/fix/solidity-coverage-range-bug
|
2022-06-23 10:03:24 -04:00 |
|
kartojal
|
7a26d6106a
|
fix: remove assembly if statement at InteractionHelpers to prevent solidity coverage compilation bug
|
2022-06-23 11:03:50 +02:00 |
|
Peter Michael
|
b5d00a99be
|
(WIP) refactor: Refactored to reduce storage pointers passed.
|
2022-06-20 18:46:35 -04:00 |
|
Peter Michael
|
61f9fa1688
|
refactor: Disabled IR pipeline, refactored to fix stack errors.
|
2022-06-14 13:00:20 -04:00 |
|
Peter Michael
|
f935807fa4
|
refactor: (WIP) Refactored to not pass storage pointers to all profile owner functions.
|
2022-06-09 17:55:56 -04:00 |
|
Peter Michael
|
c8bcc7b5bc
|
refactor: Refactored to reduce passing of storage pointers to GeneralLib.
|
2022-06-08 12:27:22 -04:00 |
|
Peter Michael
|
08b07d2636
|
refactor: Refactored profile creation to avoid passing storage pointers.
|
2022-06-08 11:09:11 -04:00 |
|
Peter Michael
|
082c51d97a
|
refactor: Refactored to approve directly from meta transactions in the GeneralLib.
|
2022-06-07 17:59:47 -04:00 |
|
Peter Michael
|
a850e68395
|
misc: Formatting.
|
2022-06-07 12:19:07 -04:00 |
|
Peter Michael
|
ad9f097b7a
|
refactor: Refactored to write image URIs via assembly in the general lib.
|
2022-06-06 19:54:51 -04:00 |
|
Peter Michael
|
3061221a2c
|
refactor: Refactored more logic to the GeneralLib.
|
2022-06-06 14:49:13 -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
|
b8b76f5257
|
misc: Removed spacing.
|
2022-06-02 10:40:17 -04:00 |
|
Peter Michael
|
0d71b35a7f
|
misc: Replaced error string with custom error.
|
2022-06-02 10:39:56 -04:00 |
|
Peter Michael
|
6a447ea224
|
misc: Added important comment.
|
2022-05-31 16:17:42 -04:00 |
|
Peter Michael
|
5959d02175
|
gas: Removed unnecessary stack variable.
|
2022-05-31 16:01:39 -04:00 |
|