Commit Graph

77 Commits

Author SHA1 Message Date
donosonaumczuk
2b58bbe511 feat: Default profile removed - Delegated executor refactor compiles - Tests fixed 2023-02-08 18:07:46 +00:00
donosonaumczuk
d08e10240b feat: Dispatcher removed 2023-01-31 18:36:52 -03:00
vicnaum
f09f58aa70 fix: T-1448 skipped all failing hardhat tests 2023-01-19 20:42:37 +01:00
vicnaum
fd828a7ddf fix: T-1448 delete V1 failing hardhat tests that are covered in foundry or are modules 2023-01-19 13:15:39 +01:00
zer0dot
60122e31e6 test: Fixed follow module setting Hardhat tests. 2022-10-03 14:09:16 -04:00
zer0dot
f28a9793c6 test: Fixed profile URI Hardhat tests. 2022-10-03 13:57:59 -04:00
zer0dot
f7435f4648 fix: Fixed default profile hardhat tests. 2022-09-30 18:04:54 -04:00
zer0dot
38662b62df fix: Fixed publishing posts hardhat tests, also removes obsolete "only" markers. 2022-09-30 17:50:59 -04:00
zer0dot
c4a6bef48f fix: Fixed publishing mirrors hardhat tests. 2022-09-30 17:48:58 -04:00
zer0dot
c3bdf0135b fix: Fixed publishing comments hardhat tests. 2022-09-30 17:47:31 -04:00
zer0dot
41e575006a fix: Fixed multi-state hub hardhat tests. 2022-09-30 17:44:37 -04:00
zer0dot
a52863b412 fix: Fixed following hardhat tests. 2022-09-30 17:38:51 -04:00
zer0dot
1860a89b4a fix: Fixed collecting hardhat tests. 2022-09-30 17:36:30 -04:00
Peter Michael
ba706aef4a refactor: Refactored errors to more properly reflect the actual scenario. Added tests for invalid execution in meta-tx functions. 2022-09-28 15:07:42 -04:00
Peter Michael
92c49ea7b5 test: (WIP) Adapt tests to new default profile setter. Minor tests fail. 2022-09-21 16:07:08 -04:00
Peter Michael
3799abf001 feat: Minor fix to delegated executor setter, also fixes hardhat tests. 2022-09-19 14:38:00 -04:00
Peter Michael
efe06f90e6 feat: (WIP) Integrated Foundry development environment. 2022-09-16 12:51:34 -04:00
Peter Michael
923f52d2c7 test: (WIP-- debugging) Adapted tests, many still fail. 2022-09-06 18:18:05 +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
cf6630f7cd feat: (DRAFT) EIP-1271 Support. 2022-07-19 10:22:05 -04:00
Peter Michael
9669446e46 misc: Added missing test case. 2022-07-05 17:32:05 -04:00
Peter Michael
766facf44c misc: Added explanatory comments. 2022-07-04 19:08:20 -04:00
Peter Michael
9043178fbe test: Added zero follow check. 2022-07-04 10:05:21 -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
6cfaa580b3 feat: (WIP) Refactored meta transactions into a library. Includes hardhat-tracer. 2022-05-26 17:39:11 -04:00
Peter Michael
6285b92dff fix: Fixed another test. 2022-05-06 10:22:48 -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
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
Peter Michael
6d18bd1f65 Merge branch 'main' into fix/peckshield-audit-2 2022-04-27 11:28:10 -04: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
Peter Michael
c5304b37d5 fix: Added profile image URI length validation into profile creation function. 2022-04-19 13:59:27 -04:00
Peter Michael
7a8a0576e6 fix: Fixed tests and updated typehashes. 2022-04-08 18:01:24 -04:00
Zer0dot
bc0be7650d Merge pull request #88 from aave/feat/return-ids 2022-04-04 17:55:56 -04:00
donosonaumczuk
afb7bf2a7c Tests added 2022-04-04 18:00:50 +01:00
Peter Michael
1bb385603c feat: Updated LensPeriphery function names to be more explicit, added tests and moved all LensPeriphery tests to the misc test file. 2022-04-01 18:41:07 -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
Alan
174df22b5e Merge pull request #85 from aave/feat/follower-only-owner-bypass
Publication owner bypasses FollowValidationModuleBase's follow validation
2022-04-01 15:28:56 +01:00
donosonaumczuk
05706464b6 Tests added about pub owner collecting his own pub without following himself 2022-04-01 14:54:49 +01: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
90d6c69049 refactor: Increment the publication count before comment creation, and manually prevent self-referencing comments. 2022-03-31 12:19:46 -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
donosonaumczuk
268055df77 Tests updated to compare SVGs loading expected ones 2022-03-30 17:54:13 +01:00
donosonaumczuk
96bca886ab Expected tokenURI hash updated at tests 2022-03-28 11:29:39 +01:00
Peter Michael
119e4e8eaa test: Reverted default handle change and added test for new handle characters. 2022-03-23 16:47:12 -04:00
Peter Michael
89c8131022 fix: Prevent profile transfers when the hub is paused. 2022-03-22 11:22:34 -04:00