zer0dot
|
0fc4d98293
|
refactor: Refactored tests to use helpers.
|
2022-10-04 15:34:38 -04:00 |
|
zer0dot
|
3f3f1a213c
|
fix: Fixed misc Hardhat tests, removed profile metadata URI tests as those have been moved to the LensHub.
|
2022-10-03 16:02:10 -04:00 |
|
zer0dot
|
82609f8061
|
test: Fixed profile follow module Hardhat tests.
|
2022-10-03 15:41:05 -04:00 |
|
zer0dot
|
9db94645e5
|
test: Fixed fee follow module Hardhat tests.
|
2022-10-03 15:39:53 -04:00 |
|
zer0dot
|
34bb261289
|
test: Fixed approval follow module Hardhat tests.
|
2022-10-03 15:34:51 -04:00 |
|
zer0dot
|
bf9e89e848
|
test: Fixed timed fee collect module Hardhat tests.
|
2022-10-03 15:33:44 -04:00 |
|
zer0dot
|
2e78193c10
|
test: Fixed limited timed fee collect module Hardhat tests.
|
2022-10-03 15:32:04 -04:00 |
|
zer0dot
|
f99a31fd21
|
test: Fixed limited fee collect module.
|
2022-10-03 15:30:11 -04:00 |
|
zer0dot
|
2d41b73b05
|
misc: Removed test "only" specifier.
|
2022-10-03 14:12:25 -04:00 |
|
zer0dot
|
69a99dce3f
|
test: Fixed fee collect module Hardhat tests.
|
2022-10-03 14:12:11 -04: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 |
|
zer0dot
|
09c51c2f7f
|
test: Added additional validation, minor refactor.
|
2022-09-29 15:36:33 -04:00 |
|
zer0dot
|
261c9ee598
|
feat: Added profile metadata withSig function and tests. Also added executor-unrelated tests, despite hardhat tests.
|
2022-09-29 15:23:16 -04:00 |
|
zer0dot
|
62c125dd7f
|
test: Added tests and validation.
|
2022-09-29 13:59:21 -04:00 |
|
Peter Michael
|
b85db6a96a
|
test: Added executor tests for follow NFT URI and profile image URI setting.
|
2022-09-28 16:11:06 -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
|
b51f9b69ab
|
test: Updated foundry tests to match new changes.
|
2022-09-27 17:04:24 -04:00 |
|
Peter Michael
|
fc681f5d0e
|
test: Added tests for setting follow module with DE.
|
2022-09-27 10:06:01 -04:00 |
|
Peter Michael
|
79f082060c
|
misc: Minor cleanup.
|
2022-09-27 10:05:36 -04:00 |
|
Peter Michael
|
27d5fdba6c
|
test: Added executor mirror with sig test.
|
2022-09-26 13:20:27 -04:00 |
|
Peter Michael
|
8685395737
|
refactor: Refactored local variable to reduce SLOC.
|
2022-09-26 13:14:04 -04:00 |
|
Peter Michael
|
1427d5171b
|
test: Added tests for withSig functions with executor. Also refactored to use profileOwner with a private key.
|
2022-09-23 16:19:51 -04:00 |
|
Peter Michael
|
14d8a2b7f5
|
test: Added executor post, comment and mirror tests.
|
2022-09-22 16:50:52 -04:00 |
|
Peter Michael
|
499006dc69
|
test: Added executor test to collect with mirror.
|
2022-09-22 16:50:38 -04:00 |
|
Peter Michael
|
453840de40
|
test: Added helper to construct postWithSig typed data hash.
|
2022-09-22 16:50:22 -04:00 |
|
Peter Michael
|
f3feae19a1
|
test: Added tests.
|
2022-09-21 16:22:37 -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
|
94fa1fa466
|
feat: (WIP: breaks tests) Added support for DEs on default profile setting.
|
2022-09-20 17:39:45 -04:00 |
|
Peter Michael
|
17ad931c3f
|
misc: Removed unnecessary import.
|
2022-09-20 17:14:55 -04:00 |
|
Peter Michael
|
612ff97bf4
|
test: Consolidated meta-tx tests into base test files to save compilation time.
|
2022-09-20 17:13:24 -04:00 |
|
Peter Michael
|
8b18224e45
|
test: Reorganized tests and added follow executor test.
|
2022-09-20 16:17:13 -04:00 |
|
Peter Michael
|
16814b3c3a
|
misc: Updated ethers and used native ethers functionality in upgradeability test.
|
2022-09-19 15:49:00 -04:00 |
|
Peter Michael
|
6bc1f20501
|
test: Fixed and updated upgradeability test.
|
2022-09-19 14:47:19 -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
|
aa73f275f6
|
Merge branch 'refactor/library-refactor' into feat/on-behalf-of
|
2022-09-02 13:19:17 +01:00 |
|
Peter Michael
|
b354e3e23d
|
misc: Removed old TODO comments and added natspec.
|
2022-08-31 14:10:20 +01:00 |
|
Peter Michael
|
b0b1ac6122
|
misc: Moved negative test to correct section.
|
2022-08-24 18:28:57 +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 |
|