From 40eeb3094e3a876d2b18803e005857a9d1d95961 Mon Sep 17 00:00:00 2001 From: redpanda-f Date: Mon, 9 Mar 2026 09:29:43 +0000 Subject: [PATCH 1/2] docs: remove notest descriptions --- README_ADVANCED.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README_ADVANCED.md b/README_ADVANCED.md index 58375405..2f566fe7 100644 --- a/README_ADVANCED.md +++ b/README_ADVANCED.md @@ -82,18 +82,11 @@ foc-devnet start [OPTIONS] See [Detailed Start Sequence](#detailed-start-sequence) for information about which steps are parallelized. -- `--notest` - Skip end-to-end tests. Use when rapid iteration is needed. - **Recommended for faster startup:** ```bash foc-devnet start --parallel ``` -**Skip tests during development:** -```bash -foc-devnet start --parallel --notest -``` - **After successful start:** - Portainer UI available at http://localhost:5700 (uses first port in configured range) - Use Portainer to monitor containers, view logs, and debug issues @@ -969,10 +962,9 @@ Steps run sequentially by default, or in parallel when using the `--parallel` fl - Approve authorized SPs - Save provider IDs -**Synapse E2E Test Step:** (skipped with `--notest`) +**User Setup Step:** - Set up USER_1 for FOC: approve and deposit USDFC into FilecoinPay, approve FWSS as operator - Export `devnet-info.json` to `~/.foc-devnet/run//devnet-info.json` - - Run synapse-sdk storage E2E test to verify the full deal flow - After this step, USER_1 can interact with FOC storage services via synapse-sdk - USER_2 and USER_3 are funded with USDFC but not configured for FOC From 9653ffe89c3ffa3b916f925bebe7f6b336c23ef8 Mon Sep 17 00:00:00 2001 From: redpanda-f Date: Mon, 9 Mar 2026 09:35:38 +0000 Subject: [PATCH 2/2] rename: table --- README_ADVANCED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ADVANCED.md b/README_ADVANCED.md index 2f566fe7..2ff18110 100644 --- a/README_ADVANCED.md +++ b/README_ADVANCED.md @@ -909,7 +909,7 @@ Steps run sequentially by default, or in parallel when using the `--parallel` fl | 5 | FOC Deploy + USDFC Funding + Yugabyte | **⚡ YES** | Parallel contract work + DB startup | | 6 | Curio SPs | No | Needs Yugabyte ready | | 7 | PDP SP Registration | No | Needs Curio running for ports | -| 8 | Synapse E2E Test | No | Verification step | +| 8 | User Setup Step | No | User setup step | **Time savings:** Epochs 4 and 5 run ~40% faster in parallel mode.