From 5598bcc3b9c45a3a1e9f91877bb4c6cd12768ace Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Fri, 28 Feb 2025 19:10:04 +0100 Subject: [PATCH 1/3] docs: Clarify on README that to run tests, Kubo must run with `--enable-pubsub-experiment` & and without `--mount` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ffbe11..fd47884 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ for Maven, add the following sections to your pom.xml (replacing $LATEST_VERSION ### Running tests -To run tests, IPFS daemon must be running on `127.0.0.1` interface. +To run tests, IPFS daemon must be running on `127.0.0.1` interface, with `--enable-pubsub-experiment`, and without `--mount`. ### IPFS installation From 24d751ad77d4e00e719fd0451ee6b255848eb54f Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Mon, 19 Jan 2026 20:19:08 +0100 Subject: [PATCH 2/3] docs: Update test requirements for IPFS daemon on README Removed the requirement for the IPFS daemon to run without `--mount` when running tests, based on PR code review feedback. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd47884..7dad03a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ for Maven, add the following sections to your pom.xml (replacing $LATEST_VERSION ### Running tests -To run tests, IPFS daemon must be running on `127.0.0.1` interface, with `--enable-pubsub-experiment`, and without `--mount`. +To run tests, IPFS daemon must be running on `127.0.0.1` interface, with `--enable-pubsub-experiment`. ### IPFS installation From 52384b5eb08814063515038ffebb3b9388e90d20 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Mon, 19 Jan 2026 20:23:51 +0100 Subject: [PATCH 3/3] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dad03a..ce45257 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ for Maven, add the following sections to your pom.xml (replacing $LATEST_VERSION ### Running tests -To run tests, IPFS daemon must be running on `127.0.0.1` interface, with `--enable-pubsub-experiment`. +To run tests, IPFS daemon must be running on the `127.0.0.1` interface, with `--enable-pubsub-experiment`. ### IPFS installation